-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 3.11 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
83
84
85
86
87
88
{
"name": "@boklisten/bl-web",
"version": "1.11.13",
"license": "MIT",
"scripts": {
"dev": "export NODE_OPTIONS=--openssl-legacy-provider; gulp && ng serve --host 0.0.0.0 --hmr --configuration=${ANGULAR_ENV}",
"build": "export NODE_OPTIONS=--openssl-legacy-provider; gulp && 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"
},
"resolutions": {
"uglify-es": "npm:terser"
},
"dependencies": {
"@angular/animations": "11.2.14",
"@angular/cli": "^11.2.17",
"@angular/common": "^11.2.14",
"@angular/compiler": "^11.2.14",
"@angular/compiler-cli": "^11.2.14",
"@angular/core": "^11.2.14",
"@angular/forms": "^11.2.14",
"@angular/localize": "^11.2.14",
"@angular/platform-browser": "^11.2.14",
"@angular/platform-browser-dynamic": "^11.2.14",
"@angular/router": "^11.2.14",
"@boklisten/bl-connect": "^0.20.21",
"@boklisten/bl-model": "^0.26.5",
"@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.3",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@ng-bootstrap/ng-bootstrap": "^9.1.0",
"@sentry/angular": "^6.3.1",
"@sentry/tracing": "^6.3.1",
"bootstrap": "^4.6.0",
"core-js": "^3.9.0",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"file-saver": "^2.0.5",
"moment": "^2.29.1",
"moment-es6": "^1.0.0",
"ng-click-outside": "^7.0.1",
"resize-observer-polyfill": "^1.5.1",
"rxjs": "^6.6.6",
"signature_pad": "4.1.5",
"tslib": "^2.1.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.17",
"@angular/language-service": "^11.2.14",
"@angularclass/hmr": "^3.0.0",
"@types/jasmine": "^3.6.4",
"@types/node": "^14.14.31",
"gulp": "^4.0.2",
"gulp-download-stream": "0.0.19",
"jasmine-core": "^3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "^6.1.1",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"karma-phantomjs-launcher": "^1.0.4",
"ngx-i18nsupport": "^0.17.1",
"prettier": "^2.2.1",
"protractor": "^7.0.0",
"puppeteer": "^7.1.0",
"terser": "^5.6.1",
"ts-node": "~9.1.1",
"tslint": "^6.1.3",
"typescript": "4.1"
},
"description": "`bl-web` is a customer centered application for Boklisten.no. It is basicly a online store with some caveats. 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-web/summary.md).",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/boklisten/bl-web.git"
},
"author": "",
"bugs": {
"url": "https://github.com/boklisten/bl-web/issues"
},
"homepage": "https://github.com/boklisten/bl-web#readme"
}