-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.82 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
{
"name": "valid-one",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build:test": "vite build --mode test",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@dfinity/agent": "^1.0.1",
"@dfinity/candid": "^1.0.1",
"@dfinity/principal": "^1.0.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@ethersproject/transactions": "^5.7.0",
"@mui/material": "^5.15.14",
"@simplewebauthn/browser": "^9.0.1",
"@zcloak/crypto": "^2.0.0",
"axios": "^1.6.7",
"dayjs": "^1.11.10",
"ethers": "^6.11.1",
"isomorphic-fetch": "^3.0.0",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"moment": "^2.30.1",
"qrcode-generator": "^1.4.4",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-icons": "^5.0.1",
"react-qr-code": "^2.0.12",
"react-router-dom": "^6.22.3",
"react-use": "^17.5.0"
},
"devDependencies": {
"@types/isomorphic-fetch": "^0.0.39",
"@types/node": "^20.11.29",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"daisyui": "^4.9.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.36",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-svgr": "^4.2.0"
}
}