-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.45 KB
/
package.json
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
47
48
49
50
51
52
53
54
55
56
{
"name": "arcanetable",
"version": "0.0.0",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build --mode production",
"serve": "vite preview",
"test": "vitest"
},
"license": "MIT",
"devDependencies": {
"@types/color-hash": "^2.0.0",
"@types/node": "^22.10.2",
"autoprefixer": "^10.4.20",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"solid-devtools": "^0.31.4",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^6.0.3",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-solid": "^2.11.0"
},
"dependencies": {
"@analytics/google-tag-manager": "^0.6.0",
"@kobalte/core": "^0.13.7",
"@picocss/pico": "^2.0.6",
"@solidjs/router": "^0.15.2",
"@types/lodash-es": "^4.17.12",
"@types/three": "^0.171.0",
"analytics": "^0.8.16",
"arcsecond": "^5.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk-solid": "^1.1.0",
"color-hash": "^2.0.2",
"comlink": "^4.4.2",
"hotkeys-js": "^3.13.9",
"lodash-es": "^4.17.21",
"lucide-solid": "^0.468.0",
"nanoid": "^5.0.9",
"solid-js": "^1.9.3",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"three": "^0.171.0",
"vite-plugin-compression2": "^1.3.3",
"vite-plugin-solid-svg": "^0.8.1",
"vitest": "^2.1.8",
"y-webrtc": "^10.3.0",
"y-websocket": "^2.0.4",
"yjs": "^13.6.20"
}
}