| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "name": "vite-project",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vite build",
- "preview": "vite preview"
- },
- "dependencies": {
- "@element-plus/icons-vue": "^2.3.1",
- "@microsoft/fetch-event-source": "^2.0.1",
- "@vitejs/plugin-legacy": "^7.0.1",
- "@vue-office/docx": "^1.6.3",
- "@vue-office/excel": "^1.7.14",
- "@vue-office/pptx": "^1.0.1",
- "axios": "^1.10.0",
- "blockly": "^12.3.1",
- "element-plus": "^2.10.2",
- "highlight.js": "^11.11.1",
- "hls.js": "^1.6.7",
- "js-cookie": "^3.0.5",
- "jsencrypt": "^3.3.2",
- "markdown-it": "^14.1.0",
- "router": "^2.2.0",
- "video.js": "^7.21.5",
- "vue": "^3.5.17",
- "vue-demi": "^0.14.10",
- "vue-router": "^4.5.1",
- "vue-video-play": "^7.0.4",
- "vue-video-player": "^6.0.0",
- "vue3-video-play": "^1.3.1-beta.6",
- "vuex": "^4.0.2",
- "web-storage-cache": "^1.1.1"
- },
- "devDependencies": {
- "@types/markdown-it": "^14.1.2",
- "@types/node": "^24.0.10",
- "@vitejs/plugin-vue": "^6.0.0",
- "eslint": "^9.32.0",
- "eslint-plugin-vue": "^10.3.0",
- "path": "^0.12.7",
- "sass": "^1.89.2",
- "vite": "^7.0.0"
- }
- }
|