forked from aquaticone/srens-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.3 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
{
"name": "srens-web",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"codegen:graphql": "pnpm graphclient build",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"typecheck": "tsc --noEmit --incremental false",
"format": "prettier -w .",
"format:check": "prettier -c ."
},
"dependencies": {
"@headlessui/react": "1.7.13",
"@headlessui/tailwindcss": "0.1.2",
"@lukemorales/query-key-factory": "1.3.4",
"@rainbow-me/rainbowkit": "2.2.0",
"@tanstack/react-query": "5.59.20",
"clsx": "2.1.1",
"dayjs": "1.11.13",
"next": "14.2.17",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "4.8.0",
"tailwind-merge": "2.5.4",
"viem": "2.21.42",
"wagmi": "2.12.27",
"zustand": "5.0.1"
},
"devDependencies": {
"@graphprotocol/client-cli": "2.2.20",
"@svgr/webpack": "8.1.0",
"@types/node": "20.14.9",
"@types/react": "18.3.12",
"autoprefixer": "10.4.20",
"cssnano": "7.0.6",
"eslint": "^8",
"eslint-config-next": "14.2.17",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
},
"engines": {
"node": "20"
}
}