-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 KB
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
{
"name": "life",
"version": "0.0.1",
"private": true,
"devDependencies": {
"babel-loader": "^7.1.1",
"react-scripts": "0.4.1"
},
"dependencies": {
"axios": "^0.14.0",
"body-parser": "^1.15.2",
"create-react-class": "^15.6.0",
"csvtojson": "^1.1.7",
"express": "^4.14.0",
"fast-csv": "^2.4.0",
"foreman": "^2.0.0",
"fs": "0.0.1-security",
"material-ui": "^0.18.7",
"mongoose": "^4.6.0",
"nodemon": "^1.10.2",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-dom-factories": "^1.0.1",
"react-dropdown": "^1.2.5",
"react-file-reader": "^1.1.1",
"react-json-table": "^0.1.1",
"react-table": "^6.5.3",
"react-tap-event-plugin": "^2.0.1",
"scikit-node": "^0.2.2"
},
"scripts": {
"start": "react-scripts start",
"start-dev": "nf start -p 3000",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "./node_modules/react-scripts/config/eslint.js"
}
}