PaletteSwitcher/palette-switcher-v2/package.json
2024-01-16 06:44:06 +01:00

27 lines
557 B
JSON

{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.33",
"solid-devtools": "^0.27.3",
"tailwindcss": "^3.4.1",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
"@solidjs/router": "^0.10.9",
"flowbite": "^2.2.1",
"solid-js": "^1.8.11"
}
}