forked from NG-ZORRO/ng-zorro-antd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
152 lines (152 loc) · 5.35 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
{
"name": "ng-zorro-antd",
"version": "0.0.0-NOT-USED",
"license": "MIT",
"description": "An enterprise-class UI components based on Ant Design and Angular",
"engines": {
"node": "^18.13.0 || ^20.9.0"
},
"scripts": {
"start": "NODE_ENV=development gulp start:dev",
"test": "ng test --no-watch --no-progress --browsers=ChromeHeadlessCI --code-coverage",
"test:watch": "gulp test:watch --tags",
"test:schematics": "gulp build:schematics && gulp test:schematics",
"build": "gulp build:release",
"build:lib": "gulp build:library",
"doc": "gulp build:preview",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --pkg components/package.json && node ./scripts/site/replace-scope-prefix.js",
"format": "prettier --config .prettierrc.js --list-different \\\"component/**/*{.ts}\\\"",
"stage-release": "ts-node --project scripts/release/tsconfig.json scripts/release/release.ts",
"ng": "ng",
"gulp": "gulp",
"lint": "npm run lint:script && npm run lint:style",
"lint:script": "eslint --cache . --ext .ts,.html",
"lint:style": "stylelint components/**/*.less",
"lint:fix": "npm run lint-fix:script && npm run lint-fix:style",
"lint-fix:script": "npm run lint:script -- --fix",
"lint-fix:style": "npm run lint:style -- --fix",
"pre-commit": "tsc -p components/tsconfig.json --noEmit && lint-staged",
"prepare": "husky install"
},
"dependencies": {
"@angular/cdk": "^17.3.0",
"@ant-design/icons-angular": "^17.0.0",
"date-fns": "^2.16.1",
"ngx-quicklink": "^0.4.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "17.0.2",
"@angular-devkit/build-angular": "^17.3.0",
"@angular-devkit/core": "^17.3.0",
"@angular-devkit/schematics": "^17.3.0",
"@angular-eslint/builder": "^17.3.0",
"@angular-eslint/eslint-plugin": "^17.3.0",
"@angular-eslint/eslint-plugin-template": "^17.3.0",
"@angular-eslint/schematics": "^17.3.0",
"@angular-eslint/template-parser": "^17.3.0",
"@angular/animations": "^17.3.0",
"@angular/cli": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/compiler-cli": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/language-service": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/platform-server": "^17.3.0",
"@angular/router": "^17.3.0",
"@angular/service-worker": "^17.3.0",
"@angular/ssr": "^17.3.0",
"@ant-design/dark-theme": "^2.0.2",
"@commitlint/cli": "^13.0.0",
"@commitlint/config-angular": "^13.0.0",
"@ctrl/tinycolor": "^3.6.0",
"@schematics/angular": "^17.3.0",
"@stackblitz/sdk": "^1.5.2",
"@types/d3": "^6.2.0",
"@types/fs-extra": "^9.0.5",
"@types/gulp": "^4.0.7",
"@types/jasmine": "~3.6.2",
"@types/jasminewd2": "~2.0.8",
"@types/less": "^3.0.2",
"@types/lodash.debounce": "^4.0.6",
"@types/node": "^16.13.0",
"@types/parse5": "^5.0.3",
"@types/shelljs": "^0.8.8",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"antd-theme-generator": "1.2.2",
"chalk": "^4.1.0",
"clean-css": "~4.2.3",
"codecov": "^3.8.1",
"codesandbox": "^2.2.1",
"conventional-changelog-cli": "^2.1.1",
"cron-parser": "^4.6.0",
"d3": "^6.3.1",
"dagre": "^0.8.5",
"dagre-compound": "^0.0.8",
"detect-port": "^1.3.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-header": "~3.1.1",
"eslint-plugin-import": "~2.25.3",
"eslint-plugin-jsdoc": "~46.8.2",
"eslint-plugin-prefer-arrow": "~1.2.2",
"eslint-plugin-prettier": "~5.0.0",
"fs-extra": "^9.0.1",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"html-minifier-terser": "^5.1.1",
"husky": "^6.0.0",
"immer": "^9.0.6",
"intersection-observer": "^0.12.0",
"jasmine-core": "^3.8.0",
"jasmine-spec-reporter": "^6.0.0",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.5.4",
"karma-junit-reporter": "^2.0.1",
"karma-spec-reporter": "^0.0.32",
"karma-viewport": "^1.0.7",
"less": "^4.1.0",
"less-plugin-clean-css": "^1.5.1",
"less-plugin-npm-import": "^2.1.0",
"less-vars-to-js": "^1.3.0",
"lint-staged": "^10.5.3",
"lodash.debounce": "^4.0.8",
"marked": "^4.0.10",
"minimist": "^1.2.5",
"monaco-editor": "^0.33.0",
"ng-packagr": "~17.3.0",
"ngx-color": "^8.0.3",
"node-prismjs": "^0.1.2",
"parse5": "^6.0.1",
"postcss": "^8.2.4",
"prettier": "~3.1.0",
"prismjs": "^1.22.0",
"process": "^0.11.10",
"protractor": "~7.0.0",
"puppeteer": "^20.1.0",
"readline-sync": "^1.4.10",
"remark": "^13.0.0",
"resolve-bin": "^0.4.0",
"rxjs": "~7.8.1",
"shelljs": "^0.8.4",
"sitemap": "^4.1.1",
"stylelint": "^14.9.0",
"stylelint-config-prettier": "^9.0.2",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^29.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.1.0",
"stylelint-order": "^5.0.0",
"terser": "^5.5.1",
"ts-node": "^10.9.1",
"tslib": "^2.0.3",
"typescript": "~5.3.3",
"yaml-front-matter": "^4.1.1",
"zone.js": "~0.14.2"
}
}