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", "name": "vite-theme",
"version": "1.0.0", "version": "1.0.0",
"description": "Vite Theme", "description": "Vite Theme",
"main": "index.js", "main": "index.js",
"directories": { "directories": {
"test": "tests" "test": "tests"
}, },
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"production": "vite build" "production": "vite build"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"autoprefixer": "^10.4.0", "autoprefixer": "^10.4.0",
"postcss": "^8.4.4", "postcss": "^8.4.4",
"postcss-import": "^14.0.2", "postcss-import": "^14.0.2",
"tailwindcss": "latest", "tailwindcss": "latest",
"vite": "^2.7.1", "vite": "^2.7.1",
"vite-plugin-live-reload": "^2.1.0" "vite-plugin-live-reload": "^2.1.0"
}, },
"dependencies": { "dependencies": {
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.0", "@tailwindcss/typography": "^0.5.0",
"alpinejs": "^3.13.5", "alpinejs": "^3.13.5",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",
"flowbite": "^2.2.1", "flowbite": "^2.2.1",
"flowbite-datepicker": "^1.2.6" "flowbite-datepicker": "^1.2.6"
} }
} }