mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
21 lines
606 B
JSON
21 lines
606 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"build-start": "cd nova-components/Start && npm run dev",
|
|
"build-start-prod": "cd nova-components/Start && npm run prod"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tailwindcss/typography": "^0.5.0",
|
|
"alpinejs": "^3.0.6",
|
|
"autoprefixer": "^10.4.7",
|
|
"axios": "^1.1.2",
|
|
"laravel-vite-plugin": "^0.7.0",
|
|
"lodash": "^4.17.19",
|
|
"postcss": "^8.4.14",
|
|
"tailwindcss": "^3.1.0",
|
|
"vite": "^3.0.0"
|
|
}
|
|
} |