-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1008 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1008 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
35
36
37
38
{
"name": "dataExplorer",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "0.9.5"
},
"dependencies": {
"babel-eslint": "^7.1.1",
"body-parser": "^1.17.1",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.10.0",
"express": "^4.15.2",
"file-exists": "^3.0.2",
"fs": "0.0.1-security",
"json-formatter-js": "^1.3.0",
"jsonfile": "^2.4.0",
"material-ui": "^0.17.0",
"mongodb": "^2.2.24",
"promise": "^7.1.1",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-resizable": "^1.6.0",
"react-router": "^3.0.2",
"react-tap-event-plugin": "^2.0.1",
"request": "^2.81.0",
"underscore": "^1.8.3"
},
"scripts": {
"start": "PORT=3006 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}