-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.87 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
76
77
78
79
80
81
82
{
"name": "@boklisten/bl-admin",
"version": "1.10.13",
"license": "MIT",
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider; ng serve --port 8080 --configuration=${ANGULAR_ENV}",
"build": "export NODE_OPTIONS=--openssl-legacy-provider; ng build --configuration=${ANGULAR_ENV}",
"serve": "node server.js",
"prettier": "prettier --write '**/*.{html,js,ts,tsx,md,json,yml,css,scss}' --ignore-path=.gitignore",
"prettier:check": "prettier --check '**/*.{html,js,ts,tsx,md,json,yml,css,scss}' --ignore-path=.gitignore"
},
"dependencies": {
"@angular/animations": "^11.2.4",
"@angular/common": "^11.2.4",
"@angular/compiler": "^11.2.4",
"@angular/core": "^11.2.4",
"@angular/forms": "^11.2.4",
"@angular/localize": "~11.2.4",
"@angular/platform-browser": "^11.2.4",
"@angular/platform-browser-dynamic": "^11.2.4",
"@angular/router": "^11.2.4",
"@boklisten/bl-connect": "^0.20.24",
"@fortawesome/angular-fontawesome": "^0.8.2",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/free-regular-svg-icons": "^5.15.2",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@ng-bootstrap/ng-bootstrap": "^9.0.2",
"@sentry/angular": "^6.3.1",
"@sentry/tracing": "^6.3.1",
"@swimlane/ngx-datatable": "^19.0.0",
"bootstrap": "^4.6.0",
"core-js": "^3.9.1",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"file-saver": "^2.0.5",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"moment-es6": "^1.0.0",
"ngx-i18nsupport": "^0.17.1",
"rxjs": "^6.6.6",
"tslib": "^2.1.0",
"xlsx": "^0.16.9",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.17",
"@angular/cli": "^11.2.17",
"@angular/compiler-cli": "^11.2.4",
"@angular/language-service": "^11.2.4",
"@angularclass/hmr": "^3.0.0",
"@boklisten/bl-model": "^0.26.9",
"@types/jasmine": "~3.6.6",
"@types/jasminewd2": "~2.0.8",
"@types/node": "^14.14.33",
"codelyzer": "^6.0.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.1.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"prettier": "2.2.1",
"protractor": "~7.0.0",
"terser": "^5.6.0",
"ts-node": "~9.1.1",
"tslint": "~6.1.0",
"typescript": "4.1"
},
"description": "`bl-admin` is a administration tool for Boklisten.no. This README only describes development and technical detail. For a deep-dive into the application [please read our documentation](https://github.com/boklisten/bl-doc/blob/master/bl-admin/summary.md).",
"main": "karma.conf.js",
"repository": {
"type": "git",
"url": "git+https://github.com/boklisten/bl-admin.git"
},
"author": "",
"bugs": {
"url": "https://github.com/boklisten/bl-admin/issues"
},
"homepage": "https://github.com/boklisten/bl-admin#readme"
}