-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
{
"name": "marsnext",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/next-js": "^2.1.3",
"@chakra-ui/react": "^2.6.1",
"@chakra-ui/theme-tools": "^2.0.16",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@react-three/drei": "^9.68.3",
"@react-three/fiber": "^8.13.0",
"@types/node": "20.1.5",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@types/three": "^0.152.0",
"@usedapp/core": "^1.2.10",
"@web3modal/ethereum": "^2.6.2",
"@web3modal/react": "^2.6.2",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"ethers": "5.7.2",
"framer-motion": "^10.12.11",
"framer-motion-3d": "^10.12.12",
"next": "^13.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-jazzicon": "^1.0.4",
"react-scroll-parallax": "^3.4.2",
"react-slick": "^0.29.0",
"sharp": "^0.32.1",
"three": "^0.152.2",
"typescript": "5.0.4",
"viem": "^1.2.6",
"wagmi": "^1.3.3"
},
"devDependencies": {
"@types/react-slick": "^0.23.10",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"slick-carousel": "^1.8.1",
"tailwindcss": "^3.3.2"
}
}