{
"name": "euphrates-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "pnpm wasm && vite dev",
"build": "pnpm wasm && 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",
"lint": "eslint .",
"wasm": "nix build ..#wasm && jco transpile result/lib/euph.wasm -o src/lib/wasm --tla-compat --no-nodejs-compat"
},
"devDependencies": {
"@bytecodealliance/jco": "^1.31.0",
"@bytecodealliance/preview2-shim": "^0.21.0",
"@molarmanful/fe-tools": "^0.5.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.70.3",
"@sveltejs/vite-plugin-svelte": "^7.3.0",
"@tailwindcss/vite": "^4.3.3",
"core-js": "^3.50.0",
"eslint": "^10.9.0",
"eslint-plugin-better-tailwindcss": "^4.7.0",
"eslint-plugin-svelte": "^3.23.0",
"fflate": "^0.8.3",
"globals": "^17.11.0",
"svelte": "^5.56.10",
"svelte-check": "^4.7.6",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.67.0",
"typescript-svelte-plugin": "^0.3.52",
"vite": "^8.2.2"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": "^11.22.0",
"onFail": "download"
}
}
}