{ "name": "vite-theme", "version": "1.0.0", "description": "Vite Theme", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "dev": "vite", "hot": "vite", "production": "vite build", "prod": "npm run production" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@spiriit/vite-plugin-svg-spritemap": "^2.2.4", "autoprefixer": "^10.4.0", "axios": "^1.7.7", "dayjs": "^1.11.13", "postcss": "^8.4.4", "tailwind-clip-path": "^1.0.0", "tailwindcss": "latest", "tippy.js": "^6.3.7", "toastify-js": "^1.12.0", "vite": "^5.0", "vite-plugin-live-reload": "^3.0" }, "dependencies": { "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.0", "alpinejs": "^3.13.5", "flowbite": "^2.5.2", "flowbite-datepicker": "^1.2.6" } }