-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.46 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "charity-kiwis",
"version": "0.1.0",
"private": true,
"dependencies": {
"@celo-tools/use-contractkit": "^2.1.2",
"@chakra-ui/react": "^1.6.10",
"@craco/craco": "^6.3.0",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@ethersproject/contracts": "^5.5.0",
"@headlessui/react": "^1.4.2",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@mui/material": "^5.2.6",
"@reduxjs/toolkit": "^1.6.0",
"@sentry/react": "^6.7.2",
"@sentry/tracing": "^6.7.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"craco": "^0.0.3",
"ethers": "^5.4.1",
"framer-motion": "^4.1.17",
"node-sass": "6.0",
"phosphor-react": "^1.3.1",
"qrcode.react": "^1.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.32.2",
"react-loading": "^2.0.3",
"react-modal": "^3.14.3",
"react-redux": "^7.2.6",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.3",
"react-scroll": "^1.8.4",
"react-swipeable": "^6.2.0",
"react-toastify": "^7.0.4",
"redux": "^4.1.2",
"swiper": "^7.2.0",
"theme-ui": "^0.10.0",
"web-vitals": "^1.0.1",
"web3": "^1.6.1",
"web3-eth-contract": "^1.6.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.15.1",
"@tailwindcss/postcss7-compat": "^2.2.7",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.6",
"@types/react-router-dom": "^5.1.8",
"autoprefixer": "^9",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^1.1.1",
"husky": ">=6",
"ic-stoic-identity": "^2.0.0",
"lint-staged": ">=11",
"postcss": "^7",
"prettier": "2.3.2",
"theme-ui": "^0.13.0"
}
}