12345678910111213141516171819202122232425262728293031 |
- {
- "name": "vue3-dashboard",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "vue-tsc && vite build",
- "preview": "vite preview"
- },
- "dependencies": {
- "@codemirror/lang-python": "^6.2.1",
- "@microsoft/fetch-event-source": "^2.0.1",
- "codemirror": "^6.0.1",
- "element-plus": "^2.10.1",
- "markdown-it": "^14.1.0",
- "three": "^0.177.0",
- "uuid": "^11.1.0",
- "vue": "^3.4.21",
- "vue-socket.io": "^3.0.10"
- },
- "devDependencies": {
- "@types/markdown-it": "^14.1.2",
- "@types/three": "^0.177.0",
- "@vitejs/plugin-vue": "^5.0.4",
- "less": "^4.2.0",
- "typescript": "^5.2.2",
- "vite": "^6.3.5",
- "vue-tsc": "^2.0.6"
- }
- }
|