-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
128 lines (128 loc) · 4.27 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "ndb-core",
"version": "0.0.0",
"license": "GPL-3.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build --configuration production",
"test": "ng test",
"test-ci": "ng test --code-coverage --karma-config=build/karma-ci.conf.js ",
"lint": "ng lint ndb-core",
"e2e": "ng e2e",
"e2e-open": "ng run ndb-core:cypress-open",
"percy-storybook": "npm run build-storybook && percy storybook ./storybook-static",
"compodoc": "npx compodoc -c doc/compodoc_sources/.compodocrc.json",
"docs:json": "compodoc -p ./tsconfig.json -e json -d .",
"storybook": "ng run ndb-core:storybook",
"build-storybook": "ng run ndb-core:build-storybook",
"extract-i18n": "ng extract-i18n --output-path ./src/assets/locale/ && xliffmerge --profile xliffmerge.json"
},
"private": true,
"browser": {
"stream": "./node_modules/stream-browserify"
},
"dependencies": {
"@angular/animations": "^18.2.8",
"@angular/cdk": "^18.2.9",
"@angular/common": "^18.2.8",
"@angular/compiler": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/forms": "^18.2.8",
"@angular/localize": "^18.2.8",
"@angular/material": "^18.2.9",
"@angular/material-moment-adapter": "^18.2.9",
"@angular/platform-browser": "^18.2.8",
"@angular/platform-browser-dynamic": "^18.2.8",
"@angular/router": "^18.2.8",
"@angular/service-worker": "^18.2.8",
"@aytek/material-color-picker": "^1.0.4",
"@casl/ability": "^6.7.1",
"@casl/angular": "^8.2.8",
"@faker-js/faker": "^8.4.1",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@ngneat/until-destroy": "^10.0.0",
"@sentry/angular": "^8.35.0",
"angulartics2": "^14.1.0",
"assert": "^2.1.0",
"crypto-es": "^2.1.0",
"deep-object-diff": "^1.1.9",
"hammerjs": "^2.0.8",
"json-query": "^2.2.2",
"keycloak-angular": "^16.0.1",
"keycloak-js": "^25.0.6",
"leaflet": "^1.9.4",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"moment": "2.29.4",
"ngx-markdown": "^18.1.0",
"ngx-papaparse": "^8.0.0",
"pouchdb-adapter-memory": "^9.0.0",
"pouchdb-browser": "^9.0.0",
"process": "^0.11.10",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"stream-browserify": "^3.0.0",
"tslib": "^2.8.0",
"util": "^0.12.5",
"uuid": "^10.0.0",
"webpack": "^5.95.0",
"zone.js": "^0.14.10"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.9",
"@angular-eslint/builder": "^18.4.0",
"@angular-eslint/eslint-plugin": "^18.4.0",
"@angular-eslint/eslint-plugin-template": "^18.4.0",
"@angular-eslint/schematics": "^18.4.0",
"@angular-eslint/template-parser": "^18.4.0",
"@angular/cli": "^18.2.8",
"@angular/compiler-cli": "^18.2.8",
"@babel/core": "^7.25.8",
"@compodoc/compodoc": "^1.1.26",
"@cypress/schematic": "~2.5.2",
"@percy/cli": "^1.30.1",
"@schematics/angular": "^18.2.9",
"@storybook/addon-actions": "^8.3.6",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/angular": "^8.3.6",
"@storybook/test": "^8.3.6",
"@types/hammerjs": "^2.0.46",
"@types/jasmine": "~5.1.4",
"@types/json-query": "^2.2.6",
"@types/leaflet": "^1.9.13",
"@types/lodash-es": "^4.17.12",
"@types/md5": "^2.3.5",
"@types/pouchdb": "^6.4.2",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"babel-loader": "^9.2.1",
"cypress": "~13.14.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-storybook": "^0.10.1",
"jasmine-core": "^5.4.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"mockdate": "^3.0.5",
"ngx-i18nsupport": "^0.17.1",
"prettier": "^3.3.3",
"storybook": "^8.3.6",
"ts-node": "^10.9.2",
"typescript": "~5.5.4",
"xliff": "^6.2.1"
},
"overrides": {
"chokidar": "4.0.1"
}
}