1 Star 0 Fork 1

shech/NeteaseCloudMusic-Chrome-PluginSource

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.51 KB
一键复制 编辑 原始数据 按行查看 历史
Zone-Wonderful 提交于 2022-03-06 23:17 . 1.添加路由组件
{
"name": "netease-cloud-music-chrome-plugin-source",
"version": "1.1.0",
"private": true,
"scripts": {
"pre": "cnpm install || yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-watch": "vue-cli-service build-watch"
},
"dependencies": {
"ant-design-vue": "^1.7.8",
"axios": "^0.24.0",
"core-js": "^3.6.5",
"less-loader": "6.0.0",
"vue": "^2.6.11",
"vue-loader-plugin": "^1.3.0",
"vue-ls": "^4.0.0",
"vue-router": "^3.0.1",
"vuex": "^3.6.2"
},
"devDependencies": {
"@types/chrome": "^0.0.176",
"@vue/cli-plugin-babel": "^5.0.1",
"@vue/cli-plugin-eslint": "^5.0.1",
"@vue/cli-service": "^5.0.1",
"babel-eslint": "^10.1.0",
"babel-plugin-import": "^1.13.3",
"copy-webpack-plugin": "^10.2.4",
"eslint": "^8.10.0",
"eslint-plugin-vue": "^8.5.0",
"style-resources-loader": "^1.4.1",
"vue-cli-plugin-chrome-ext": "~0.0.5",
"vue-cli-plugin-style-resources-loader": "~0.1.5",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"__npminstall_done": false
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/swantb/netease-cloud-music-chrome-plugin-source.git
git@gitee.com:swantb/netease-cloud-music-chrome-plugin-source.git
swantb
netease-cloud-music-chrome-plugin-source
NeteaseCloudMusic-Chrome-PluginSource
master

搜索帮助