-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.22 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.22 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
{
"name": "df-map-viewer",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "svite --port 8080",
"build": "svite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phated/df-map-viewer.git"
},
"keywords": [],
"author": "Blaine Bublitz <blaine.bublitz@gmail.com> (https://github.com/phated)",
"license": "MIT",
"bugs": {
"url": "https://github.com/phated/df-map-viewer/issues"
},
"homepage": "https://github.com/phated/df-map-viewer#readme",
"dependencies": {
"@ethersproject/providers": "^5.0.14",
"assert": "^2.0.0",
"big-integer": "^1.6.48",
"browserify-zlib": "^0.2.0",
"buffer": "^5.6.1",
"crypto-browserify": "^3.12.0",
"ethers": "^5.0.19",
"events": "^3.2.0",
"http-browserify": "^1.7.0",
"https-browserify": "^1.0.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^4.17.20",
"simple-websocket": "^9.0.0",
"stream-browserify": "^3.0.0",
"url": "^0.11.0",
"util": "^0.12.3"
},
"devDependencies": {
"@types/events": "^3.0.0",
"@types/levelup": "^4.3.0",
"@types/node": "^14.14.3",
"svelte": "^3.29.7",
"svelte-hmr": "^0.11.6",
"svite": "^0.8.1"
}
}