This commit is contained in:
clay
2021-12-28 14:04:36 +08:00
parent a14b0e7dc1
commit 43b9044f89
22 changed files with 1597 additions and 494 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "lab_web",
"name": "sist_web",
"version": "0.1.0",
"private": true,
"scripts": {
@@ -16,6 +16,7 @@
"dependencies": {
"core-js": "^3.6.5",
"element-ui": "^2.15.6",
"less-loader": "^5.0.0",
"script-ext-html-webpack-plugin": "^2.1.5",
"vue": "^2.6.11",
"vue-i18n": "^8.26.7",
@@ -31,6 +32,8 @@
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"html-webpack-plugin": "^5.5.0",
"node-sass": "^4.14.1",
"sass-loader": "8.0.2",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.6.2"
},