-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 832 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 832 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"devDependencies": {
"bootstrap": "3.3.7",
"bowser": "1.6.0",
"classnames": "2.2.5",
"moment": "2.17.1",
"qs": "^6.3.0",
"react": "15.4.1",
"react-addons-shallow-compare": "15.4.1",
"react-bootstrap": "0.30.7",
"react-dates": "4.3.0",
"react-dom": "15.4.1",
"react-image-gallery": "0.7.5",
"react-photo-gallery": "4.2.15",
"react-router": "3.0.0",
"react-scripts": "0.8.4",
"react-select": "1.0.0-rc.2"
},
"dependencies": {
"serve": "2.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"now-start": "serve build/",
"deploy": "now -e"
}
}