12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "name": "vite-project",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "init": "npm install",
- "dev": "vite --force --host",
- "build": "vite build",
- "preview": "vite preview",
- "build:prod": "vite build --mode production",
- "build:test": "vite build --mode test",
- "build:staging": "vite build --mode staging"
- },
- "dependencies": {
- "@element-plus/icons-vue": "^2.1.0",
- "@tinymce/tinymce-vue": "^4",
- "@videojs-player/vue": "^1.0.0",
- "@vueup/vue-quill": "^1.2.0",
- "@vueuse/core": "^10.2.1",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "^5.1.12",
- "axios": "0.18.1",
- "core-js": "3.6.5",
- "echarts": "^5.4.3",
- "element-plus": "2.5.6",
- "es6-promise": "^4.2.8",
- "fast-glob": "^3.3.1",
- "fuse.js": "^6.4.3",
- "js-cookie": "2.2.0",
- "jsencrypt": "^3.3.2",
- "mime": "^3.0.0",
- "moment": "^2.30.1",
- "normalize.css": "7.0.0",
- "nprogress": "0.2.0",
- "path-browserify": "^1.0.1",
- "path-to-regexp": "2.4.0",
- "pinia": "^2.1.1",
- "screenfull": "^5.0.2",
- "swiper": "^9.3.2",
- "tinymce": "^6.6.2",
- "unplugin-auto-import": "^0.16.2",
- "unplugin-vue-components": "^0.24.1",
- "video.js": "^7.0.0",
- "vite-plugin-svg-icons": "^2.0.1",
- "vue": "^3.2.47",
- "vue-clipboard3": "^2.0.0",
- "vue-draggable-next": "^2.1.1",
- "vue-draggable-plus": "^0.6.0",
- "vue-router": "^4.2.0",
- "vue3-lazy": "^1.0.0-alpha.1",
- "vue3-lazyload": "^0.3.8",
- "vuex": "^4.1.0"
- },
- "devDependencies": {
- "@vitejs/plugin-vue": "^4.2.1",
- "@vitejs/plugin-vue-jsx": "^3.0.1",
- "eslint": "8.22.0",
- "eslint-plugin-vue": "^9.12.0",
- "sass": "^1.62.1",
- "vite": "^4.5.12",
- "vite-plugin-imagemin": "^0.6.1"
- }
- }
|