-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.15 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.15 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "pred-man-cli",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@dynamic-labs/ethereum": "^4.44.1",
"@dynamic-labs/sdk-react": "^0.18.30",
"@dynamic-labs/sdk-react-core": "^4.44.1",
"@linera/client": "0.15.7",
"@linera/signer": "0.15.6",
"@pixi/filter-drop-shadow": "^5.2.0",
"@pixi/filter-glow": "^5.2.1",
"@pixi/react": "^8.0.3",
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.4.0",
"@tailwindcss/postcss": "^4.1.16",
"@tailwindcss/vite": "^4.1.16",
"@tanstack/react-query": "^5.90.12",
"@types/canvas-confetti": "^1.9.0",
"autoprefixer": "^10.4.21",
"axios": "^1.13.0",
"canvas-confetti": "^1.9.4",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"ethers": "^6.15.0",
"framer-motion": "^12.23.24",
"pixi.js": "^8.14.0",
"postcss": "^8.5.6",
"react": "^19.1.1",
"react-confetti-cannon": "^0.10.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"react-router-dom": "^7.9.4",
"react-spring": "^10.0.3",
"recharts": "^3.3.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.16",
"use-sound": "^5.0.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@eslint/js": "^9.36.0",
"@types/node": "^24.9.2",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"@vitejs/plugin-react": "^5.0.4",
"baseline-browser-mapping": "^2.9.11",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.22",
"globals": "^16.4.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.45.0",
"vite": "^7.1.7"
}
}