forked from HNScan/HNScan
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.9 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
{
"name": "Block-Explorer-Backend",
"version": "0.1.0",
"description": "A developer focus block explorer for Handshake.",
"main": "app.js",
"scripts": {
"start": "node src/app.js",
"start:prod": "npm run build; NODE_ENV=production node src/app.js",
"dev": "gulp",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectKnucks/blockBackend.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ProjectKnucks/backend/issues"
},
"homepage": "https://github.com/ProjectKnucks/backend#readme",
"dependencies": {
"autoprefixer": "^9.3.1",
"axios": "^0.18.0",
"boom": "^7.2.2",
"browser-sync": "^2.26.3",
"bsert": "0.0.8",
"bstring": "^0.3.5",
"config": "^2.0.1",
"cssnano": "^4.1.7",
"decimal.js": "^10.0.1",
"del": "^3.0.0",
"event-stream": "^3.3.4",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-nodemon": "^2.4.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-terser": "^1.1.5",
"handlebars": "^4.0.12",
"hapi": "^17.5.3",
"hs-airdrop": "0.0.3",
"hs-client": "0.0.3",
"hsd": "handshake-org/hsd",
"humanize-duration": "^3.15.3",
"inert": "^5.1.2",
"leaflet": "^1.3.4",
"nomenclate-js": "^0.3.0",
"postcss-import": "^12.0.1",
"precss": "^3.1.2",
"pug": "^2.0.3",
"vision": "^5.4.3"
},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"@babel/register": "^7.0.0",
"eslint": "^5.4.0",
"eslint-config-prettier": "^3.0.1",
"eslint-plugin-prettier": "^2.6.2",
"gulp-pug-linter": "^1.1.0",
"nodemon": "^1.18.7",
"prettier": "^1.14.2",
"pug-lint": "^2.5.0"
}
}