Настроки пакетов

This commit is contained in:
Book Pauk
2018-12-27 22:13:26 +07:00
parent a5049e0378
commit 18ceb865d4
3 changed files with 176 additions and 22 deletions

View File

@@ -11,12 +11,13 @@
"build:win": "npm run build:client && pkg -t latest-win-x64 -o dist/win/liberama .",
"lint": "eslint --ext=.js,.vue client server"
},
"bin": "server/index.js",
"bin": "server/index-prod.js",
"pkg": {
"scripts": "server/config/*.js"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.3.2",
"css-loader": "^1.0.0",