| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "name": "ssxz",
- "version": "0.0.0",
- "private": true,
- "type": "module",
- "scripts": {
- "dev": "vite --mode development",
- "build": "run-p type-check \"build-only {@}\" --",
- "preview": "vite preview",
- "build-only": "vite build --mode production",
- "type-check": "vue-tsc --build",
- "format": "prettier --write src/"
- },
- "dependencies": {
- "@element-plus/icons-vue": "^2.3.1",
- "axios": "^1.8.4",
- "dayjs": "^1.11.13",
- "dompurify": "^3.2.4",
- "element-plus": "^2.9.6",
- "event-source-polyfill": "^1.0.31",
- "github-markdown-css": "^5.8.1",
- "highlight.js": "^11.11.1",
- "howler": "^2.2.4",
- "markdown-it": "^14.1.0",
- "markdown-it-abbr": "^2.0.0",
- "markdown-it-container": "^4.0.0",
- "markdown-it-footnote": "^4.0.0",
- "markdown-it-sub": "^2.0.0",
- "markdown-it-task-lists": "^2.1.1",
- "md5": "^2.3.0",
- "pinia": "^3.0.1",
- "recordrtc": "^5.6.2",
- "vue": "^3.5.13",
- "vue-router": "^4.5.0",
- "wavesurfer.js": "^7.9.4"
- },
- "devDependencies": {
- "@tsconfig/node22": "^22.0.0",
- "@types/event-source-polyfill": "^1.0.5",
- "@types/howler": "^2.2.12",
- "@types/markdown-it": "^14.1.2",
- "@types/md5": "^2.3.5",
- "@types/node": "^22.13.9",
- "@types/recordrtc": "^5.6.14",
- "@types/webaudioapi": "^0.0.27",
- "@types/ws": "^8.18.1",
- "@vitejs/plugin-basic-ssl": "^2.0.0",
- "@vitejs/plugin-vue": "^5.2.1",
- "@vitejs/plugin-vue-jsx": "^4.1.1",
- "@vue/tsconfig": "^0.7.0",
- "markdown-it-sup": "^2.0.0",
- "npm-run-all2": "^7.0.2",
- "prettier": "3.5.3",
- "sass": "^1.85.1",
- "sass-loader": "^16.0.5",
- "typescript": "~5.8.0",
- "vite": "^6.2.1",
- "vite-plugin-vue-devtools": "^7.7.2",
- "vue-tsc": "^2.2.8"
- }
- }
|