-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
168 lines (168 loc) · 5.91 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
{
"name": "ngx-dynamic-form-builder",
"version": "2.4.1",
"description": "FormBuilder + class-transformer-global-storage + class-validator-multi-lang = dynamic form group builder for Angular",
"keywords": [
"form-builder",
"class-transformer",
"class-transformer-global-storage",
"class-validator",
"class-validator-multi-lang",
"auto",
"dynamic",
"formgroup",
"form",
"validator",
"validation",
"object",
"class",
"transformer",
"transform",
"builder",
"formarray",
"angular",
"angular12",
"angular13",
"angular14"
],
"license": "MIT",
"author": "EndyKaufman <admin@site15.ru>",
"engines": {
"node": ">=16",
"npm": ">=8"
},
"bugs": {
"url": "https://github.com/EndyKaufman/ngx-dynamic-form-builder/issues"
},
"homepage": "https://github.com/EndyKaufman/ngx-dynamic-form-builder",
"repository": {
"type": "git",
"url": "git+https://github.com/EndyKaufman/ngx-dynamic-form-builder.git"
},
"maintainers": [
{
"name": "EndyKaufman",
"email": "admin@site15.ru"
}
],
"scripts": {
"nx": "nx",
"rucken": "rucken",
"postinstall": "npx browserslist@latest --update-db",
"lint": "npm run tsc:lint && nx workspace-lint && nx run-many --target=lint --all",
"lint:fix": "npm run tsc:lint && nx workspace-lint --fix && nx run-many --target=lint --all --fix && nx format:write --all",
"tsc:lint": "tsc --noEmit -p tsconfig.base.json",
"lite-server": "lite-server -c bs-config.json",
"prepare:code": "npm run rucken -- prepare --locales=en,ru",
"app-debug:serve": "nx serve debug",
"app:dev-serve": "run-s lint:fix prepare:code && nx serve",
"app:prod-serve": "run-s lint:fix prepare:code app:build lite-server",
"app:build-app": "nx build demo --prod",
"app:build": "run-s prepare:code lint:fix app:build-app",
"lib:build-lib": "nx build ngx-dynamic-form-builder --prod",
"lib:build-changelog": "./node_modules/.bin/cp-cli ./CHANGELOG.md ./dist/libs/ngx-dynamic-form-builder/CHANGELOG.md",
"lib:build": "run-s prepare:code lint:fix lib:build-lib lib:build-changelog",
"cy:run": "cypress run",
"test:integrations-prepare": "sh ./integrations/scripts/prepare-application.sh",
"test:integrations-serve": "npx --yes serve ./integrations/app/dist/app",
"test:integrations-run": "npm run test:integrations-serve & npm run cy:run",
"test": "npm run lib:build && npm run test:integrations-prepare && npm run test:integrations-run",
"release": "standard-version",
"publish": "npm publish ./dist/libs/ngx-dynamic-form-builder",
"create-release": "run-s lib:build release && git push --follow-tags origin develop",
"github:prebuild": "nx build demo --base-href /ngx-dynamic-form-builder/ --prod",
"github:build": "run-s lint:fix prepare:code lib:build github:prebuild prepare:code github:postbuild",
"github:postbuild": "./node_modules/.bin/cp-cli ./dist/apps/demo/index.html ./dist/apps/demo/404.html",
"github:deploy": "gh-pages -d dist/apps/demo"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "~16.0.2",
"@angular-devkit/core": "~16.0.2",
"@angular-devkit/schematics": "~16.0.2",
"@angular-eslint/eslint-plugin": "16.0.2",
"@angular-eslint/eslint-plugin-template": "16.0.2",
"@angular-eslint/template-parser": "16.0.2",
"@angular/cli": "~16.0.2",
"@angular/compiler-cli": "~16.0.2",
"@angular/language-service": "~16.0.2",
"@nx/angular": "16.2.1",
"@nx/cypress": "16.2.1",
"@nx/eslint-plugin": "16.2.1",
"@nx/jest": "16.2.1",
"@nx/linter": "16.2.1",
"@nx/workspace": "16.2.1",
"@schematics/angular": "~16.0.2",
"@types/jest": "29.4.4",
"@types/lodash.clonedeep": "4.5.7",
"@types/lodash.get": "4.4.7",
"@types/lodash.mergewith": "4.6.7",
"@types/lodash.set": "4.3.7",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.59.7",
"@typescript-eslint/parser": "5.59.7",
"cypress": "9.3.1",
"cypress-multi-reporters": "1.5.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "2.12.1",
"jest": "29.0.0",
"jest-environment-jsdom": "29.0.0",
"jest-preset-angular": "13.1.1",
"lite-server": "2.6.1",
"mochawesome": "7.0.1",
"ng-packagr": "~16.0.1",
"npm-run-all": "4.1.5",
"nx": "16.2.1",
"postcss": "8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"rucken": "^4.6.2",
"standard-version": "9.5.0",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4"
},
"dependencies": {
"@angular/animations": "~16.0.2",
"@angular/cdk": "~16.0.1",
"@angular/common": "~16.0.2",
"@angular/compiler": "~16.0.2",
"@angular/core": "~16.0.2",
"@angular/flex-layout": "*",
"@angular/forms": "~16.0.2",
"@angular/material": "~16.0.1",
"@angular/material-moment-adapter": "~16.0.1",
"@angular/platform-browser": "~16.0.2",
"@angular/platform-browser-dynamic": "~16.0.2",
"@angular/pwa": "~16.0.2",
"@angular/router": "~16.0.2",
"@angular/service-worker": "~16.0.2",
"@ngneat/transloco": "4.1.1",
"@ngneat/transloco-keys-manager": "3.4.2",
"@types/prismjs": "1.26.0",
"@types/validator": ">=13.7.17",
"class-transformer-global-storage": ">=0.4.1-1",
"class-validator-multi-lang": ">=0.130.201",
"codelyzer": "6.0.2",
"cp-cli": "2.0.0",
"gh-pages": "5.0.0",
"html-loader": "4.2.0",
"lodash.clonedeep": ">=4.5.0",
"lodash.get": ">=4.4.2",
"lodash.mergewith": ">=4.6.2",
"lodash.set": ">=4.3.2",
"markdown-loader": "8.0.0",
"moment": "2.29.4",
"ngx-markdown": "16.0.0",
"prismjs": "1.29.0",
"raw-loader": "4.0.2",
"reflect-metadata": ">=0.1.13",
"rxjs": "7.8.1",
"tslib": "^2.5.2",
"validator": ">=13.9.0",
"zone.js": "~0.13.0"
}
}