-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
76 lines (76 loc) · 2.12 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
{
"name": "sendeth",
"version": "0.1.0",
"description": "",
"author": "Kristofer Lund <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/kristoferlund/ic-siwe-react-demo-rust"
},
"bugs": "https://github.com/kristoferlund/ic-siwe-react-demo-rust/issues",
"homepage": "https://github.com/kristoferlund/ic-siwe-react-demo-rust",
"keywords": [
"dfinity",
"ic",
"internet computer",
"react",
"template",
"siwe",
"sign in with ethereum",
"tailwindcss",
"typescript",
"vite"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint ./src/frontend/src",
"preview": "vite preview"
},
"dependencies": {
"@dfinity/agent": "^2.2.0",
"@dfinity/candid": "^2.2.0",
"@dfinity/identity": "^2.2.0",
"@dfinity/principal": "^2.2.0",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.5",
"@tanstack/react-query": "^5.59.13",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"ic-siwe-js": "^0.2.1",
"ic-use-actor": "^0.1.0",
"ic-vetkd-utils": "file:src/frontend/ic-vetkd-utils-0.1.0.tgz",
"lucide-react": "^0.474.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"viem": "2.19.7",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.4.1",
"wagmi": "2.12.5"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/node": "^22.10.10",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.20",
"dotenv": "^16.3.1",
"eslint": "^9.15.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"postcss": "^8.5.1",
"tailwindcss": "3.4.17",
"typescript": "^5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1",
"vite-plugin-environment": "^1.1.3"
}
}