-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.59 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
{
"name": "ethereum-quadratic-crowdfunding",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"aos": "^2.3.4",
"axios": "^0.24.0",
"cors": "^2.8.5",
"express": "^4.17.2",
"firebase": "^9.6.5",
"firebaseui": "^6.0.0",
"github-api": "^3.4.0",
"helmet": "^5.0.1",
"isomorphic-fetch": "^3.0.0",
"jquery": "^3.6.0",
"nodemon": "^2.0.15",
"passport-github": "^1.1.0",
"prop-types": "^15.8.1",
"query-string": "^7.1.0",
"react": "^17.0.2",
"react-bootstrap": "^2.1.1",
"react-count-to": "^0.12.0",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^5.0.0",
"react-google-recaptcha": "^2.1.0",
"react-login-github": "^1.0.7",
"react-popup": "^0.10.0",
"react-router-dom": "^6.2.1",
"react-scripts": "4.0.3",
"react-toasts": "^3.0.6",
"reactjs-popup": "^2.0.5",
"reaptcha": "^1.7.3",
"web-vitals": "^2.1.2",
"web3": "^1.7.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"nstart": "node server.js",
"dev": "nodemon server.js"
},
"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"
]
}
}