第一次提交
This commit is contained in:
80
package.json
Normal file
80
package.json
Normal file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"name": "orico_vue3_demo",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"serve": "vue-cli-service serve --open --mode=development",
|
||||
"build:dev": "vue-cli-service build --mode=development",
|
||||
"build:pro": "vue-cli-service build --mode=production",
|
||||
"build:test": "vue-cli-service build --mode test",
|
||||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@element-plus/icons": "0.0.11",
|
||||
"@vee-validate/i18n": "^4.4.7",
|
||||
"@vee-validate/rules": "^4.4.7",
|
||||
"axios": "^0.21.4",
|
||||
"core-js": "^3.17.3",
|
||||
"downloadjs": "^1.4.7",
|
||||
"element-plus": "^1.1.0-beta.9",
|
||||
"exceljs": "^4.3.0",
|
||||
"file-saver": "^2.0.5",
|
||||
"js-md5": "^0.7.3",
|
||||
"moment": "^2.29.1",
|
||||
"sass": "^1.1.0",
|
||||
"script-loader": "^0.7.2",
|
||||
"sortablejs": "^1.14.0",
|
||||
"uglifyjs-webpack-plugin": "^2.2.0",
|
||||
"unplugin-vue-components": "^0.15.3",
|
||||
"vee-validate": "^4.4.11",
|
||||
"vue": "^3.2.11",
|
||||
"vue-draggable-next": "^2.1.1",
|
||||
"vue-router": "^4.0.0-0",
|
||||
"vuex": "^4.0.0-0",
|
||||
"vxe-table": "^4.1.0",
|
||||
"vxe-table-plugin-export-xlsx": "^4.0.7",
|
||||
"xe-utils": "^3.4.0",
|
||||
"xlsx": "^0.17.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vue/cli-plugin-babel": "~4.5.0",
|
||||
"@vue/cli-plugin-router": "~4.5.0",
|
||||
"@vue/cli-plugin-vuex": "~4.5.0",
|
||||
"@vue/cli-service": "~4.5.0",
|
||||
"@vue/compiler-sfc": "^3.2.11",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-plugin-import": "^1.13.3",
|
||||
"compression-webpack-plugin": "^6.1.1",
|
||||
"eslint-plugin-vue": "^7.0.0",
|
||||
"js-cookie": "^3.0.1",
|
||||
"sass-loader": "^8.0.2",
|
||||
"vue-loader-v16": "^16.0.0-beta.5.4"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
"env": {
|
||||
"node": true
|
||||
},
|
||||
"extends": [
|
||||
"plugin:vue/essential",
|
||||
"eslint:recommended"
|
||||
],
|
||||
"parserOptions": {
|
||||
"parser": "babel-eslint"
|
||||
},
|
||||
"rules": {
|
||||
"vue/html-closing-bracket-spacing": "warn",
|
||||
"vue/html-end-tags": "error",
|
||||
"vue/jsx-uses-vars": "warn",
|
||||
"vue/match-component-file-name": "error",
|
||||
"vue/mustache-interpolation-spacing": "warn",
|
||||
"vue/vue-unused-vars": "off",
|
||||
"vue-unused-vars": "off"
|
||||
}
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions",
|
||||
"not dead"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user