-
Notifications
You must be signed in to change notification settings - Fork 369
/
package.json
108 lines (108 loc) · 4.9 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
{
"name": "ng-dynamic-forms",
"version": "18.0.0",
"description": "A rapid form development library for Angular",
"repository": {
"type": "git",
"url": "git+https://github.com/udos86/ng-dynamic-forms.git"
},
"author": {
"name": "Udo Schöfer",
"email": "[email protected]",
"url": "https://github.com/udos86/ng-dynamic-forms"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/udos86/ng-dynamic-forms/issues"
},
"homepage": "https://github.com/udos86/ng-dynamic-forms#readme",
"schematics": "./schematics/collection.json",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"build:sample": "npx ng build ng-dynamic-forms -c production --base-href http://ng2-dynamic-forms.udos86.de/sample/",
"build:lib": "npm run build:core && npm run build:ui-basic && npm run build:ui-bootstrap && npm run build:ui-foundation && npm run build:ui-ionic && npm run build:ui-material && npm run build:ui-ng-bootstrap && npm run build:ui-ngx-bootstrap && npm run build:ui-primeng",
"build:core": "npx ng build @ng-dynamic-forms/core -c production",
"build:ui-basic": "npx ng build @ng-dynamic-forms/ui-basic -c production",
"build:ui-bootstrap": "npx ng build @ng-dynamic-forms/ui-bootstrap -c production",
"build:ui-foundation": "npx ng build @ng-dynamic-forms/ui-foundation -c production",
"build:ui-ionic": "npx ng build @ng-dynamic-forms/ui-ionic -c production",
"build:ui-material": "npx ng build @ng-dynamic-forms/ui-material -c production",
"build:ui-ng-bootstrap": "npx ng build @ng-dynamic-forms/ui-ng-bootstrap -c production",
"build:ui-ngx-bootstrap": "npx ng build @ng-dynamic-forms/ui-ngx-bootstrap -c production",
"build:ui-primeng": "npx ng build @ng-dynamic-forms/ui-primeng -c production",
"build:schematics": "tsc -p ./schematics/tsconfig.json",
"doc:lib": "compodoc -p projects/tsconfig.compodoc.json -d ./docs",
"test:lib": "npm run test:core && npm run test:ui-basic && npm run test:ui-bootstrap && npm run test:ui-foundation && npm run test:ui-ionic && npm run test:ui-material && npm run test:ui-ng-bootstrap && npm run test:ui-ngx-bootstrap && npm run test:ui-primeng",
"test:core": "npx ng test @ng-dynamic-forms/core --code-coverage",
"test:ui-basic": "npx ng test @ng-dynamic-forms/ui-basic --code-coverage",
"test:ui-bootstrap": "npx ng test @ng-dynamic-forms/ui-bootstrap --code-coverage",
"test:ui-foundation": "npx ng test @ng-dynamic-forms/ui-foundation --code-coverage",
"test:ui-ionic": "npx ng test @ng-dynamic-forms/ui-ionic --code-coverage",
"test:ui-material": "npx ng test @ng-dynamic-forms/ui-material --code-coverage",
"test:ui-ng-bootstrap": "npx ng test @ng-dynamic-forms/ui-ng-bootstrap --code-coverage",
"test:ui-ngx-bootstrap": "npx ng test @ng-dynamic-forms/ui-ngx-bootstrap --code-coverage",
"test:ui-primeng": "npx ng test @ng-dynamic-forms/ui-primeng --code-coverage",
"update:ng": "ng update @angular/cli @angular/core @angular/cdk @angular/material @angular-devkit/schematics @angular-devkit/schematics-cli --force",
"update:version": "schematics .:versioning --debug=false",
"publish": "./publish.sh"
},
"private": false,
"dependencies": {
"@angular/animations": "^16.1.3",
"@angular/cdk": "^16.1.3",
"@angular/common": "^16.1.3",
"@angular/compiler": "^16.1.3",
"@angular/core": "^16.1.3",
"@angular/forms": "^16.1.3",
"@angular/localize": "^16.1.3",
"@angular/material": "^16.1.3",
"@angular/platform-browser": "^16.1.3",
"@angular/platform-browser-dynamic": "^16.1.3",
"@angular/router": "^16.1.3",
"@ionic/angular": "^7.1.1",
"@ng-bootstrap/ng-bootstrap": "^11.0.1",
"bootstrap": "^4.6.2",
"core-js": "^3.31.0",
"foundation-sites": "^6.7.5",
"ngx-bootstrap": "^8.0.0",
"ngx-mask": "^16.2.0",
"primeicons": "^6.0.1",
"primeng": "^16.0.2",
"quill": "^1.3.7",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.7",
"tslib": "^2.4.1",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.3",
"@angular-devkit/core": "^16.1.3",
"@angular-devkit/schematics": "^16.1.3",
"@angular-devkit/schematics-cli": "^16.1.3",
"@angular/cli": "^16.1.3",
"@angular/compiler-cli": "^16.1.3",
"@angular/language-service": "^16.1.3",
"@compodoc/compodoc": "^1.1.21",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.8",
"@types/node": "^16.18.37",
"codelyzer": "^6.0.1",
"jasmine-core": "~3.8.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.4",
"ng-packagr": "^16.1.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~5.1.6"
}
}