-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 5.03 KB
/
Copy pathpackage.json
File metadata and controls
138 lines (138 loc) · 5.03 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
{
"name": "@luizfbicalho/ngx-formly-kendo-extras",
"version": "7.0.1",
"scripts": {
"contrib:generate": "githubcontrib --owner ngx-formly --repo ngx-formly --cols 8 --sortOrder desc > CONTRIBUTORS.md",
"lint": "eslint --ext .ts,.html src/ --cache --cache-location=node_modules/.cache/.eslintcache",
"lint:fix": "eslint --ext .ts,.html src/ --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",
"demo": "npm run start",
"test": "jest",
"test:watch": "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/luizfbicalho/ngx-formly-kendo-extras.git"
},
"bugs": {
"url": "https://github.com/luizfbicalho/ngx-formly-kendo-extras/issues"
},
"homepage": "https://github.com/luizfbicalho/ngx-formly-kendo-extras#readme",
"dependencies": {
"@angular/animations": "^18.0.0",
"@angular/cdk": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/localize": "^18.0.0",
"@angular/material": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/platform-server": "^18.0.0",
"@angular/router": "^18.0.0",
"@progress/kendo-angular-common": "^18.0.0",
"@progress/kendo-angular-grid": "^18.0.0",
"@progress/kendo-angular-treelist": "^18.0.0",
"@progress/kendo-angular-treeview": "^18.0.0",
"@progress/kendo-angular-dropdowns": "^18.0.0",
"@progress/kendo-angular-inputs": "^18.0.0",
"@progress/kendo-angular-intl": "^18.0.0",
"@progress/kendo-angular-l10n": "^18.0.0",
"@progress/kendo-angular-label": "^18.0.0",
"@progress/kendo-angular-popup": "^18.0.0",
"@progress/kendo-angular-editor": "^18.0.0",
"@progress/kendo-drawing": "^1.18.0",
"@progress/kendo-licensing": "^1.3.2",
"@progress/kendo-theme-default": "^9.0.0",
"@ngx-formly/core": "^7.0.1",
"@ngx-formly/kendo": "^7.0.1",
"rxjs": "^7.8.0",
"tslib": "^2.4.0",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.0",
"@angular-devkit/core": "^18.0.0",
"@angular-devkit/schematics": "^18.0.0",
"@angular-eslint/builder": "^18.0.0",
"@angular-eslint/eslint-plugin": "^18.0.0",
"@angular-eslint/eslint-plugin-template": "^18.0.0",
"@angular-eslint/schematics": "^18.0.0",
"@angular-eslint/template-parser": "^18.0.0",
"@angular/cli": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/compiler-cli": "^18.0.0",
"@angular/language-service": "^18.0.0",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-angular": "^17.0.3",
"@schematics/angular": "^18.0.0",
"@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": "^30.2.0",
"jest-extended": "^4.0.0",
"jest-preset-angular": "^15.0.3",
"lint-staged": "^15.0.0",
"ng-packagr": "^18.0.0",
"prettier": "^3.0.0",
"ts-jest": "^29.0.0",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "~5.5.0",
"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/@luizfbicalho/ngx-formly-kendo-extras/fesm2020/ngx-formly-kendo-*.mjs",
"maxSize": "4 kB"
}
]
}