preciazo/sitio/package.json

46 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2023-12-23 18:57:23 +00:00
{
2023-12-23 18:59:09 +00:00
"name": "sitio",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
2024-01-14 00:56:41 +00:00
"build:container": "podman build -t gitea.nulo.in/nulo/preciazo/sitio -f ./Dockerfile ..",
"push:container": "pnpm build:container && podman push gitea.nulo.in/nulo/preciazo/sitio",
2023-12-23 18:59:09 +00:00
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check .",
"format": "prettier --write ."
},
"devDependencies": {
2024-04-12 23:05:43 +00:00
"@sveltejs/adapter-node": "^2.1.2",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/better-sqlite3": "^7.6.9",
"@types/node": "^20.12.7",
"autoprefixer": "^10.4.19",
2023-12-24 01:45:20 +00:00
"db-datos": "workspace:^",
2024-04-12 23:05:43 +00:00
"postcss": "^8.4.38",
"postcss-load-config": "^5.0.3",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.13",
"svelte": "^4.2.14",
"svelte-check": "^3.6.9",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^5.2.8"
2023-12-23 18:59:09 +00:00
},
2023-12-24 00:05:47 +00:00
"type": "module",
"dependencies": {
2024-04-12 23:05:43 +00:00
"better-sqlite3": "^9.5.0",
"chart.js": "^4.4.2",
2023-12-24 00:05:47 +00:00
"chartjs-adapter-dayjs-4": "^1.0.4",
"dayjs": "^1.11.10",
2024-04-12 23:23:51 +00:00
"drizzle-orm": "^0.30.8",
2024-02-06 22:24:37 +00:00
"zod": "^3.22.4"
2023-12-24 00:05:47 +00:00
}
2023-12-23 18:57:23 +00:00
}