Files
tcardoza a9e0bafef0
CI / build (push) Has been skipped
CI / deploy (push) Successful in 59s
next ci attempt
2026-03-16 18:41:03 -05:00

32 lines
765 B
JSON

{
"name": "item-extractor-solid",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"serve": "serve -s dist -l tcp://0.0.0.0:$PORT"
},
"dependencies": {
"@solidjs/router": "^0.15.4",
"@tailwindcss/typography": "^0.5.19",
"lucide-solid": "^0.577.0",
"pocketbase": "^0.26.8",
"serve": "^14.2.6",
"solid-element": "^1.9.1",
"solid-js": "^1.9.11"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.1",
"@types/node": "^25.3.5",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.1",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-solid": "^2.11.10"
}
}