-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "tricky-webapp",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3012",
"scripts": {
"start": "PORT=3001 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
"ajv": "^6.5.2",
"aws-sdk": "^2.294.0",
"axios": "^0.18.0",
"libphonenumber-js": "^1.4.2",
"multireducer": "^3.0.3",
"npm-run-all": "^4.1.3",
"path": "^0.12.7",
"prop-types": "^15.5.10",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-ga": "^2.3.4",
"react-helmet": "^3.3.0",
"react-mobile-picker": "^0.1.12",
"react-redux": "^5.0.1",
"react-router": "4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-scroll": "^1.7.10",
"react-toggle-switch": "^3.0.4",
"react-webcam": "^1.0.1",
"redux": "^3.0.4",
"redux-form": "^7.4.2",
"redux-thunk": "^2.3.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"socketio-jwt": "^4.5.0",
"uuid": "^3.3.2"
},
"engines": {
"node": "9.10.0",
"npm": "6.1.0"
}
}