forked from ngx-formly/ngx-formly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
185 lines (185 loc) · 7.03 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"name": "@ngx-formly/common",
"version": "5.5.12",
"author": "Zama Khan Mohammed <[email protected]>",
"contributors": [
"Zama Khan Mohammed <[email protected]>",
"Kent C. Dodds <[email protected]>"
],
"scripts": {
"contrib:generate": "githubcontrib --owner ngx-formly --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 && npm run build && node .config/publish.js",
"start": "ng serve --port 4100 --open",
"demo": "npm run start",
"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",
"github-release": "conventional-github-releaser -p angular -t $GH_TOKEN --draft",
"compile:server": "webpack --config projects/ssr/webpack.server.config.js --progress --colors",
"e2e:ssr": "node projects/ssr/dist/server & pid=$!; cypress run --config integrationFolder=cypress/ssr; kill -9 $pid",
"serve:ssr": "node projects/ssr/dist/server",
"build:ssr": "npm run build:client-and-server-bundles && npm run compile:server",
"build:client-and-server-bundles": "ng build ssr --prod && ng run ssr:server:production"
},
"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/ngx-formly/ngx-formly.git"
},
"bugs": {
"url": "https://github.com/ngx-formly/ngx-formly/issues"
},
"homepage": "https://github.com/ngx-formly/ngx-formly#readme",
"dependencies": {
"@angular/animations": "^7.2.15",
"@angular/cdk": "^7.3.7",
"@angular/common": "^7.2.15",
"@angular/core": "^7.2.15",
"@angular/forms": "^7.2.15",
"@angular/http": "^7.2.15",
"@angular/material": "^7.3.7",
"@angular/platform-browser": "^7.2.15",
"@angular/platform-browser-dynamic": "^7.2.15",
"@angular/platform-server": "^7.2.15",
"@angular/router": "^7.2.15",
"@ionic/angular": "^4.8.0",
"@nguniversal/express-engine": "^7.1.1",
"@nguniversal/module-map-ngfactory-loader": "0.0.0",
"@ngx-loading-bar/core": "^4.2.0",
"@ngx-loading-bar/router": "^4.2.0",
"@ngx-translate/core": "^11.0.1",
"@ngx-translate/http-loader": "^4.0.0",
"@progress/kendo-angular-dropdowns": "^3.5.6",
"@progress/kendo-angular-inputs": "^4.2.1",
"@progress/kendo-angular-intl": "^1.7.1",
"@progress/kendo-angular-l10n": "^1.4.1",
"@progress/kendo-theme-default": "^3.7.0",
"@swimlane/ngx-datatable": "^16.0.0",
"ag-grid-angular": "^20.2.0",
"ag-grid-community": "^20.2.0",
"bootstrap": "^4.3.1",
"classlist.js": "^1.1.20150312",
"core-js": "^2.6.9",
"express": "^4.15.2",
"nativescript-angular": "^7.2.4",
"primeng": "^7.1.3",
"rxjs": "^6.5.2",
"rxjs-compat": "^6.5.2",
"tns-core-modules": "^5.4.3",
"tslib": "^1.10.0",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.9",
"@angular-devkit/build-ng-packagr": "^0.13.9",
"@angular-devkit/core": "^7.3.9",
"@angular-devkit/schematics": "^7.3.9",
"@angular/cli": "^7.3.9",
"@angular/compiler": "^7.2.15",
"@angular/compiler-cli": "^7.2.15",
"@angular/language-service": "^7.2.15",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-angular": "^7.6.0",
"@commitlint/travis-cli": "^7.6.1",
"@schematics/angular": "^7.3.9",
"@types/jasmine": "^3.4.0",
"@types/jasminewd2": "^2.0.6",
"@types/json-schema": "^7.0.3",
"@types/node": "^10.14.16",
"bundlesize": "^0.17.2",
"codecov": "^3.5.0",
"codelyzer": "^4.5.0",
"commitizen": "^3.1.2",
"conventional-github-releaser": "^3.1.3",
"cpr": "^3.0.1",
"cypress": "^3.4.1",
"cz-conventional-changelog": "^2.1.0",
"github-contributors-list": "^1.2.3",
"highlight-loader": "^0.7.3",
"html-loader": "^0.5.5",
"husky": "^1.3.1",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine": "^3.4.0",
"jasmine-core": "~3.3.0",
"jasmine-spec-reporter": "~4.2.1",
"json-formatter-js": "^2.2.0",
"karma": "^4.2.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"markdown-loader": "^5.1.0",
"ng-packagr": "^4.7.1",
"protractor": "^5.4.2",
"raw-loader": "^1.0.0",
"remap-istanbul": "^0.13.0",
"standard-version": "^5.0.2",
"ts-loader": "^5.2.0",
"ts-node": "^8.3.0",
"tsickle": "^0.34.3",
"tslint": "^5.19.0",
"typescript": "~3.2.4",
"webpack-cli": "^3.1.0"
},
"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"
}
]
}