-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 985 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 985 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
33
34
35
36
37
38
39
40
{
"name": "game",
"private": true,
"devDependencies": {
"@cloudflare/vite-plugin": "^1.11.1",
"@hcaptcha/types": "^1.0.4",
"@types/bun": "latest",
"glob": "^11.0.3",
"vite": "^6.3.5",
"vite-plugin-html": "^3.2.2",
"vite-plugin-pwa": "^1.0.2",
"vite-plugin-sri3": "github:Zekiah-A/vite-plugin-sri3#v1.0.0"
},
"peerDependencies": {
"typescript": "^5.8.3"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@cycjimmy/canvas-snow": "^3.0.3",
"@fingerprintjs/fingerprintjs": "^4.6.2",
"@thi.ng/geom-io-obj": "^0.3.185",
"@tsparticles/confetti": "^3.9.0",
"disable-devtool": "^0.3.9",
"dompurify": "^3.2.6",
"gl-matrix": "^3.4.3",
"lit": "^3.3.1",
"lit-element": "^4.2.1",
"lit-html": "^3.3.1",
"marked": "^15.0.12",
"shared-ipc": "^1.2.1"
},
"trustedDependencies": [
"@tsparticles/engine",
"vite-plugin-sri3"
]
}