/ concept-collection / turing-surface-cache
Sign in
concept-collection / turing-surface-cache
turing-surface-cache / package.json
27 lines · 703 BBlameHistoryRaw
1{
2 "name": "turing-surface-cache",
3 "version": "0.1.0",
4 "description": "Reaction-diffusion (Turing patterns) on curved surfaces at a chosen end time, with a shared cloud cache of solutions; spectral solver on WebGPU",
5 "type": "module",
6 "engines": {
7 "node": ">=22.6"
8 },
9 "license": "CECILL-2.1",
10 "scripts": {
11 "dev": "vite",
12 "build": "tsc --noEmit && vite build"
13 },
14 "dependencies": {
15 "h5wasm": "^0.10.3",
16 "numbl": "file:../../numbl",
17 "three": "^0.183.0"
18 },
19 "devDependencies": {
20 "@types/node": "^26.1.1",
21 "@types/three": "^0.185.1",
22 "@webgpu/types": "^0.1.44",
23 "puppeteer-core": "^23.0.0",
24 "typescript": "^5.5.0",
25 "vite": "^5.4.0"
26 }
moveopenescclose