-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.6 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
{
"name": "bunnyai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browser": {
"fs": false
},
"dependencies": {
"@biconomy/account": "^3.1.0",
"@biconomy/bundler": "^3.1.0",
"@biconomy/common": "^3.1.0",
"@biconomy/core-types": "^3.1.0",
"@biconomy/particle-auth": "^3.1.0",
"@biconomy/paymaster": "^3.1.0",
"@nouns/assets": "^0.5.0",
"@nouns/sdk": "^0.4.0",
"@privy-io/react-auth": "^1.40.3",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@types/node": "20.6.3",
"@types/react": "18.2.22",
"@types/react-dom": "18.2.7",
"@worldcoin/idkit": "^0.5.1",
"ai": "^2.2.13",
"autoprefixer": "10.4.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"eslint": "8.50.0",
"eslint-config-next": "13.5.2",
"ethers": "^5.7.2",
"lucide-react": "^0.279.0",
"next": "13.5.2",
"next-pwa": "^5.6.0",
"openai": "^4.10.0",
"polished": "^4.2.2",
"postcss": "8.4.30",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-slick": "^0.29.0",
"seedrandom": "^3.0.5",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2",
"wcag-contrast": "^3.0.0"
},
"devDependencies": {
"@types/react-slick": "^0.23.10",
"@types/seedrandom": "^3.0.5",
"@types/wcag-contrast": "^3.0.1"
}
}