-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"homepage": "http://npnl.s3-website-us-west-1.amazonaws.com/",
"dependencies": {
"bootstrap": "^3.3.7",
"file-saver": "^2.0.0-rc.4",
"flux": "^3.1.3",
"history": "^4.6.3",
"keymirror": "^0.1.1",
"react": "^16.0.0",
"react-anchor-link-smooth-scroll": "^1.0.11",
"react-autosuggest": "^9.4.2",
"react-bootstrap": "^0.32.1",
"react-csv": "^1.0.14",
"react-dom": "^16.0.0",
"react-ladda": "4.0.1",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.2",
"react-scripts": "1.1.4",
"react-spin": "^0.6.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"lodash": "latest"
},
"devDependencies": {
"browserify": "^16.2.3",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-html-replace": "^1.6.2",
"gulp-react": "^3.1.0",
"gulp-streamify": "^1.0.2",
"gulp-uglify": "^3.0.1",
"react-router": "^0.13.3",
"reactify": "^1.1.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0"
},
"scripts": {
"start": "PORT=3006 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"deploy": "aws s3 sync build/ s3://npnl",
"eject": "react-scripts eject"
}
}