mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-12 21:08:46 +00:00
69 lines
2.0 KiB
JSON
69 lines
2.0 KiB
JSON
{
|
|
"name": "arkvault",
|
|
"private": true,
|
|
"version": "0.5.1",
|
|
"type": "module",
|
|
"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",
|
|
"format": "prettier --write .",
|
|
"lint": "prettier --check . && eslint .",
|
|
"db:up": "docker compose -f docker-compose.dev.yaml -p arkvault-dev up -d",
|
|
"db:down": "docker compose -f docker-compose.dev.yaml -p arkvault-dev down",
|
|
"db:migrate": "kysely migrate"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.4.1",
|
|
"@iconify-json/material-symbols": "^1.2.44",
|
|
"@sveltejs/adapter-node": "^5.4.0",
|
|
"@sveltejs/kit": "^2.48.4",
|
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/ms": "^2.1.0",
|
|
"@types/node-schedule": "^2.1.8",
|
|
"@types/pg": "^8.15.6",
|
|
"autoprefixer": "^10.4.21",
|
|
"axios": "^1.13.1",
|
|
"dexie": "^4.2.1",
|
|
"eslint": "^9.39.0",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-svelte": "^3.13.0",
|
|
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
"exifreader": "^4.32.0",
|
|
"file-saver": "^2.0.5",
|
|
"globals": "^16.5.0",
|
|
"heic2any": "^0.0.4",
|
|
"kysely-ctl": "^0.19.0",
|
|
"lru-cache": "^11.2.2",
|
|
"mime": "^4.1.0",
|
|
"p-limit": "^7.2.0",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-svelte": "^3.4.0",
|
|
"prettier-plugin-tailwindcss": "^0.7.1",
|
|
"svelte": "^5.43.2",
|
|
"svelte-check": "^4.3.3",
|
|
"tailwindcss": "^3.4.18",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.46.2",
|
|
"unplugin-icons": "^22.5.0",
|
|
"vite": "^7.1.12"
|
|
},
|
|
"dependencies": {
|
|
"@fastify/busboy": "^3.2.0",
|
|
"argon2": "^0.44.0",
|
|
"kysely": "^0.28.8",
|
|
"ms": "^2.1.3",
|
|
"node-schedule": "^2.1.1",
|
|
"pg": "^8.16.3",
|
|
"uuid": "^13.0.0",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"engines": {
|
|
"node": "^22.0.0",
|
|
"pnpm": "^10.0.0"
|
|
}
|
|
}
|