-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 851 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "mandelbrot-webgpu",
"version": "0.0.0",
"description": "Arbitrary-precision Mandelbrot deep-zoom renderer for the browser, with GPU-computed reference orbits.",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"test": "vitest run",
"test:watch": "vitest"
},
"license": "GPL-3.0-or-later",
"devDependencies": {
"@webgpu/types": "^0.1.71",
"solid-devtools": "^0.29.2",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vite-plugin-solid": "^2.8.2",
"vitest": "^2.1.9"
},
"dependencies": {
"decimal.js": "^10.4.3",
"gl-matrix": "^3.4.3",
"solid-js": "^1.8.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Desarso/mandelbrot-webgpu.git"
},
"homepage": "https://mandelbrot.gabrielmalek.com"
}