mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-28 16:55:32 +00:00
36 lines
867 B
JSON
36 lines
867 B
JSON
{
|
|
"name": "caveman_views",
|
|
"version": "1.0.0",
|
|
"description": "default views for caveman",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"tailwind": "tailwindcss -i transform/site.css -o assets/style.css",
|
|
"css": "postcss transform/site.css -o assets/style.css",
|
|
"preview": "vite preview"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "github.com/Simon-Martens/pocketcatalog"
|
|
},
|
|
"keywords": [
|
|
"DB",
|
|
"htmx",
|
|
"frontend"
|
|
],
|
|
"author": "Simon Martens",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@laynezh/vite-plugin-lib-assets": "^1.1.0",
|
|
"@tailwindcss/postcss": "^4.1.4",
|
|
"daisyui": "^5.0.28",
|
|
"postcss": "^8.5.3",
|
|
"postcss-cli": "^11.0.1",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-go-template": "^0.0.15",
|
|
"tailwindcss": "^4.1.4",
|
|
"vite": "^6.3.3"
|
|
}
|
|
}
|