-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
1 lines (1 loc) · 765 Bytes
/
package.json
File metadata and controls
1 lines (1 loc) · 765 Bytes
1
{ "name": "webgpulearning", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json", "copy-wasm": "copyfiles -u 2 node_modules/assimpts/dist/**/* src/lib/wasm/assimpts" }, "dependencies": { "image-js": "^1.3.0", "mathjs": "^15.1.0", "beercss": "^3.13.3", "material-dynamic-colors": "^1.1.2", "fflate": "^0.8.2", "@tweenjs/tween.js": "^25.0.0", "assimpts": "^0.1.0" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^6.2.4", "@tsconfig/svelte": "^5.0.6", "@webgpu/types": "^0.1.69", "svelte": "^5.46.4", "svelte-check": "^4.3.5", "typescript": "^5.9.3", "vite": "^7.3.1", "copyfiles": "^2.4.1" } }