-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
108 lines (108 loc) · 3.31 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "geo-web-cadastre",
"version": "0.1.0",
"dependencies": {
"@allo-team/allo-v2-sdk": "^1.0.47",
"@apollo/client": "^3.8.9",
"@didtools/cacao": "^1.1.0",
"@didtools/pkh-ethereum": "^0.0.3",
"@geo-web/mud-world-base-contracts": "0.1.0",
"@geo-web/mud-world-base-setup": "0.2.2",
"@geo-web/sdk": "^4.4.0",
"@helia/verified-fetch": "^1.3.14",
"@latticexyz/common": "2.0.0-next.11",
"@latticexyz/protocol-parser": "2.0.0-next.11",
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@popperjs/core": "^2.11.5",
"@rainbow-me/rainbowkit": "^1.3.4",
"@reduxjs/toolkit": "^1.8.1",
"@safe-global/protocol-kit": "^1.0.1",
"@safe-global/relay-kit": "^1.0.0",
"@safe-global/safe-deployments": "^1.23.0",
"@superfluid-finance/sdk-core": "^0.6.12",
"@superfluid-finance/sdk-redux": "^0.3.0",
"@transak/transak-sdk": "^1.3.0",
"@turf/turf": "^6.5.0",
"@types/d3": "^7.4.3",
"@wagmi/core": "^1.4.7",
"@web3-storage/access": "^18.0.5",
"@web3-storage/w3up-client": "^11.2.0",
"alchemy-sdk": "^2.10.0",
"as-geo-web-coordinate": "^0.8.0",
"bootstrap": "^5.3.2",
"d3": "^7.8.5",
"dayjs": "^1.11.2",
"did-session": "^1.0.0",
"dids": "^3.3.1",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"graphql": "^15.4.0",
"key-did-resolver": "^1.4.0",
"latlon-geohash": "^2.0.0",
"local-ssl-proxy": "^2.0.5",
"mapbox-gl": "^2.14.1",
"multiformats": "^11.0.2",
"queue-promise": "^2.2.1",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-map-gl": "^7.0.23",
"react-redux": "^8.0.1",
"react-router-dom": "^6.20.0",
"sass": "^1.49.9",
"siwe": "^1.1.6",
"viem": "^1.20.2",
"wagmi": "^1.4.7",
"wasm-loader": "^1.3.0"
},
"scripts": {
"build": "NODE_OPTIONS='--max-old-space-size=4096' && vite build --mode $APP_ENV",
"dev-https": "local-ssl-proxy --key localhost-key.pem --cert localhost.pem --source 3001 --target 3000",
"dev": "source .env && vite --mode $APP_ENV",
"preview": "vite preview",
"typecheck": "tsc --noEmit",
"lint": "eslint src",
"prettier": "prettier -w src"
},
"engines": {
"node": ">=18.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@safe-global/safe-core-sdk-types": "^2.0.0",
"@types/mapbox__mapbox-gl-geocoder": "^4.7.3",
"@types/node": "^17.0.25",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.0",
"eslint-plugin-react-hooks": "^4.2.0",
"node-gyp": "^10.0.1",
"prettier": "^2.8.4",
"typescript": "^5.1.3",
"vite": "^4.4.9",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-node-polyfills": "^0.17.0",
"vite-plugin-top-level-await": "^1.3.1",
"vite-plugin-wasm": "^3.2.2"
},
"type": "module"
}