-
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) · 913 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 913 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
39
40
41
{
"name": "dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"author": "Thomas Robert de Saint Vincent",
"license": "ISC",
"private": true,
"babel": {
"presets": [
"env",
"react"
]
},
"engines": { "node": ">=8.10.0 <=11.3.0" },
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"express": "^4.16.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.1.1",
"node-sass": "^4.10.0",
"nodemon": "^1.17.3",
"react": "^16.3.1",
"react-bootstrap": "^0.32.1",
"react-bootstrap-modal": "^4.0.0",
"react-dom": "^16.3.1",
"react-grid-layout": "^0.16.6",
"react-tabs": "^2.2.1",
"uglify-js": "^3.4.9",
"yargs": "^11.0.0"
}
}