forked from digipolisantwerp/antwerp-ui_angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.01 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
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@acpaas-ui/ngx-components",
"description": "Antwerp UI is a component interface library for building user interfaces and responsive web apps.",
"version": "5.0.0",
"keywords": [
"Angular",
"Digipolis",
"antwerp-ui"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/digipolisantwerp/antwerp-ui_angular"
},
"scripts": {
"ng": "ng",
"start": "ng serve --aot",
"build": "ng build",
"build:all": "node ./scripts/build-all.js",
"build:prod": "ng build --prod --base-href \"https://digipolisantwerp.github.io/antwerp-ui_angular/\"",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"analyze": "ng build --prod --stats-json && webpack-bundle-analyzer dist/styleguide/stats-es2015.json",
"prepare": "npm run build:all",
"publish:all": "lerna publish --contents dist"
},
"private": true,
"publishConfig": {
"access": "public"
},
"dependencies": {
"@acpaas-ui/js-date-utils": "^2.0.1",
"@acpaas-ui/js-notification-store": "^1.0.4",
"@angular-redux/store": "^10.0.0",
"@angular/animations": "~8.2.14",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/core": "~8.2.14",
"@angular/forms": "~8.2.14",
"@angular/platform-browser": "~8.2.14",
"@angular/platform-browser-dynamic": "~8.2.14",
"@angular/router": "~8.2.14",
"@ngrx/effects": "^8.6.0",
"@ngrx/store": "^8.6.0",
"@ngrx/store-devtools": "^8.6.0",
"angular2-highlight-js": "^5.0.2",
"esri-leaflet": "^3.0.2",
"hammerjs": "^2.0.8",
"highlight.js": "^10.7.2",
"inputmask": "^5.0.5",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"lodash-es": "^4.17.21",
"marked": "^0.8.2",
"ng2-ckeditor": "^1.2.9",
"ngx-toastr": "^11.3.3",
"redux": "4.0.1",
"rimraf": "^3.0.2",
"rxjs": "~6.4.0",
"tslib": "^1.14.1",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@a-ui/core": "^5.0.1",
"@a-ui/flexboxgrid": "^2.0.0",
"@angular-devkit/build-angular": "^0.803.29",
"@angular-devkit/build-ng-packagr": "^0.803.29",
"@angular/cli": "^8.3.29",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/marked": "^0.7.4",
"@types/node": "~8.9.4",
"@types/sinon": "^7.5.2",
"chalk": "^3.0.0",
"cli-progress": "^3.8.2",
"codelyzer": "^5.2.2",
"date-fns": "^2.22.1",
"jasmine-core": "~3.4.0",
"jasmine-marbles": "^0.6.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"ng-packagr": "^5.4.0",
"protractor": "^5.4.4",
"redux-devtools-extension": "^2.13.8",
"sinon": "^9.2.1",
"ts-node": "~7.0.0",
"tsickle": "^0.37.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3",
"webpack-bundle-analyzer": "^4.4.2"
}
}