first commit

This commit is contained in:
编码猿
2024-09-27 01:32:49 +08:00
commit 28ebe05a64
7399 changed files with 1174529 additions and 0 deletions

View File

@@ -0,0 +1,86 @@
{
"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"
]
}