forked from BloomTech-Labs/CS9-LambdaMap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 918 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 918 Bytes
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
{
"name": "react-src",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"google-maps-react": "^2.0.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-icons": "^3.0.5",
"react-logger": "^1.1.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-stripe-elements": "^2.0.1",
"react-timestamp": "^4.4.0",
"react-twitter-widgets": "^1.7.1",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "cd react_django/react-src && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"postinstall": "cd react_django/react-src && npm run build",
"postbuild": "mv build ../django-src/"
},
"engines": {
"node": "9.8.0",
"npm": "5.6.0"
}
}