-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "auto-nounify-page",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"eslint": "eslint pages --fix"
},
"dependencies": {
"@google-cloud/storage": "^6.11.0",
"@rainbow-me/rainbowkit": "^1.0.2",
"autoprefixer": "^10.4.14",
"next": "^13.4.3",
"postcss": "^8.4.24",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.2",
"use-debounce": "^9.0.4",
"viem": "~1.0.6",
"wagmi": "~1.2.0"
},
"devDependencies": {
"@types/node": "^18.16.12",
"@types/react": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@wagmi/cli": "^1.3.0",
"eslint": "^8.0.1",
"eslint-config-next": "^13.4.3",
"eslint-config-standard-with-typescript": "^36.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"typescript": "*"
}
}