mirror of
https://github.com/Theodor-Springmann-Stiftung/lenz-web.git
synced 2025-10-29 09:15:33 +00:00
Init
This commit is contained in:
34
views/package.json
Normal file
34
views/package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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": {
|
||||
"@tailwindcss/postcss": "^4.0.0",
|
||||
"daisyui": "^5.0.0-beta.8",
|
||||
"postcss": "^8.4.47",
|
||||
"postcss-cli": "^11.0.0",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-go-template": "^0.0.15",
|
||||
"tailwindcss": "^4.0.0",
|
||||
"vite": "^6.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user