123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "speed-code",
- "private": true,
- "version": "0.0.0",
- "type": "module",
- "scripts": {
- "dev": "vite --host 0.0.0.0",
- "build": "vite build --base=/web1088/",
- "build-only": "vite build",
- "preview": "vite preview"
- },
- "vue": {
- "sourceMap": false
- },
- "dependencies": {
- "@amap/amap-jsapi-loader": "^1.0.1",
- "@icon-park/vue-next": "^1.4.2",
- "@tailwindcss/typography": "^0.5.9",
- "axios": "^1.5.1",
- "crypto-js": "^4.1.1",
- "element-plus": "^2.6.3",
- "highlight.js": "^11.7.0",
- "less": "^4.1.3",
- "markdown-it": "^13.0.1",
- "pinia": "^2.0.36",
- "swiper": "^9.4.1",
- "vue": "^3.3.4",
- "vue-i18n": "^9.2.2",
- "vue-router": "^4.2.0"
- },
- "devDependencies": {
- "@tsconfig/node18": "^2.0.1",
- "@types/node": "^18.16.8",
- "@vitejs/plugin-vue": "^4.3.4",
- "@vue/tsconfig": "^0.4.0",
- "npm-run-all": "^4.1.5",
- "prettier": "^2.8.8",
- "typescript": "~5.0.4",
- "unplugin-auto-import": "^0.16.4",
- "unplugin-vue-components": "^0.25.1",
- "vite": "^4.3.5",
- "vite-plugin-top-level-await": "^1.4.1",
- "vue-tsc": "^1.6.4"
- }
- }
|