Files
utils/package.json
zguiy 8400dbfab9
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
工具完成
2025-06-28 22:38:49 +08:00

52 lines
1.4 KiB
JSON

{
"name": "vue-tools-kit",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"server": "node server/index.js"
},
"dependencies": {
"vue": "^3.5.13",
"vue-router": "^4.4.5",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.0.8",
"crypto-js": "^4.2.0",
"marked": "^15.0.7",
"turndown": "^7.2.0",
"compressorjs": "^1.2.1",
"nanoid": "^5.1.5",
"fabric": "^6.6.4",
"cron-parser": "^5.1.1",
"cronstrue": "^2.59.0",
"iconv-lite": "^0.6.3",
"qrcode": "^1.5.4",
"express": "^4.21.2",
"cors": "^2.8.5",
"axios": "^1.7.9",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"@types/node": "^24.0.3",
"@vitejs/plugin-vue": "^5.2.3",
"@vue/tsconfig": "^0.7.0",
"@types/crypto-js": "^4.2.2",
"@types/marked": "^5.0.2",
"@types/turndown": "^5.0.5",
"@types/qrcode": "^1.5.5",
"@types/express": "^5.0.0",
"@types/cors": "^2.8.17",
"typescript": "~5.8.3",
"vite": "^6.3.5",
"vue-tsc": "^2.2.8",
"tailwindcss": "^3.4.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38"
}
}