preciazo/sitio/package.json

41 lines
1.1 KiB
JSON
Raw 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",
"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": {
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
2023-12-24 16:42:45 +00:00
"@types/bun": "^1.0.0",
2023-12-23 18:59:09 +00:00
"autoprefixer": "^10.4.16",
2023-12-24 01:45:20 +00:00
"db-datos": "workspace:^",
2023-12-23 18:59:09 +00:00
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"svelte": "^4.2.7",
2023-12-24 16:42:45 +00:00
"svelte-adapter-bun": "^0.5.1",
2023-12-23 18:59:09 +00:00
"svelte-check": "^3.6.0",
"tailwindcss": "^3.3.6",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
2023-12-24 00:05:47 +00:00
"type": "module",
"dependencies": {
"chart.js": "^4.4.1",
"chartjs-adapter-dayjs-4": "^1.0.4",
"dayjs": "^1.11.10",
"drizzle-orm": "^0.29.1"
}
2023-12-23 18:57:23 +00:00
}