-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.99 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.99 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
{
"name": "lattice-manager",
"version": "0.6.0",
"private": true,
"homepage": "https://lattice.gridplus.io/",
"dependencies": {
"@ethereumjs/tx": "^4.0.2",
"@fortawesome/fontawesome-free": "^6.2.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@sentry/react": "^10.17.0",
"@solana/web3.js": "^1.63.1",
"antd": "^4.21.3",
"bech32": "^2.0.0",
"bignumber.js": "^9.0.2",
"bs58check": "^2.1.2",
"buffer": "^6.0.3",
"elliptic": "^6.5.4",
"fuzzysort": "^2.0.1",
"gridplus-react-crypto": "0.0.5",
"gridplus-sdk": "3.4.0",
"gulp": "^4.0.2",
"nanoid": "^4.0.0",
"papaparse": "^5.3.2",
"qrcode.react": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"docker-run": "npm run build && npm run start",
"serve": "vite preview",
"test": "vitest"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/jest": "^28.1.2",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react": "^3.0.1",
"jsdom": "^21.1.0",
"typescript": "^4.7.4",
"vite": "^4.0.4",
"vite-plugin-node-polyfills": "^0.7.0",
"vitest": "^0.28.1"
},
"msw": {
"workerDirectory": "public"
},
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
}