-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.84 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
{
"name": "ng-zorro-antd-extension",
"version": "18.1.3",
"license": "MIT",
"description": "An extension based on ng-zorro-antd",
"keywords": [
"angular",
"ng-zorro-antd",
"frontend",
"extension",
"ng-zorro-antd-extension"
],
"homepage": "https://enochgao.github.io/ng-zorro-antd-extension",
"repository": {
"type": "git",
"url": "https://github.com/EnochGao/ng-zorro-antd-extension"
},
"author": {
"name": "enochgao",
"email": "[email protected]"
},
"scripts": {
"ng": "npx ng",
"start": "npx docgeni serve --port 4600",
"build": "npx docgeni build --production --base-href=/",
"build:lib": "npx ng build ng-zorro-antd-extension",
"build:components": "cd components && npm run build && npm run postbuild",
"build:all": "npm-run-all \"build:lib\" \"build:components\" \"deploy\"",
"deploy": "cd dist/ng-zorro-antd-extension && npm publish",
"watch": "npx ng build --watch --configuration development",
"ui": "npx ng serve ui",
"test": "npx ng test",
"lint": "npx ng lint --fix",
"prepare": "husky install"
},
"dependencies": {
"@angular/animations": "^18.0.0",
"@angular/common": "^18.0.0",
"@angular/compiler": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/forms": "^18.0.0",
"@angular/platform-browser": "^18.0.0",
"@angular/platform-browser-dynamic": "^18.0.0",
"@angular/router": "^18.0.0",
"@commitlint/format": "^19.3.0",
"@vivliostyle/core": "^2.29.0",
"@wangeditor/editor": "^5.1.23",
"conventional-changelog-atom": "^5.0.0",
"date-fns": "^2.29.2",
"ng-zorro-antd": "^18.0.0",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.2"
},
"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-cli": "^18.0.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@docgeni/cli": "~2.4.0",
"@docgeni/template": "~2.4.0",
"@types/jasmine": "~4.0.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/utils": "^7.2.0",
"copyfiles": "^2.4.1",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"jasmine-core": "~4.1.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"latest": "^0.2.0",
"ng-packagr": "^18.0.0",
"npm-run-all": "^4.1.5",
"typescript": "~5.4.5"
}
}