-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.27 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
{
"name": "safe-app-boilerplate",
"description": "Modern boilerplate for building Safe{Wallet} apps, powering the future of smart accounts and account abstraction. Built with React, TailwindCSS, and wagmi.",
"homepage": "./",
"version": "0.1.0",
"private": true,
"author": {
"name": "AbuUsama.eth",
"url": "https://github.com/pythonpete32"
},
"keywords": [
"safe",
"account-abstraction",
"smart-accounts",
"erc-4337",
"multisig",
"safe-protocol",
"web3",
"ethereum",
"dao",
"evm",
"blockchain",
"dapp",
"wagmi",
"viem",
"react",
"tailwindcss",
"shadcn-ui",
"chain-abstraction",
"modular-accounts"
],
"repository": {
"type": "git",
"url": "https://github.com/pythonpete32/safe-app-boilerplate"
},
"bugs": {
"url": "https://github.com/pythonpete32/safe-app-boilerplate/issues"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest",
"check": "biome check",
"lint": "biome lint --write",
"format": "biome format --write"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-slot": "^1.1.0",
"@safe-global/cra-template-safe-app": "5.0.0",
"@safe-global/safe-apps-react-sdk": "^4.7.2",
"@safe-global/safe-react-components": "^2.0.6",
"@tanstack/react-query": "^5.59.16",
"@tanstack/react-query-devtools": "^5.59.16",
"@vitejs/plugin-react": "^4.3.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.454.0",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"viem": "2.x",
"wagmi": "^2.12.25"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@testing-library/jest-dom": "^6.2.0",
"@types/cors": "^2.8.17",
"@types/node": "^20.4.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"autoprefixer": "^10.4.20",
"cors": "^2.8.5",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.1.6",
"vite": "^5.0.12"
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"development": ["last 1 chrome version", "last 1 firefox version", "last 1 safari version"]
},
"packageManager": "[email protected]"
}