-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 985 Bytes
/
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
{
"name": "docker_dashboard_v2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack -p && node server.js",
"start-dev": "./node_modules/.bin/concurrently 'nodemon server.js' 'webpack --watch'"
},
"author": "",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.5",
"dockerode": "^2.4.3",
"express": "^4.15.2",
"lodash": "^4.17.4",
"socket.io": "^1.7.3"
},
"devDependencies": {
"@types/bootstrap": "^3.3.32",
"@types/classnames": "0.0.32",
"@types/jquery": "^2.0.41",
"@types/lodash": "^4.14.62",
"@types/react": "^15.0.21",
"@types/react-dom": "^0.14.23",
"@types/socket.io": "^1.4.29",
"@types/socket.io-client": "^1.4.29",
"concurrently": "^3.4.0",
"nodemon": "^1.11.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"source-map-loader": "^0.2.1",
"ts-loader": "^2.0.3"
}
}