svchat/package.json
2025-03-04 12:10:45 -05:00

78 lines
2.4 KiB
JSON

{
"name": "svchat",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "BUILDING='true' vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"checkformat": "prettier --check .",
"dev": "vite dev",
"format": "prettier --write .",
"lint": "eslint .",
"migrate": "npx @better-auth/cli migrate --config './src/lib/server/db/auth' -y",
"minio": "minio server minio-storage",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"production": "tsm ./prodServer.ts",
"test": "playwright test",
"test:head": "playwright test --headed"
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@types/markdown-it": "^14.1.2",
"clsx": "^2.1.1",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.0.0",
"typescript-eslint": "^8.20.0"
},
"dependencies": {
"@playwright/test": "^1.50.1",
"@sveltejs/adapter-node": "^5.2.12",
"@tailwindcss/typography": "^0.5.16",
"@types/better-sqlite3": "^7.6.12",
"@types/express": "^5.0.0",
"@types/markdown-it-link-attributes": "^3.0.5",
"autoprefixer": "^10.4.20",
"better-auth": "^1.1.16",
"better-sqlite3": "^11.8.1",
"bits-ui": "1.3.2",
"cassandra-driver": "^4.7.2",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"lucide-svelte": "^0.475.0",
"markdown-it": "^14.1.0",
"markdown-it-highlightjs": "^4.2.0",
"markdown-it-link-attributes": "^4.0.1",
"minio": "^8.0.4",
"mode-watcher": "^0.5.1",
"runed": "^0.23.4",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"svelte-easy-crop": "^4.0.0",
"svelte-radix": "^2.0.1",
"svelte-toolbelt": "^0.7.1",
"sveltekit-superforms": "^2.23.1",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^3.4.17",
"tsm": "^2.3.0",
"uuid": "^11.0.4",
"vite": "^6.0.0",
"zod": "^3.24.1"
}
}