-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·63 lines (63 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
{
"name": "prime-solo-project",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@material-ui/core": "^3.2.0",
"@material-ui/icons": "^3.0.1",
"@material-ui/lab": "^3.0.0-alpha.20",
"ajv": "^6.5.4",
"axios": "^0.17.1",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"chance": "^1.0.16",
"chart.js": "^2.7.2",
"cookie-session": "^2.0.0-beta.3",
"dotenv": "^4.0.0",
"express": "^4.16.3",
"i": "^0.3.6",
"mailchimp-api-v3": "^1.12.0",
"moment": "^2.22.2",
"nodemailer": "^4.6.8",
"npm": "^6.4.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.4.1",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-chartjs-2": "^2.7.4",
"react-csv": "^1.0.17",
"react-dom": "^16.2.0",
"react-moment": "^0.8.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "^2.0.3",
"react-select": "^2.1.0",
"react-text-mask": "^5.4.3",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"sweetalert": "^2.1.0",
"sweetalert2": "^7.28.7",
"sweetalert2-react-content": "^1.0.1",
"twilio": "^3.23.1"
},
"scripts": {
"start": "node server/server.js",
"client": "react-scripts start",
"server": "nodemon --watch server server/server.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"nodemon": "^1.17.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}