You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
431 B
19 lines
431 B
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tailwindcss/typography": "^0.5.0",
|
|
"autoprefixer": "^10.4.7",
|
|
"axios": "^1.6.4",
|
|
"laravel-vite-plugin": "^1.0.0",
|
|
"postcss": "^8.4.14",
|
|
"tailwindcss": "^3.1.0",
|
|
"vite": "^5.0.0"
|
|
}
|
|
}
|