-
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.08 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.08 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": "nabla-type",
"private": true,
"version": "0.1.0",
"description": "Reaction-diffusion typography playground built with Svelte, WebGL1, and potrace-plus.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json",
"postinstall": "node scripts/copy-potrace-worker.js"
},
"engines": {
"node": ">=20"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/vite": "^4.2.1",
"@tsconfig/svelte": "^5.0.6",
"@types/node": "^24.10.1",
"@types/offscreencanvas": "^2019.7.3",
"@types/opentype.js": "^1.3.9",
"svelte": "^5.45.2",
"svelte-check": "^4.3.4",
"tailwindcss": "^4.2.1",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.5.0"
},
"dependencies": {
"bits-ui": "^2.16.3",
"lucide-svelte": "^1.0.1",
"opentype.js": "^1.3.4",
"potrace-plus": "^0.1.3",
"regl": "^2.1.1"
}
}