| | |
| | | "scripts": { |
| | | "serve": "vue-cli-service serve", |
| | | "build": "vue-cli-service build", |
| | | "lint": "vue-cli-service lint" |
| | | "lint": "vue-cli-service lint", |
| | | "build:preview": "NODE_OPTIONS=--max_old_space_size=4096 vue-cli-service build --mode preview", |
| | | "test:unit": "vue-cli-service test:unit" |
| | | }, |
| | | "dependencies": { |
| | | "axios": "^1.4.0", |
| | |
| | | "docx-preview": "^0.1.18", |
| | | "downloadjs": "^1.4.7", |
| | | "element-ui": "^2.15.13", |
| | | "js-cookie": "^3.0.5", |
| | | "vue": "^2.6.14", |
| | | "vue-cropper": "^0.6.4", |
| | | "vue-router": "^3.5.1", |
| | | "vuex": "^3.6.2" |
| | | }, |