forked from kojibai/SigilMarkets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.43 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.43 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
47
48
49
50
51
52
{
"name": "verahai-sigilmarkets",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"dev:full": "node scripts/dev-full.mjs",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint src --ext .ts,.tsx"
},
"dependencies": {
"@react-three/drei": "^9.100.0",
"@react-three/fiber": "^8.15.19",
"@stripe/react-stripe-js": "^5.4.1",
"@stripe/stripe-js": "^8.6.0",
"@tanstack/react-query": "^5.45.0",
"clsx": "^2.1.1",
"decimal.js": "^10.6.0",
"fast-xml-parser": "^5.3.3",
"framer-motion": "^11.2.10",
"hash-wasm": "^4.11.0",
"html2canvas": "^1.4.1",
"jszip": "^3.10.1",
"lucide-react": "^0.424.0",
"qrcode": "^1.5.4",
"qrcode-generator": "^2.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-qr-code": "^2.0.18",
"react-router-dom": "^6.26.1",
"snarkjs": "^0.7.5",
"three": "^0.182.0",
"three-mesh-bvh": "^0.8.3",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/decimal.js": "^0.0.32",
"@types/node": "^22.10.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.38.0",
"@typescript-eslint/parser": "^8.38.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"vite": "^6.4.1",
"vite-plugin-pwa": "^0.21.1"
}
}