{ "name": "ouicai_web_framework_vite", "version": "0.0.0", "scripts": { "dev": "vite --force", "build": "vite build && esno ./src/utils/build.ts", "build:online": "vite build --mode online && esno ./src/utils/build.ts", "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/", "plop": "plop" }, "dependencies": { "@element-plus/icons-vue": "~2.0.4", "@vueuse/core": "~7.5.3", "@wangeditor/editor": "^5.1.1", "@wangeditor/editor-for-vue": "^5.1.12", "ali-oss": "^6.17.1", "axios": "~0.26.0", "countup.js": "~2.0.8", "echarts": "~5.2.2", "element-plus": "~2.2.5", "esno": "~0.14.1", "flex.box": "^3.4.4", "lodash": "~4.17.21", "md5": "^2.3.0", "mitt": "~3.0.0", "nprogress": "~0.2.0", "pinia": "~2.0.11", "pinia-plugin-persistedstate": "~1.2.3", "qrcode.vue": "^3.3.3", "screenfull": "~6.0.1", "sortablejs": "~1.15.0", "spark-md5": "^3.0.2", "v-code-diff": "~0.3.10", "vform3-builds": "^3.0.8", "vite-plugin-compression": "^0.5.1", "vue": "~3.2.25", "vue-router": "~4.0.12" }, "devDependencies": { "@types/lodash": "~4.14.180", "@types/node": "~17.0.8", "@types/nprogress": "~0.2.0", "@types/sortablejs": "~1.13.0", "@vitejs/plugin-vue": "~2.3.3", "async-validator": "^4.1.1", "dotenv": "~11.0.0", "eslint": "~8.6.0", "eslint-plugin-vue": "~8.2.0", "plop": "^3.1.1", "prettier": "~2.5.1", "sass": "~1.47.0", "typescript": "~4.4.4", "vite": "~2.9.12", "vue-eslint-parser": "~8.0.1" } }