forked from fluent-form/fluent-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.59 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
{
"name": "ngx-fluent-form",
"version": "0.0.0",
"scripts": {
"dev": "ng build ngx-fluent-form --watch",
"dev:docs": "docgeni serve --port 4600",
"build": "npm run build:lib && npm run build:schematics",
"build:docs": "docgeni build --base-href=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/ngx-fluent-form/",
"build:lib": "ng build ngx-fluent-form --configuration production",
"build:schematics": "cd projects/ngx-fluent-form && npm run build:schematics",
"postbuild": "copyfiles ./README.md ./README.zh-CN.md ./LICENSE ./dist/ngx-fluent-form/",
"test:dev": "ng test ngx-fluent-form",
"test": "ng test ngx-fluent-form --configuration production",
"coverage:dev": "ng test ngx-fluent-form --code-coverage",
"coverage": "ng test ngx-fluent-form --no-watch --code-coverage --browsers=ChromeHeadless",
"lint": "ng lint",
"publish": "npm publish ./dist/ngx-fluent-form",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"ng-zorro-antd": "^16.2.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.10",
"@angular-eslint/builder": "^16.3.1",
"@angular-eslint/eslint-plugin": "^16.3.1",
"@angular-eslint/eslint-plugin-template": "^16.3.1",
"@angular-eslint/schematics": "^16.3.1",
"@angular-eslint/template-parser": "^16.3.1",
"@angular/cli": "~16.2.10",
"@angular/compiler-cli": "^16.2.12",
"@babel/core": "^7.22.8",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@docgeni/cli": "^2.3.0",
"@docgeni/template": "^2.3.0",
"@ngify/types": "^1.5.1",
"@types/jasmine": "~5.1.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"babel-loader": "^9.1.0",
"copyfiles": "^2.4.1",
"eslint": "^8.39.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.2",
"jasmine-core": "~5.1.0",
"karma": "~6.4.1",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"lint-staged": "^15.0.0",
"ng-packagr": "^16.2.3",
"prettier": "^3.0.0",
"prettier-plugin-organize-attributes": "^1.0.0",
"typescript": "~5.1.0"
}
}