-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
64 lines (64 loc) · 1.61 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
{
"name": "squads",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mooni/widget": "^1.0.6",
"@ramp-network/ramp-instant-sdk": "^1.8.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@wyre/api": "^1.0.5",
"antd": "4.1.2",
"axios": "^0.19.2",
"bignumber.js": "^9.0.0",
"bootstrap": "^4.4.1",
"bs-stepper": "^1.7.0",
"draft-js": "^0.11.5",
"draft-js-export-markdown": "^1.4.0",
"ethers": "^4.0.46",
"formik": "^2.1.4",
"gh-pages": "^2.2.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-draft-wysiwyg": "^1.14.4",
"react-markdown": "^4.3.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-scroll-to": "^3.0.0-beta.6",
"react-share": "^4.1.0",
"use-wallet": "^0.4.4",
"yup": "^0.28.3"
},
"devDependencies": {
"babel-plugin-import": "^1.13.0",
"customize-cra": "^0.9.1",
"react-app-rewired": "^2.1.5",
"react-dev-utils": "^10.2.1"
},
"scripts": {
"predeploy": "npm run build",
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"deploy": "gh-pages -d build"
},
"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"
]
}
}