-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
160 lines (160 loc) · 7.19 KB
/
package.json
File metadata and controls
160 lines (160 loc) · 7.19 KB
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"name": "@netgrif/components-project",
"version": "6.4.2",
"description": "Netgrif Application Engine Frontend project. Project includes angular libraries as base for NAE applications.",
"homepage": "https://components.netgrif.com",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "git+https://github.com/netgrif/components.git"
},
"bugs": {
"url": "https://github.com/netgrif/components/issues"
},
"author": {
"name": "NETGRIF, s.r.o.",
"email": "oss@netgrif.com",
"url": "https://netgrif.com"
},
"keywords": [
"netgrif",
"application engine",
"nae",
"engine",
"components-core",
"workflow engine",
"components",
"netgrif components",
"nae components",
"nae frontend"
],
"scripts": {
"ng": "ng",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"ncc:build": "ng build netgrif-components-core --configuration production && npm run ncc:build-schematics",
"ncc:local-build": "npm run ncc:build && npm i ./dist/netgrif-components-core --save-optional --legacy-peer-deps",
"ncc:build-schematics": "node projects/netgrif-components-core/src/scripts/build-schematics.js",
"ncc:lint": "ng lint netgrif-components-core",
"ncc:spell": "cspell \"{projects/netgrif-components-core/**/*.md,projects/netgrif-components-core/src/**/*.ts}\"",
"ncc:test": "ng test netgrif-components-core",
"ncc:full-test": "npm run ncc:lint && npm run ncc:test",
"ncc:normalize-coverage-summary": "node scripts/normalize-file-paths.js coverage/netgrif-components-core/coverage-summary.json",
"ncc:typedoc": "typedoc --tsconfig projects/netgrif-components-core/tsconfig.lib.json projects/netgrif-components-core/src/public-api.ts",
"ncc:compodoc": "compodoc -c projects/netgrif-components-core/.compodocrc.json",
"ncc:doc": "npm run ncc:compodoc && npm run ncc:typedoc",
"ncc:prod-build": "npm run ncc:full-test && npm run ncc:build && npm run ncc:doc",
"ncc:prod-build-without-tests": "npm run ncc:build && npm run ncc:doc",
"nc:clean": "node projects/netgrif-components/src/scripts/delete-local-build-link.js",
"nc:build": "npm run nc:clean && ng build netgrif-components --configuration production && npm run nc:build-schematics",
"nc:local-build": "npm run nc:build && npm i ./dist/netgrif-components --save-optional --legacy-peer-deps",
"nc:build-schematics": "node projects/netgrif-components/src/scripts/build-schematics.js",
"nc:lint": "ng lint netgrif-components",
"nc:spell": "cspell \"{projects/netgrif-components/**/*.md,projects/netgrif-components/src/**/*.ts}\"",
"nc:test": "ng test netgrif-components",
"nc:full-test": "npm run nc:lint && npm run nc:test",
"nc:typedoc": "typedoc --tsconfig projects/netgrif-components/tsconfig.lib.json projects/netgrif-components/src/public-api.ts",
"nc:compodoc": "compodoc -c projects/netgrif-components/.compodocrc.json",
"nc:doc": "npm run nc:compodoc && npm run nc:typedoc",
"project:local-build": "npm run ncc:local-build && npm run nc:local-build",
"project:full-test": "npm run ncc:full-test && npm run ncc:build && npm run nc:full-test",
"project:start": "npm run project:local-build && ng serve",
"project:start:lite": "npm run nc:local-build && ng serve",
"project:sonar": "node scripts/sonar-scanner-analysis.js",
"components:start": "npm run nc:local-build && ng serve",
"example:start": "ng serve",
"example:build": "ng build --configuration production"
},
"dependencies": {
"@angular-material-components/datetime-picker": "~7.0.1",
"@angular-material-components/moment-adapter": "~7.0.0",
"@angular/animations": "~13.3.1",
"@angular/cdk": "~13.3.1",
"@angular/common": "~13.3.1",
"@angular/compiler": "~13.3.1",
"@angular/core": "~13.3.1",
"@angular/flex-layout": "~13.0.0-beta.38",
"@angular/forms": "~13.3.1",
"@angular/material": "~13.3.1",
"@angular/material-moment-adapter": "~13.3.1",
"@angular/platform-browser": "~13.3.1",
"@angular/platform-browser-dynamic": "~13.3.1",
"@angular/router": "~13.3.1",
"@covalent/markdown": "~4.1.0",
"@ngx-translate/core": "~13.0.0",
"@ngx-translate/http-loader": "~6.0.0",
"@schematics/angular": "~13.3.0",
"@swimlane/ngx-charts": "~20.1.0",
"@types/mousetrap": "~1.6.9",
"angular-resizable-element": "~3.3.0",
"angular-resize-event": "~3.1.1",
"angular2-hotkeys": "~2.4.0",
"easymde": "~2.16.1",
"hammerjs": "~2.0.8",
"json-schema-to-typescript": "~8.1.0",
"jszip": "~3.2.2",
"marked": "~4.0.12",
"moment": "~2.29.4",
"mousetrap": "~1.6.5",
"natural-orderby": "~2.0.3",
"ngx-quill": "~16.2.0",
"palette-creator": "~0.5.4",
"quill": "~1.3.7",
"rxjs": "~6.6.7",
"showdown": "^2.0.3",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.3.1",
"@angular-devkit/schematics-cli": "~13.3.10",
"@angular-eslint/builder": "~13.1.0",
"@angular-eslint/eslint-plugin": "~13.1.0",
"@angular-eslint/eslint-plugin-template": "~13.1.0",
"@angular-eslint/schematics": "~13.1.0",
"@angular-eslint/template-parser": "~13.1.0",
"@angular/cli": "~13.3.1",
"@angular/compiler-cli": "~13.3.1",
"@angular/language-service": "~13.3.1",
"@compodoc/compodoc": "1.1.13",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/moment": "~2.13.0",
"@types/node": "~12.12.29",
"@typescript-eslint/eslint-plugin": "~5.17.0",
"@typescript-eslint/parser": "~5.17.0",
"commander": "~4.1.1",
"cspell": "~5.18.4",
"eslint": "~8.12.0",
"jasmine-core": "~3.10.1",
"jasmine-spec-reporter": "~5.0.0",
"json-server": "~0.15.1",
"karma": "~6.3.17",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-firefox-launcher": "~1.3.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"karma-junit-reporter": "~2.0.1",
"karma-mocha-reporter": "~2.2.5",
"karma-nyan-reporter": "~0.2.5",
"karma-sonarqube-unit-reporter": "^0.0.23",
"ncp": "~2.0.0",
"ng-packagr": "~13.3.0",
"protractor": "~7.0.0",
"puppeteer": "~2.1.1",
"requirejs": "^2.3.6",
"schematics-utilities": "~2.0.1",
"sonarqube-scanner": "~2.5.0",
"ts-node": "~10.2.1",
"typedoc": "~0.22.11",
"typescript": "~4.6.3",
"typescript-json-schema": "~0.42.0",
"unique-names-generator": "~4.2.0"
},
"optionalDependencies": {
"@netgrif/components": "file:dist/netgrif-components",
"@netgrif/components-core": "file:dist/netgrif-components-core"
}
}