-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.05 KB
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
33
34
35
36
37
38
39
{
"name": "gradient-lab",
"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",
"test": "vitest run",
"book:tex": "vite-node scripts/emit-figures.ts && vite-node scripts/emit-latex.ts",
"book": "npm run book:tex && tectonic book/gradient-lab.tex"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@tsconfig/svelte": "^5.0.8",
"@types/node": "^26.1.0",
"@types/three": "^0.184.1",
"svelte": "^5.55.5",
"svelte-check": "^4.4.6",
"typescript": "^6.0.3",
"vite": "^8.0.10",
"vite-node": "^6.0.0",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.8"
},
"dependencies": {
"@types/d3": "^7.4.3",
"d3": "^7.9.0",
"d3-contour": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"driver.js": "^1.6.0",
"katex": "^0.16.45",
"lucide-svelte": "^1.0.1",
"shiki": "^4.3.0",
"three": "^0.184.0"
}
}