Files
groove-web/package.json
2024-12-01 03:49:08 +01:00

45 lines
1.3 KiB
JSON

{
"name": "groove-web",
"version": "0.0.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 .",
"build:proto": "bunx protoc --ts_out ./src/lib/proto/ --proto_path protos protos/*"
},
"devDependencies": {
"@iconify-json/lucide": "^1.2.17",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"autoprefixer": "^10.4.20",
"bits-ui": "^1.0.0-next.65",
"clsx": "^2.1.1",
"globals": "^15.0.0",
"lucide-svelte": "^0.462.0",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.0.0",
"unplugin-icons": "^0.20.2",
"vite": "^5.0.3"
},
"dependencies": {
"@protobuf-ts/grpcweb-transport": "^2.9.4",
"@protobuf-ts/plugin": "^2.9.4",
"dayjs": "^1.11.13",
"fuse.js": "^7.0.0",
"mode-watcher": "^0.5.0"
}
}