-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 979 Bytes
/
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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@solana/web3.js": "^1.94.0",
"@worldcoin/idkit": "^1.3.0",
"antd": "^5.16.2",
"axios": "^1.6.8",
"crypto-js": "^4.2.0",
"dat.gui": "^0.7.9",
"dayjs": "^1.11.10",
"echarts": "^5.5.0",
"gsap": "^3.12.5",
"next": "14.1.4",
"next-seo": "^6.5.0",
"next-sitemap": "^4.2.3",
"openai": "^4.52.1",
"react": "^18",
"react-dom": "^18",
"three": "^0.164.1",
"web3": "^4.7.0"
},
"devDependencies": {
"@types/dat.gui": "^0.7.13",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.164.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}