/ concept-collection / turing-sphere-2
Sign in
concept-collection / turing-sphere-2
turing-sphere-2 / package.json
29 lines · 807 BBlameHistoryRaw
1{
2 "name": "turing-sphere",
3 "version": "0.1.0",
4 "description": "Live reaction-diffusion (Turing patterns) on the sphere, spectral spherical-harmonic solver on WebGPU",
5 "type": "module",
6 "license": "CECILL-2.1",
7 "scripts": {
8 "dev": "vite",
9 "build": "tsc --noEmit && vite build",
10 "test:node": "node scripts/test-node.ts",
11 "test:gpu": "vite build && node scripts/test-gpu.mjs",
12 "test": "npm run test:node && npm run test:gpu",
13 "bench": "node scripts/bench.ts"
14 },
15 "dependencies": {
16 "three": "^0.183.0"
17 },
18 "optionalDependencies": {
19 "webgpu": "^0.4.0"
20 },
21 "devDependencies": {
22 "@types/node": "^26.1.1",
23 "@types/three": "^0.185.1",
24 "@webgpu/types": "^0.1.44",
25 "puppeteer-core": "^23.0.0",
26 "typescript": "^5.5.0",
27 "vite": "^5.4.0"
28 }
moveopenescclose