forked from wl-buildingtools/nightfall
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
75 lines (75 loc) · 2.31 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
74
75
{
"name": "ui",
"version": "0.0.1",
"description": "UI for Nightfall",
"repository": "https://github.com/EYBlockchain/nightfall",
"main": "main.ts",
"scripts": {
"ng": "ng",
"start": "ng serve --host=0.0.0.0 --port 80 --publicHost=nightfall.docker",
"build": "ng build --prod",
"compodoc": "npx compodoc -p src/tsconfig.app.json",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"contributors": [
"Abhinaba Das <[email protected]>",
"Liju Jose <[email protected]>",
"Mohammed Shameem <[email protected]>",
"Chaitanya Konda <[email protected]>",
"Duncan Westland <[email protected]>",
"Asish A Prema <[email protected]>",
"Michael Connor <[email protected]>",
"A.J. May <[email protected]>"
],
"license": "CC0-1.0",
"dependencies": {
"@angular-devkit/core": "^7.3.9",
"@angular/animations": "^7.2.15",
"@angular/common": "^7.2.15",
"@angular/compiler": "^7.2.15",
"@angular/core": "^7.2.15",
"@angular/forms": "^7.2.15",
"@angular/http": "^7.2.15",
"@angular/platform-browser": "^7.2.15",
"@angular/platform-browser-dynamic": "^7.2.15",
"@angular/router": "^7.2.15",
"@ng-bootstrap/ng-bootstrap": "4.1.3",
"@ng-select/ng-select": "^2.2.0",
"bootstrap": "4.3.1",
"core-js": "^2.4.1",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"ng2-completer": "^2.0.8",
"ng2-simple-global": "^1.2.5",
"ng2-smart-table": "^1.4.0",
"ngx-toastr": "^10.0.4",
"popper.js": "^1.12.3",
"rxjs": "^6.5.2",
"zone.js": "^0.8.19",
"rxjs-compat": "^6.0.0-rc.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.9",
"@angular/cli": "^7.3.9",
"@angular/compiler-cli": "^7.2.15",
"@angular/language-service": "^7.2.15",
"@compodoc/compodoc": "^1.1.9",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/node": "~6.0.60",
"codelyzer": "^4.0.1",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.5",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.0",
"protractor": "6.0.0",
"ts-node": "~4.1.0",
"tslint": "~5.9.1",
"typescript": "3.1.6"
}
}