Files
MKM/package.json
2024-08-15 20:11:21 +08:00

21 lines
506 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"autoprefixer": "^10.4.20",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.41",
"postcss-nesting": "^12.1.5",
"tailwindcss": "^3.4.9",
"vite": "^5.0"
}
}