-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "ethereumscanner",
"version": "1.0.0",
"description": "Utilities for processing data on Ethereum based chains",
"main": "index.js",
"browserslist": [
"last 1 chrome versions"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "parcel src/index.html",
"build": "parcel build src/index.html"
},
"repository": "git+https://github.com/modernAlcibiades/ethereumScanner.git",
"author": "modernAlcibiades",
"license": "MIT",
"bugs": {
"url": "https://github.com/modernAlcibiades/ethereumScanner/issues"
},
"homepage": "https://github.com/modernAlcibiades/ethereumScanner#readme",
"devDependencies": {
"parcel-bundler": "^1.12.5",
"parcel-plugin-svelte": "^4.0.6",
"sass": "^1.32.13",
"svelte": "^3.20.x"
},
"dependencies": {
"@sveltejs/svelte-virtual-list": "^3.0.1",
"axios": "^0.21.1",
"ethers": "^5.1.4",
"qrcode": "^1.4.4",
"svelte-grid": "^4.1.0",
"svelte-qr": "^1.0.0",
"svelte-qrcode": "^1.0.0",
"svelte-routing": "^1.6.0"
}
}