-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "rainplate",
"description": "A Versatile, Extensible Dapp Boilerplate built with Rainbowkit, Next.js, and Chakra-ui.",
"author": "asnared <https://github.com/abigger87>",
"private": false,
"license": "Unlicense",
"version": "0.2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.3.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@nextui-org/react": "^1.0.0-beta.9",
"@rainbow-me/rainbowkit": "^0.4.4",
"@splinetool/react-spline": "^2.2.1",
"@splinetool/runtime": "^0.9.82",
"ethers": "^5.6.9",
"framer-motion": "^7.3.2",
"material-react-toastify": "^1.0.1",
"next": "12.2.4",
"next-themes": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"sass": "^1.54.0",
"styled-components": "^5.3.5",
"wagmi": "^0.5.11"
},
"devDependencies": {
"@types/node": "18.0.6",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"eslint": "8.20.0",
"eslint-config-next": "12.2.3",
"typescript": "4.7.4"
}
}