This commit is contained in:
philipp lang 2024-05-03 21:46:29 +02:00
parent 1c8c8a5c3f
commit 892fbe3fb3
1 changed files with 31 additions and 31 deletions

View File

@ -1,33 +1,33 @@
{
"name": "vite-theme",
"version": "1.0.0",
"description": "Vite Theme",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "vite",
"production": "vite build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"postcss-import": "^14.0.2",
"tailwindcss": "latest",
"vite": "^2.7.1",
"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"
}
"name": "vite-theme",
"version": "1.0.0",
"description": "Vite Theme",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "vite",
"production": "vite build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.4.4",
"postcss-import": "^14.0.2",
"tailwindcss": "latest",
"vite": "^2.7.1",
"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"
}
}