-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "nextjs13-connectkit-siwe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^1.0.30",
"@types/node": "20.1.4",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"connectkit": "^1.6.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"iron-session": "^6.3.1",
"next": "14.1.0",
"preline": "^2.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"siwe": "^2.1.4",
"typescript": "5.0.4",
"viem": "^1.21.4",
"wagmi": "^1.4.13",
"wagmi-permit": "^1.0.19"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.4.17",
"encoding": "^0.1.13",
"lokijs": "^1.5.12",
"pino-pretty": "^10.3.1",
"postcss": "^8.4.33",
"prettier": "^2.8.8",
"prettier-plugin-sort-imports-desc": "^1.0.0",
"tailwindcss": "^3.4.1"
}
}