-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.65 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
{
"name": "minataur2",
"version": "2.0.0",
"description": "The Fastest block explorer for Mina Blockchain",
"main": "server/index.js",
"type": "module",
"scripts": {
"start": "node .",
"dev": "nodemon -e js,graphql,json,pug .",
"build": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olton/minataur2.git"
},
"keywords": [
"mina",
"archive",
"api",
"manager",
"explorer",
"minanavigators"
],
"author": "Serhii Pimenov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/olton/minataur2/issues"
},
"homepage": "https://github.com/olton/minataur2#readme",
"dependencies": {
"@faustbrian/node-base58": "^1.0.0",
"@graphql-tools/graphql-file-loader": "^8.0.1",
"@graphql-tools/load": "^8.0.2",
"@graphql-tools/schema": "^10.0.4",
"@hono/node-server": "^1.12.0",
"@olton/datetime": "^3.0.5",
"@olton/metroui": "^5.0.7",
"@olton/string": "^0.5.0",
"cors": "^2.8.5",
"esm": "^3.2.25",
"express": "^4.19.2",
"graphql": "^16.9.0",
"graphql-type-json": "^0.3.2",
"graphql-yoga": "5.6.1",
"hono": "^4.5.0",
"node-fetch": "^3.3.2",
"node-html-parser": "^6.1.13",
"nodemailer": "^6.9.14",
"pg": "^8.12.0",
"pg-cursor": "^2.11.0",
"pug": "^3.0.3",
"serve-favicon": "^2.5.0",
"ws": "^8.18.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"autoprefixer": "^10.4.19",
"less": "^4.2.0",
"rollup": "^4.19.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-progress": "^1.1.2"
}
}