12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "name": "temp-vue-3",
- "version": "0.0.0",
- "private": true,
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build:prod": "vite build",
- "build:test": "vite build --mode test",
- "build-lint": "run-p type-check \"build-only {@}\" --",
- "preview": "vite preview",
- "build-only": "vite build",
- "type-check": "vue-tsc --build --force",
- "deploy:prod": "node deploy/index.js --prod",
- "deploy:test": "node deploy/index.js --test"
- },
- "dependencies": {
- "@vueuse/core": "^10.9.0",
- "autofit.js": "^3.1.3",
- "axios": "^1.6.8",
- "echarts": "^5.5.0",
- "echarts-gl": "^2.0.9",
- "element-plus": "^2.8.1",
- "highlight.js": "^11.9.0",
- "katex": "^0.16.10",
- "load-awesome": "^1.1.0",
- "markdown-it": "^14.1.0",
- "markdown-it-link-attributes": "^4.0.1",
- "markdown-it-math": "^4.1.1",
- "markdown-it-sub": "^2.0.0",
- "markdown-it-sup": "^2.0.0",
- "markdown-it-texmath": "^1.0.0",
- "naive-ui": "^2.39.0",
- "pinia": "^2.1.7",
- "pinia-plugin-persistedstate": "^3.2.1",
- "sass": "^1.77.1",
- "sass-loader": "^14.2.1",
- "three": "^0.166.1",
- "vue": "^3.4.21",
- "vue-router": "^4.3.0",
- "vue3-scroll-seamless": "^1.0.6",
- "vue3-seamless-scroll": "^2.0.1"
- },
- "devDependencies": {
- "@digitalacorn/vite-plugin-svg-icons": "^3.0.0-pre.1",
- "@tsconfig/node20": "^20.1.4",
- "@types/node": "^20.12.5",
- "@vitejs/plugin-vue": "^5.0.4",
- "@vitejs/plugin-vue-jsx": "^3.1.0",
- "@vue/tsconfig": "^0.5.1",
- "autoprefixer": "^10.4.19",
- "chalk": "^5.3.0",
- "dayjs": "^1.11.11",
- "npm-run-all2": "^6.1.2",
- "ora": "^8.0.1",
- "postcss": "^8.4.38",
- "shelljs": "^0.8.5",
- "ssh2-sftp-client": "^10.0.3",
- "tailwindcss": "^3.4.4",
- "typescript": "~5.4.0",
- "unplugin-auto-import": "^0.18.2",
- "unplugin-vue-components": "^0.27.4",
- "vite": "^5.2.8",
- "vite-plugin-vue-devtools": "^7.0.25",
- "vue-tsc": "^2.0.11"
- }
- }
|