-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
82 lines (82 loc) · 2.51 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "flippyflop",
"version": "2.0.0",
"license": "MIT",
"private": true,
"packageManager": "[email protected]",
"engines": {
"node": ">=14"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"analyze": "ANALYZE=true next build",
"preview": "vite preview",
"lint": "eslint \"./src/**/*.{ts,tsx}\" ./src",
"prettier": "prettier \"./src/**/*.{ts,tsx}\"",
"format": "pnpm lint --fix && pnpm prettier --write"
},
"dependencies": {
"@cartridge/connector": "^0.5.0-alpha.3",
"@cartridge/controller": "^0.5.0-alpha.3",
"@react-three/drei": "^9.92.7",
"@react-three/fiber": "^8.15.12",
"@react-three/postprocessing": "^2.16.2",
"@starknet-react/chains": "^3.0.0",
"@starknet-react/core": "^3.0.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.5.0",
"@types/three": "^0.168.0",
"@vercel/analytics": "^1.3.2",
"@vitejs/plugin-react": "^4.3.1",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"camera-controls": "^2.9.0",
"framer-motion": "^11.3.30",
"glsl-random": "^0.0.5",
"humanize-duration": "^3.32.1",
"lodash": "^4.17.21",
"lucide-react": "^0.454.0",
"r3f-perf": "^7.2.1",
"react": "^18.2.0",
"react-async-hook": "^4.0.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"sonner": "github:Larkooo/sonner",
"starknet": "^6.11.0",
"three": "^0.160.0",
"three-custom-shader-material": "^6.0.13",
"three-instanced-uniforms-mesh": "^0.50.0",
"three-stdlib": "^2.32.2",
"tunnel-rat": "^0.1.2",
"use-debounce": "^10.0.3",
"use-sound": "^4.0.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-mkcert": "^1.17.6",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0",
"vite-plugin-wasm-pack": "^0.1.12"
},
"devDependencies": {
"@abinnovision/eslint-config-base": "^2.2.0",
"@abinnovision/eslint-config-react": "^2.2.0",
"@abinnovision/eslint-config-typescript": "^2.2.0",
"@abinnovision/prettier-config": "^2.1.3",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.16",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"file-loader": "^6.2.0",
"globals": "^15.11.0",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"raw-loader": "^4.0.2",
"tailwindcss": "^3.4.0",
"typescript": "^5.5.4",
"url-loader": "^4.1.1",
"vite": "^5.4.1"
}
}