-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.46 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
{
"name": "@kbco/monitor",
"repository": "kbcomputers/monitor",
"version": "0.0.1",
"description": "A monitoring system",
"main": "index.js",
"bin": {
"monitor-dash": "./bin/web.js",
"monitor-server": "./bin/server.js"
},
"dependencies": {
"@kbco/provider": "^0.1.1",
"@kbco/router": "^0.0.7",
"axios": "^0.18.0",
"cross-env": "^5.2.0",
"dotenv": "^5.0.0",
"edge.js": "^1.1.4",
"laravel-mix": "^2.1.11",
"socket.io": "^2.1.1",
"systeminformation": "^3.41.3",
"vue": "^2.5.16",
"vue-good-table": "^2.11.1"
},
"devDependencies": {
"chai": "^4.1.2",
"express": "^4.16.3",
"mocha": "^4.1.0",
"supertest": "^3.0.0"
},
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"preinstall": "sh ./bin/install.sh"
},
"author": "austinkregel",
"license": "MIT"
}