-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.6 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": "@ssd-solar/gem",
"version": "0.0.14",
"description": "@ssd-solar/gem is the base for all web related projects using the hapi,vue,celarium,aurium stack",
"main": "index.js",
"scripts": {
"test": "mocha -A",
"cov": "nyc mocha",
"lint": "eslint .",
"fix": "eslint --fix .",
"start": "parcel start ",
"build": "rm -rf dist && parcel build "
},
"author": "Maciej Krüger <[email protected]>",
"license": "MPL-2.0",
"template": {
"extends": [
"nodeEslint",
"parcelEslint"
]
},
"devDependencies": {
"eslint": "*",
"eslint-config-ipfs": "*",
"eslint-config-oclif": "*",
"mkgs-tool": "^0.1.15",
"mocha": "*",
"mongoose": "^5.12.9",
"nyc": "*"
},
"dependencies": {
"@forevolve/bootstrap-dark": "^1.0.0",
"@fortawesome/fontawesome-free": "^5.15.3",
"@hapi/hapi": "^20.1.3",
"@hapi/inert": "^6.0.3",
"@sentry/browser": "^6.3.6",
"celarium": "^0.0.3",
"hapi-pino": "^8.3.0",
"hapi-sentry": "^3.2.0",
"hapi-spa-serve": "^0.1.1",
"joi": "^17.4.0",
"jquery": "^3.6.0",
"pino": "^6.11.3",
"relish2": "^3.0.2",
"sweetalert2": "^10.16.7",
"vue": "^3.1.0-beta.3",
"vue-global-options": "^1.0.1",
"vue-i18n": "^8.24.4",
"vue-resource": "^1.5.2",
"vue-router": "^3.5.1",
"whatwg-fetch": "^3.6.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssd-solar/gem.git"
},
"bugs": {
"url": "https://github.com/ssd-solar/gem/issues"
},
"homepage": "https://github.com/ssd-solar/gem#readme",
"engines": {
"node": ">=10.0.0"
}
}