college-courses/package.json

22 lines
489 B
JSON
Raw Normal View History

2024-10-15 10:15:40 +03:00
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"alpinejs": "^3.10.3",
"autoprefixer": "^10.4.7",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.4.14",
"tailwindcss": "^3.1",
"vite": "^4.0.0"
},
"dependencies": {
"shiki": "^0.14.2"
}
}