forked from ngx-formly/ngx-formly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
194 lines (193 loc) · 6.72 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
186
187
188
189
190
191
192
193
194
{
"name": "@ngx-formly/common",
"version": "6.3.4",
"author": "Zama Khan Mohammed <[email protected]>",
"contributors": [
"Zama Khan Mohammed <[email protected]>",
"Kent C. Dodds <[email protected]>"
],
"scripts": {
"postinstall": "ngcc",
"contrib:generate": "githubcontrib --owner ngx-formly --repo ngx-formly --cols 8 --sortOrder desc > CONTRIBUTORS.md",
"lint": "eslint --ext .ts,.html src/ demo/ --cache --cache-location=node_modules/.cache/.eslintcache",
"lint:fix": "eslint --ext .ts,.html src/ demo/ --fix --cache --cache-location=node_modules/.cache/.eslintcache",
"format": "prettier --list-different \"**/*.{ts,json,css,scss,html}\" --cache",
"format:fix": "prettier --write \"**/*.{ts,json,css,scss,html}\" --cache",
"commit": "git-cz",
"build": "ts-node --dir build build.ts",
"release": "standard-version",
"publish": "ts-node --dir build publish.ts",
"start": "ng serve app --port 4100 --open --hmr",
"demo": "npm run start",
"test": "ngcc --properties main && jest",
"test:watch": "ngcc --properties main && jest --watch",
"github-release": "conventional-github-releaser -p angular --draft",
"e2e:ssr": "node integration/ssr/dist/server/main.js & pid=$!; cypress run; kill -9 $pid",
"dev:ssr": "ng run ssr:serve-ssr",
"serve:ssr": "node integration/ssr/dist/server/main.js",
"build:ssr": "ng build ssr --configuration production && ng run ssr:server:production",
"prerender": "ng run ssr:prerender",
"prepare": "husky install"
},
"keywords": [
"angular",
"forms",
"ngx-formly",
"formly",
"angular forms",
"json forms",
"dynamic forms",
"form library"
],
"license": "MIT",
"description": "Formly is a dynamic (JSON powered) form library for Angular that 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": "^13.3.11",
"@angular/cdk": "^13.3.9",
"@angular/common": "^13.3.11",
"@angular/core": "^13.3.11",
"@angular/forms": "^13.3.11",
"@angular/localize": "^13.3.11",
"@angular/material": "^13.3.9",
"@angular/platform-browser": "^13.3.11",
"@angular/platform-browser-dynamic": "^13.3.11",
"@angular/platform-server": "^13.3.11",
"@angular/router": "^13.3.11",
"@ionic/angular": "^6.1.14",
"@nativescript/angular": "^13.0.4",
"@nativescript/core": "^8.3.0",
"@nguniversal/express-engine": "^13.1.1",
"@ngx-loading-bar/core": "^6.0.1",
"@ngx-loading-bar/router": "^6.0.1",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@progress/kendo-angular-common": "^3.1.0",
"@progress/kendo-angular-grid": "^7.4.2",
"@progress/kendo-angular-treelist": "^5.0.9",
"@progress/kendo-angular-treeview": "^7.1.5",
"@progress/kendo-angular-dropdowns": "^7.0.2",
"@progress/kendo-angular-inputs": "^9.0.3",
"@progress/kendo-angular-intl": "^4.1.0",
"@progress/kendo-angular-l10n": "^4.0.0",
"@progress/kendo-angular-label": "^4.0.0",
"@progress/kendo-angular-popup": "^5.0.0",
"@progress/kendo-angular-editor": "^4.2.0",
"@progress/kendo-drawing": "^1.16.1",
"@progress/kendo-licensing": "^1.2.1",
"@progress/kendo-theme-default": "^5.5.0",
"@stackblitz/sdk": "^1.8.0",
"ag-grid-angular": "^28.0.0",
"ag-grid-community": "^28.0.2",
"bootstrap": "^5.1.3",
"core-js": "^3.23.4",
"express": "^4.18.1",
"ng-zorro-antd": "^13.3.2",
"primeflex": "^3.2.1",
"primeicons": "^5.0.0",
"primeng": "^13.4.1",
"rxjs": "^6.5.3",
"tslib": "^2.4.0",
"zone.js": "^0.11.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.8",
"@angular-devkit/core": "^13.3.8",
"@angular-devkit/schematics": "^13.3.8",
"@angular-eslint/builder": "^13.5.0",
"@angular-eslint/eslint-plugin": "^13.5.0",
"@angular-eslint/eslint-plugin-template": "^13.5.0",
"@angular-eslint/schematics": "^13.5.0",
"@angular-eslint/template-parser": "^13.5.0",
"@angular/cli": "^13.3.8",
"@angular/compiler": "^13.3.11",
"@angular/compiler-cli": "^13.3.11",
"@angular/language-service": "^13.3.11",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-angular": "^17.0.3",
"@nguniversal/builders": "^13.1.1",
"@schematics/angular": "^13.3.8",
"@types/express": "^4.17.11",
"@types/jest": "^28.1.6",
"@types/json-schema": "^7.0.11",
"@types/node": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"codecov": "^3.8.3",
"commitizen": "^4.2.3",
"conventional-github-releaser": "^3.1.5",
"cypress": "^10.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.20.0",
"github-contributors-list": "^1.2.4",
"highlight-loader": "^0.7.4",
"highlight.js": "^11.6.0",
"html-loader": "^4.1.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"jest-extended": "^3.0.1",
"jest-preset-angular": "^12.2.0",
"json-formatter-js": "^2.3.4",
"lint-staged": "^13.0.3",
"markdown-loader": "^8.0.0",
"ng-packagr": "^13.3.1",
"prettier": "^2.7.1",
"raw-loader": "^4.0.2",
"standard-version": "^9.5.0",
"ts-jest": "^28.0.7",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "~4.5.2",
"webpack": "^5.73.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"lint-staged": {
"*.{ts,html}": "eslint --cache --fix --cache-location=node_modules/.cache/.eslintcache",
"*.{ts,json,css,scss,html}": "prettier --cache --write"
},
"bundlesize": [
{
"path": "./dist/@ngx-formly/core/fesm2020/ngx-formly-core-*.mjs",
"maxSize": "6 kB"
},
{
"path": "./dist/@ngx-formly/bootstrap/fesm2020/ngx-formly-bootstrap-*.mjs",
"maxSize": "4 kB"
},
{
"path": "./dist/@ngx-formly/material/fesm2020/ngx-formly-material-*.mjs",
"maxSize": "7 kB"
},
{
"path": "./dist/@ngx-formly/ionic/fesm2020/ngx-formly-ionic-*.mjs",
"maxSize": "4 kB"
},
{
"path": "./dist/@ngx-formly/primeng/fesm2020/ngx-formly-primeng-*.mjs",
"maxSize": "4 kB"
},
{
"path": "./dist/@ngx-formly/kendo/fesm2020/ngx-formly-kendo-*.mjs",
"maxSize": "4 kB"
},
{
"path": "./dist/@ngx-formly/nativescript/fesm2020/ngx-formly-nativescript-*.mjs",
"maxSize": "4 kB"
},
{
"path": "./dist/@ngx-formly/ng-zorro-antd/fesm2020/ngx-formly-ng-zorro-antd-*.mjs",
"maxSize": "4 kB"
}
]
}