1 Star 2 Fork 3

zealon/easy-notes-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
Zealon 提交于 2021-01-13 18:23 . :rocket:部分JS采用CDN瘦身.
{
"name": "easy-notes-client",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@ant-design/icons": "^4.3.0",
"ant-design-vue": "^1.7.2",
"axios": "^0.21.0",
"compression-webpack-plugin": "^5.0.1",
"core-js": "^3.6.5",
"mavon-editor": "^2.9.0",
"vue": "^2.6.11",
"vue-router": "^3.4.9",
"wangeditor": "^4.6.0"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@vue/cli-plugin-babel": "^4.5.0",
"@vue/cli-plugin-eslint": "^4.5.0",
"@vue/cli-service": "^4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"html-webpack-externals-plugin": "^3.8.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.0",
"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"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zealon159/easy-notes-client.git
[email protected]:zealon159/easy-notes-client.git
zealon159
easy-notes-client
easy-notes-client
master

搜索帮助