-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
69 lines (69 loc) · 2.07 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
{
"name": "ic-siwe-react-demo-rust",
"version": "0.1.0",
"description": "React demo application and template that demonstrates how to login Ethereum users into an IC canister using the Sign in with Ethereum (SIWE) standard.",
"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",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.17",
"@tanstack/react-query": "^5.28.4",
"ic-use-actor": "^0.1.0",
"ic-siwe-js": "^0.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"tailwind-merge": "^2.0.0",
"viem": "2.19.7",
"wagmi": "2.12.5"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.16",
"dotenv": "^16.3.1",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
}
}