Files
MKM/package.json
2026-02-19 01:26:02 +08:00

22 lines
548 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",
"@tailwindcss/postcss": "^4.2.0",
"autoprefixer": "^10.4.20",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.41",
"postcss-nesting": "^12.1.5",
"tailwindcss": "^4.0.0",
"vite": "^5.0"
}
}