87 lines
1.8 KiB
JSON
87 lines
1.8 KiB
JSON
{
|
|
"main": "http://localhost:8081/",
|
|
"node-remote": "http://localhost:8081/",
|
|
"name": "nwjs",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"chromium-args": "--mixed-context",
|
|
"scripts": {
|
|
"dev": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@bmy/axios": "^0.19.3",
|
|
"core-js": "^2.6.5",
|
|
"element-ui": "^2.12.0",
|
|
"readline": "^1.3.0",
|
|
"vue": "^2.6.10",
|
|
"vue-router": "^3.0.3",
|
|
"vuex": "^3.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.11.0",
|
|
"@vue/cli-plugin-eslint": "^3.11.0",
|
|
"@vue/cli-service": "^3.11.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"less": "^3.10.3",
|
|
"less-loader": "^5.0.0",
|
|
"vue-particles": "^1.0.9",
|
|
"vue-template-compiler": "^2.6.10"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"rules": {
|
|
"no-console": "off"
|
|
},
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
}
|
|
},
|
|
"postcss": {
|
|
"plugins": {
|
|
"autoprefixer": {}
|
|
}
|
|
},
|
|
"window": {
|
|
"title": "NetEaseMusic",
|
|
"toolbar": true,
|
|
"frame": true,
|
|
"width": 1000,
|
|
"height": 800
|
|
},
|
|
"platformOverrides": {
|
|
"windows": {
|
|
"window": {
|
|
"title": "伊莎洗衣工厂端 for Windows",
|
|
"toolbar": false
|
|
}
|
|
},
|
|
"linux": {
|
|
"window": {
|
|
"title": "伊莎洗衣工厂端 for Linux",
|
|
"toolbar": false
|
|
}
|
|
},
|
|
"osx": {
|
|
"window": {
|
|
"title": "伊莎洗衣工厂端 for OsX",
|
|
"toolbar": false
|
|
}
|
|
}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions"
|
|
]
|
|
}
|