forked from ngx-formly/ngx-formly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
171 lines (171 loc) · 6.55 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
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
161
162
163
164
165
166
167
168
169
170
171
{
"name": "@ngx-formly/common",
"version": "5.0.0-beta.11",
"author": "Zama Khan Mohammed <mohammedzamakhan@gmail.com>",
"contributors": [
"Zama Khan Mohammed <mohammedzamakhan@gmail.com>",
"Kent C. Dodds <kent@doddsfamily.us>"
],
"scripts": {
"contrib:generate": "githubcontrib --owner formly-js --repo ngx-formly --cols 6 --sortOrder desc > CONTRIBUTORS.md",
"lint": "tslint -p tsconfig.json",
"lint:fix": "tslint --fix -p tsconfig.json",
"commit": "npm run build && git-cz",
"bundlesize": "npm run build && bundlesize",
"build": "npm run build:core && npm run build:bootstrap && npm run build:material && npm run build:ionic && npm run build:primeng && npm run build:kendo && npm run build:nativescript && npm run build:schematics && node .config/build.js",
"build:core": "ng build @ngx-formly/core",
"build:bootstrap": "ng build @ngx-formly/bootstrap",
"build:material": "ng build @ngx-formly/material",
"build:ionic": "ng build @ngx-formly/ionic",
"build:primeng": "ng build @ngx-formly/primeng",
"build:kendo": "ng build @ngx-formly/kendo",
"build:nativescript": "ng build @ngx-formly/nativescript",
"build:schematics": "cd src/schematics && npm run build && cd ../.. && npm run copy:schematics",
"copy:schematics": "cpr src/schematics dist/@ngx-formly/schematics --delete-first --filter node_modules/",
"release": "standard-version --prerelease beta && npm run build && node .config/publish.js",
"start": "ng serve --port 4100 --open",
"demo": "npm run start",
"build:docs": "compodoc -p tsconfig.doc.json -n 'Angular Formly' --hideGenerator --disableCoverage --disablePrivate --disableProtected --disableInternal --disableLifeCycleHooks --customFavicon='demo/src/favicon.ico' -d ./dist/app/docs",
"build:demo": "ng build --prod --base-href=\"/ngx-formly/\"",
"gh-pages": "npm run build:docs && ngh --dir dist/app --repo=https://GH_TOKEN@github.com/formly-js/ngx-formly.git",
"test": "ng test @ngx-formly/core --browsers ChromeHeadless && ng test @ngx-formly/bootstrap --browsers ChromeHeadless && ng test @ngx-formly/material --browsers ChromeHeadless && cd src/schematics && npm run test",
"test:watch": "ng test @ngx-formly/core --watch",
"commitmsg": "commitlint -e $GIT_PARAMS"
},
"keywords": [
"angular",
"forms",
"ng-formly",
"ngx-formly",
"formly",
"angular 2",
"angular 2 forms",
"json forms",
"form library"
],
"license": "MIT",
"description": "@ngx-formly is an Angular 2 module which has Components to help customize and render JavaScript/JSON configured forms. The `formly-form` Component and the FormlyConfig service are very powerful and bring unmatched maintainability to your application's forms.",
"repository": {
"type": "git",
"url": "git+https://github.com/formly-js/ngx-formly.git"
},
"bugs": {
"url": "https://github.com/formly-js/ngx-formly/issues"
},
"homepage": "https://github.com/formly-js/ngx-formly#readme",
"dependencies": {
"@angular/animations": "^6.1.9",
"@angular/cdk": "^6.4.7",
"@angular/common": "^6.1.9",
"@angular/core": "^6.1.9",
"@angular/forms": "^6.1.9",
"@angular/material": "^6.4.7",
"@angular/platform-browser": "^6.1.9",
"@angular/platform-browser-dynamic": "^6.1.9",
"@angular/router": "^6.1.9",
"@ionic/angular": "^4.0.0-beta.12",
"@ngx-loading-bar/router": "^2.2.0",
"@ngx-translate/core": "^10.0.2",
"@ngx-translate/http-loader": "^3.0.1",
"@progress/kendo-angular-dropdowns": "^3.1.0",
"@progress/kendo-angular-inputs": "^3.2.1",
"@progress/kendo-angular-intl": "^1.5.0",
"@progress/kendo-angular-l10n": "^1.2.1",
"@progress/kendo-theme-default": "^2.56.0",
"@swimlane/ngx-datatable": "^13.0.1",
"bootstrap": "^4.1.2",
"core-js": "^2.5.7",
"nativescript-angular": "^6.0.6",
"primeng": "^6.1.4",
"rxjs": "^6.3.3",
"rxjs-compat": "^6.3.3",
"tns-core-modules": "^4.2.1",
"tslib": "^1.9.2",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.8.3",
"@angular-devkit/build-ng-packagr": "^0.8.3",
"@angular-devkit/core": "^0.8.3",
"@angular-devkit/schematics": "^0.8.3",
"@angular/cli": "^6.2.3",
"@angular/compiler": "^6.1.9",
"@angular/compiler-cli": "^6.1.9",
"@angular/language-service": "^6.1.9",
"@commitlint/cli": "^7.1.2",
"@commitlint/config-angular": "^7.1.2",
"@commitlint/travis-cli": "^7.1.2",
"@compodoc/compodoc": "^1.1.5",
"@schematics/angular": "^0.8.3",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "^2.0.4",
"@types/json-schema": "^7.0.1",
"@types/node": "^9.6.32",
"angular-cli-ghpages": "^0.5.2",
"bundlesize": "^0.17.0",
"codecov": "^3.1.0",
"codelyzer": "^4.4.4",
"commitizen": "^2.10.1",
"cpr": "^3.0.1",
"cz-conventional-changelog": "^2.1.0",
"github-contributors-list": "^1.2.3",
"husky": "^0.14.3",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^3.2.0",
"jasmine-core": "~3.1.0",
"jasmine-spec-reporter": "~4.2.1",
"json-formatter-js": "^2.2.0",
"karma": "~2.0.4",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "~1.1.0",
"markdown-loader": "^2.0.2",
"ng-packagr": "^4.2.0",
"prism-hightlight-loader": "^0.1.1",
"prismjs-loader": "^0.0.4",
"protractor": "~5.4.1",
"raw-loader": "^0.5.1",
"remap-istanbul": "^0.11.0",
"standard-version": "^4.4.0",
"ts-node": "^6.0.0",
"tsickle": "^0.33.0",
"tslint": "^5.9.1",
"typescript": "~2.9.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"bundlesize": [
{
"path": "./dist/@ngx-formly/core/bundles/ngx-formly-core.umd.min.js",
"maxSize": "15 kB"
},
{
"path": "./dist/@ngx-formly/bootstrap/bundles/ngx-formly-bootstrap.umd.min.js",
"maxSize": "5 kB"
},
{
"path": "./dist/@ngx-formly/material/bundles/ngx-formly-material.umd.min.js",
"maxSize": "5 kB"
},
{
"path": "./dist/@ngx-formly/ionic/bundles/ngx-formly-ionic.umd.min.js",
"maxSize": "5 kB"
},
{
"path": "./dist/@ngx-formly/primeng/bundles/ngx-formly-primeng.umd.min.js",
"maxSize": "5 kB"
},
{
"path": "./dist/@ngx-formly/kendo/bundles/ngx-formly-kendo.umd.min.js",
"maxSize": "5 kB"
},
{
"path": "./dist/@ngx-formly/nativescript/bundles/ngx-formly-nativescript.umd.min.js",
"maxSize": "5 kB"
}
]
}