{
"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 --instantiation"
},
"devDependencies": {
"@bytecodealliance/jco": "^1.17.0",
"@bytecodealliance/preview2-shim": "^0.17.8",
"@molarmanful/fe-tools": "^0.4.2",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.53.4",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tailwindcss/vite": "^4.2.1",
"core-js": "^3.48.0",
"eslint": "^10.0.3",
"eslint-plugin-better-tailwindcss": "^4.3.2",
"eslint-plugin-svelte": "^3.15.0",
"fflate": "^0.8.2",
"globals": "^17.4.0",
"svelte": "^5.53.7",
"svelte-check": "^4.4.5",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vite": "^7.3.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"core-js",
"esbuild"
]
}
}