generated from GeneralMagicio/next-web3-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.53 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": "next-web3-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@next/font": "13.1.6",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-toggle-group": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.5",
"@rainbow-me/rainbowkit": "^0.11.0",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.29.0",
"@tanstack/react-table": "^8.8.4",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@wagmi/chains": "^0.2.14",
"axios": "^1.3.4",
"clsx": "^1.2.1",
"ethers": "^5.7.2",
"framer-motion": "^10.11.2",
"http-proxy": "^1.18.1",
"iron-session": "^6.3.1",
"next": "13.1.6",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-aria": "^3.23.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.8.0",
"siwe": "^1.1.6",
"typescript": "4.9.5",
"use-debounce": "^9.0.3",
"uuid": "^9.0.0",
"wagmi": "^0.11.6",
"web3-utils": "^1.9.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.0-rc.7",
"@storybook/addon-interactions": "^7.0.0-rc.7",
"@storybook/addon-links": "^7.0.0-rc.7",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-styling": "^0.3.2",
"@storybook/blocks": "^7.0.0-rc.7",
"@storybook/nextjs": "^7.0.0-rc.7",
"@storybook/react": "^7.0.0-rc.7",
"@storybook/testing-library": "^0.0.14-next.1",
"@types/node": "18.14.0",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@wagmi/cli": "^0.1.15",
"autoprefixer": "^10.4.14",
"css-loader": "^6.7.3",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-storybook": "^0.6.11",
"eslint-plugin-tailwindcss": "^3.10.1",
"postcss": "^8.4.21",
"postcss-loader": "^7.1.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"storybook": "^7.0.0-rc.7",
"style-loader": "^3.3.2",
"tailwindcss": "^3.2.7"
}
}