-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.59 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
40
41
42
43
44
{
"name": "heartbeat",
"description": "A Vue.js project",
"version": "1.0.0",
"author": " <>",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --host=0.0.0.0",
"vue:build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"icon": "node ./node_modules/png2icns/cli.js icon.png -o dist/icon.icns",
"nw:dev": "cp -r public/ launch/public && concurrently --kill-others --raw \"npm run dev\" \"npx run ./launch\"",
"nw:build": "npx build --mac --x64 ./dist && open ./dist/nw-builds/",
"nw:pack": "cp -r public/ dist/public && npm run vue:build && npm run nw:build"
},
"dependencies": {
"nedb": "^1.8.0",
"ping-monitor": "0.2.2",
"vue": "^2.6.11",
"vue-router": "^3.1.5",
"vuetify": "^0.16.9",
"vuex": "^3.1.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^6.0.0",
"babel-plugin-transform-imports": "^1.5.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"concurrently": "^3.6.1",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"nwjs-builder-phoenix": "^1.14.8",
"style-loader": "^0.13.1",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-loader": "^12.1.0",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^0.1.0",
"webpack": "^2.6.1",
"webpack-dev-server": "^3.1.11"
},
"main": "index.html"
}