| | |
| | | "version": "0.1.0", |
| | | "private": true, |
| | | "scripts": { |
| | | "dev": "vite", |
| | | "serve": "vite", |
| | | "build": "vite build", |
| | | "preview": "vite preview", |
| | | "lint": "eslint --ext .js,.vue src" |
| | |
| | | "vue-draggable-next": "^2.0.1", |
| | | "vue-router": "^4.0.0-0", |
| | | "vuex": "^4.0.0-0", |
| | | "vue3-json-viewer": "^2.4.1", |
| | | "wangeditor": "^4.7.6" |
| | | }, |
| | | "devDependencies": { |
| | | "@vitejs/plugin-vue": "^4.0.0", |
| | | "@vitejs/plugin-vue-jsx": "^5.1.5", |
| | | "@vue/compiler-sfc": "^3.0.0", |
| | | "eslint": "^8.50.0", |
| | | "less": "^4.1.1", |
| | |
| | | }, |
| | | "eslintIgnore": [ |
| | | "*" |
| | | ], |
| | | "packageManager": "yarn@4.12.0" |
| | | ] |
| | | } |