-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1003 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1003 Bytes
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
{
"name": "union-wallet",
"version": "1.0.0",
"main": "gateway/frontend/index.tsx",
"private": true,
"type": "module",
"scripts": {
"start": "dfx start --clean",
"deploy": "./deploy.sh"
},
"workspaces": [
"demo",
"gateway/frontend",
"libs/*"
],
"resolutions": {
"buffer": "6.0.3",
"commander": "8.3.0",
"safe-buffer": "5.2.1",
"react-is": "18.1.0",
"debug": "4.3.4",
"ms": "2.1.2",
"supports-color": "5.5.0",
"globals": "12.4.0",
"ansi-styles": "4.3.0",
"color-convert": "2.0.1",
"color-name": "1.1.4",
"has-flag": "3.0.0",
"semver": "7.3.7",
"globby": "10.0.1",
"eslint-visitor-keys": "2.1.0",
"ignore": "4.0.6",
"estraverse": "5.3.0",
"json5": "1.0.1",
"doctrine": "3.0.0",
"strip-ansi": "6.0.1",
"rimraf": "3.0.2",
"glob": "7.2.0",
"type-fest": "0.8.1",
"resolve-from": "5.0.0",
"ansi-regex": "5.0.1",
"emoji-regex": "9.2.2",
"resolve": "1.22.0"
}
}