PaletteSwitcher/palette-switcher-v2/package.json
2024-01-16 21:52:47 +01:00

32 lines
763 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",
"vite-plugin-wasm": "^3.3.0"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@solid-primitives/workers": "^0.2.6",
"@solidjs/router": "^0.10.9",
"flowbite": "^2.2.1",
"solid-fa": "^0.2.0",
"solid-js": "^1.8.11"
}
}