Files
douyin-autojs-follower/frontend/package.json
2024-09-30 11:02:26 +08:00

28 lines
587 B
JSON

{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.2",
"moment": "^2.30.1",
"vue": "^3.4.21"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@vitejs/plugin-vue": "^5.0.4",
"autoprefixer": "^10.4.19",
"daisyui": "^4.11.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vue-tsc": "^2.0.6"
}
}