generated from turbo-eth/template-web3-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
154 lines (154 loc) · 4.77 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "nftsnaps-app",
"version": "0.0.0-beta.0",
"description": "Web App for NFTSnaps",
"license": "MIT",
"author": "McOso",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint --fix",
"prettier": "prettier './src' --write",
"prepare": "husky install ; prisma generate ; wagmi generate"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"./src": [
"lint",
"prettier"
]
},
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
},
"packageManager": "[email protected]",
"dependencies": {
"@next/bundle-analyzer": "^13.1.1",
"@next/font": "13.1.1",
"@prisma/client": "^4.8.1",
"@radix-ui/react-accessible-icon": "^1.0.1",
"@radix-ui/react-accordion": "^1.1.0",
"@radix-ui/react-alert-dialog": "^1.0.2",
"@radix-ui/react-aspect-ratio": "^1.0.1",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-context-menu": "^2.1.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-hover-card": "^1.0.3",
"@radix-ui/react-label": "^2.0.0",
"@radix-ui/react-menubar": "^1.0.0",
"@radix-ui/react-navigation-menu": "^1.1.1",
"@radix-ui/react-popover": "^1.0.2",
"@radix-ui/react-progress": "^1.0.1",
"@radix-ui/react-radio-group": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.0.2",
"@radix-ui/react-select": "^1.2.0",
"@radix-ui/react-separator": "^1.0.1",
"@radix-ui/react-slider": "^1.1.0",
"@radix-ui/react-slot": "^1.0.1",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-tabs": "^1.0.2",
"@radix-ui/react-toast": "^1.1.3",
"@radix-ui/react-toggle-group": "^1.0.1",
"@radix-ui/react-tooltip": "^1.0.3",
"@rainbow-me/rainbowkit": "0.8.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/query-core": "^4.3.8",
"@tanstack/react-query": "^4.3.9",
"@turbo-eth/core-wagmi": "0.0.0-beta.6",
"@turbo-eth/erc20-wagmi": "0.0.0-beta.14",
"@turbo-eth/erc721-wagmi": "0.0.0-beta.7",
"@types/react-copy-to-clipboard": "^5.0.4",
"@vercel/analytics": "^0.1.6",
"@vercel/og": "^0.0.27",
"@wagmi/chains": "^0.1.7",
"@wagmi/cli": "^0.1.11",
"alchemy-sdk": "^2.6.1",
"axios": "^1.2.2",
"class-variance-authority": "^0.4.0",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"encoding": "^0.1.13",
"ethers": "5.7.2",
"focus-trap-react": "^10.0.2",
"framer-motion": "^8.4.3",
"ipfs-http-client": "^60.0.0",
"iron-session": "^6.3.1",
"jotai": "^1.13.0",
"ky": "^0.33.2",
"ky-universal": "^0.11.0",
"lucide-react": "0.105.0-alpha.4",
"luxon": "^3.2.1",
"next": "13.1.1",
"next-themes": "^0.2.1",
"pino-pretty": "^9.4.0",
"query-string": "^8.1.0",
"react": ">=17",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": ">=17",
"react-hook-form": "^7.43.5",
"react-icons": "^4.7.1",
"react-markdown": "^8.0.4",
"react-modal": "^3.16.1",
"react-modal-hook": "^3.0.2",
"react-native": "0.71.0",
"react-responsive": "^9.0.2",
"react-spring": "^9.6.1",
"react-table": "^7.8.0",
"react-use-keypress": "^1.3.1",
"react-wrap-balancer": "^0.3.0",
"siwe": "1.1.6",
"swr": "^2.0.0",
"tailwind-merge": "^1.8.1",
"tailwindcss": "^3.2.4",
"usehooks-ts": "^2.9.1",
"wagmi": "0.11.7"
},
"devDependencies": {
"@babel/core": "7.18.5",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@svgr/webpack": "^6.5.1",
"@tsconfig/next": "^1.0.4",
"@types/luxon": "^3.2.0",
"@types/node": "^17.0.31",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@wagmi/cli": "^0.1.2",
"autoprefixer": "^10.4.13",
"eslint": "8.30.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.4.6",
"eslint-plugin-jest-dom": "^4.0.2",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-tailwindcss": "^3.5.0",
"eslint-plugin-testing-library": "^5.5.1",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.2",
"jsonwebtoken": "^9.0.0",
"lint-staged": "^13.1.0",
"postcss": "^8.4.19",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.0",
"prisma": "^4.8.1",
"typescript": "4.9.4"
}
}