wxbox/client/package.json
core 2e00591b61
Some checks are pending
Verify Latest Dependencies / Verify Latest Dependencies (push) Waiting to run
build and test / wxbox - latest (push) Waiting to run
feat: new ui
2025-06-02 23:27:36 -04:00

61 lines
2.1 KiB
JSON

{
"name": "client",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "bun update:protobuf && bun update:wxbox-pal && vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"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 .",
"update:protobuf": "protoc --ts_out src/lib/generated_interop --proto_path ../crates/interchange/src/ ../crates/interchange/src/*.proto",
"update:wxbox-pal": "cd ../crates/pal && wasm-pack build --target web --features wasm && rm -rf ../../client/src/lib/map/pal && mv pkg ../../client/src/lib/map/pal"
},
"devDependencies": {
"@eslint/compat": "^1.2.9",
"@eslint/js": "^9.28.0",
"@internationalized/date": "^3.8.1",
"@protobuf-ts/plugin": "^2.11.0",
"@sveltejs/adapter-auto": "^6.0.1",
"@sveltejs/kit": "^2.21.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/vite": "^4.1.8",
"bits-ui": "^2.4.1",
"clsx": "^2.1.1",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-svelte": "^3.9.1",
"globals": "^16.2.0",
"mode-watcher": "^1.0.7",
"paneforge": "^1.0.0-next.5",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.12",
"svelte": "^5.33.12",
"svelte-check": "^4.2.1",
"svelte-sonner": "^1.0.4",
"tailwind-merge": "^3.3.0",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.1.8",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.3.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.0",
"vaul-svelte": "^1.0.0-next.7",
"vite": "^6.3.5"
},
"dependencies": {
"@lucide/svelte": "^0.511.0",
"@turf/turf": "^7.2.0",
"@types/geojson": "^7946.0.16",
"maplibre-gl": "^5.5.0",
"ts-protoc-gen": "^0.15.0"
},
"trustedDependencies": [
"@tailwindcss/oxide"
]
}