-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.16 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.16 KB
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
{
"name": "react-template",
"version": "1.0.0",
"private": true,
"license": "MIT",
"description": "dApp template built using React, @reown/appkit and more! ",
"keywords": [
"Web3",
"AI",
"Dapp",
"Wallet",
"Ethereum",
"Template",
"React",
"React Router",
"reown/appkit"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"format": "prettier . --list-different",
"format:fix": "prettier . --write",
"check": "pnpm lint && pnpm format",
"deploy": "wrangler pages deploy"
},
"dependencies": {
"@base-ui/react": "^1.1.0",
"@remixicon/react": "^4.9.0",
"@reown/appkit": "^1.8.17",
"@reown/appkit-adapter-wagmi": "^1.8.17",
"@t3-oss/env-core": "^0.13.10",
"@tanstack/react-query": "^5.90.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.19",
"ky": "^1.14.3",
"motion": "^12.31.3",
"neverthrow": "^8.2.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-hook-form": "^7.71.1",
"react-router": "^7.13.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"viem": "^2.45.1",
"wagmi": "^3.4.2",
"zod": "^4.3.6",
"zustand": "^5.0.11"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "22.x",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.3",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.3.0",
"prettier": "^3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"sharp": "^0.34.5",
"svgo": "^4.0.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.54.0",
"vite": "^7.3.1",
"vite-plugin-image-optimizer": "^2.0.3",
"vite-plugin-remove-console": "^2.2.0",
"vite-tsconfig-paths": "^6.0.5",
"wrangler": "^4.63.0"
}
}