forked from HausDAO/daohaus-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.13 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.13 KB
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
{
"name": "pokemol",
"version": "0.1.0",
"private": true,
"dependencies": {
"3box": "^1.16.2",
"@ant-design/icons": "^4.2.2",
"@apollo/react-hooks": "^3.1.3",
"@netgum/utils": "^0.1.3",
"@walletconnect/web3-provider": "^1.2.2",
"apollo-boost": "^0.4.7",
"aws-amplify": "^2.2.2",
"aws-amplify-react": "^3.1.3",
"axios": "^0.19.2",
"ethereum-blockies-base64": "^1.0.2",
"formik": "^2.1.4",
"graphql": "^14.6.0",
"i18next": "^19.4.4",
"i18next-browser-languagedetector": "^4.1.1",
"lodash": "^4.17.15",
"moment": "^2.27.0",
"node-sass": "^4.13.1",
"polished": "^3.4.4",
"react": "^16.12.0",
"react-apollo": "^3.1.3",
"react-art": "^16.12.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-i18next": "^11.4.0",
"react-player": "^1.15.2",
"react-qr-code": "^0.1.3",
"react-qr-reader": "^2.2.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"rebass": "^4.0.7",
"recharts": "^2.0.0-beta.1",
"shortid": "^2.2.15",
"styled-components": "^5.0.1",
"styled-system": "^5.1.4",
"web3": "^1.2.6",
"web3modal": "^1.9.0",
"yup": "^0.28.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"prod-build": "REACT_APP_STAGE=prod npm run build",
"prod-start": "REACT_APP_STAGE=prod react-scripts start",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^1.19.1"
}
}