wn-discoteam-theme/package.json

38 lines
968 B
JSON
Raw Normal View History

2024-02-12 21:44:41 +01:00
{
2024-09-26 13:46:55 +02:00
"name": "vite-theme",
"version": "1.0.0",
"description": "Vite Theme",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "vite",
"hot": "vite",
2024-10-03 12:56:42 +02:00
"production": "vite build",
"prod": "npm run production"
2024-09-26 13:46:55 +02:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@spiriit/vite-plugin-svg-spritemap": "^2.2.4",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"postcss-import": "^14.0.2",
"tailwind-clip-path": "^1.0.0",
"tailwindcss": "latest",
"vite": "^4.0",
"vite-plugin-live-reload": "^2.1.0"
},
"dependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.0",
"alpinejs": "^3.13.5",
"dayjs": "^1.11.10",
"dotenv": "^10.0.0",
"flowbite": "^2.2.1",
"flowbite-datepicker": "^1.2.6"
}
2024-02-12 21:44:41 +01:00
}