-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.26 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
40
41
42
43
44
45
46
{
"name": "keycap_generator",
"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",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"@internationalized/date": "^3.10.0",
"@lucide/svelte": "^0.561.0",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/vite": "^4.1.18",
"@tsconfig/svelte": "^5.0.6",
"@types/node": "^24.10.1",
"@types/opentype.js": "^1.3.8",
"@types/three": "^0.182.0",
"bits-ui": "^2.14.4",
"clsx": "^2.1.1",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^5.43.8",
"svelte-check": "^4.3.4",
"tailwind-merge": "^3.4.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "~5.9.3",
"vite": "^7.2.4"
},
"dependencies": {
"@phosphor-icons/core": "^2.1.1",
"@xmldom/xmldom": "^0.8.11",
"fflate": "^0.8.2",
"lucide-svelte": "^0.562.0",
"manifold-3d": "^3.3.2",
"opentype.js": "^1.3.4",
"three": "^0.182.0",
"threejs-exporter-pc": "^1.0.2"
}
}