-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
105 lines (105 loc) · 3.21 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
100
101
102
103
104
105
{
"name": "@acpaas-ui/ngx-components",
"description": "Antwerp UI is a component interface library for building user interfaces and responsive web apps.",
"version": "6.1.1",
"keywords": [
"Angular",
"Digipolis",
"antwerp-ui"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/digipolisantwerp/antwerp-ui_angular"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:all": "node ./scripts/build-all.js",
"build:prod": "ng build styleguide --configuration production --base-href \"https://digipolisantwerp.github.io/antwerp-ui_angular/\"",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"analyze": "ng build --configuration production --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": {
"@angular-eslint/builder": "^15.2.1",
"@angular-eslint/schematics": "^15.2.1",
"@angular-eslint/template-parser": "^15.2.1",
"@angular-redux/store": "^10.0.0",
"@angular/animations": "^15.2.3",
"@angular/common": "^15.2.3",
"@angular/compiler": "^15.2.3",
"@angular/core": "^15.2.3",
"@angular/forms": "^15.2.3",
"@angular/platform-browser": "^15.2.3",
"@angular/platform-browser-dynamic": "^15.2.3",
"@angular/router": "^15.2.3",
"@ngrx/effects": "^15.4.0",
"@ngrx/store": "^15.4.0",
"@ngrx/store-devtools": "^15.4.0",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"angular2-highlight-js": "^5.0.2",
"eslint": "^8.31.0",
"esri-leaflet": "^3.0.2",
"hammerjs": "^2.0.8",
"highlight.js": "^10.7.2",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"esri-leaflet-vector": "^4.2.3",
"lodash-es": "^4.17.21",
"marked": "^4.3.0",
"ngx-toastr": "^16.0.0",
"redux": "4.0.1",
"rimraf": "^3.0.2",
"rxjs": "~6.6.7",
"tslib": "^2.4.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@a-ui/core": "^6.6.1",
"@a-ui/flexboxgrid": "^3.0.0",
"@angular-devkit/build-angular": "^15.2.4",
"@angular/cli": "^15.2.0",
"@angular/compiler-cli": "^15.2.0",
"@angular/language-service": "^15.2.0",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/marked": "^4.0.8",
"@types/node": "^20.10.7",
"@types/sinon": "^7.5.2",
"@typescript-eslint/parser": "^5.48.1",
"chalk": "^3.0.0",
"cli-progress": "^3.8.2",
"date-fns": "^2.22.1",
"jasmine-core": "~4.6.0",
"jasmine-marbles": "^0.6.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~6.4.1",
"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": "^15.1.1",
"process": "^0.11.10",
"protractor": "^7.0.0",
"redux-devtools-extension": "^2.13.8",
"sinon": "^9.2.1",
"ts-node": "~7.0.0",
"typescript": "~4.9.4",
"util": "^0.12.5",
"webpack-bundle-analyzer": "^4.4.2"
},
"overrides": {
"@angular-redux/store": {
"@angular/core": "^15.2.3"
}
}
}