wn-discoteam-theme/package.json

39 lines
991 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",
2024-10-03 16:17:51 +02:00
"axios": "^1.7.7",
2024-10-03 17:06:06 +02:00
"dayjs": "^1.11.13",
2024-09-26 13:46:55 +02:00
"postcss": "^8.4.4",
"tailwind-clip-path": "^1.0.0",
"tailwindcss": "latest",
2024-10-03 17:06:06 +02:00
"tippy.js": "^6.3.7",
2024-10-03 16:17:51 +02:00
"toastify-js": "^1.12.0",
"vite": "^5.0",
"vite-plugin-live-reload": "^3.0"
2024-09-26 13:46:55 +02:00
},
"dependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.0",
"alpinejs": "^3.13.5",
2024-10-03 13:54:15 +02:00
"flowbite": "^2.5.2",
2024-09-26 13:46:55 +02:00
"flowbite-datepicker": "^1.2.6"
}
2024-02-12 21:44:41 +01:00
}