forked from NG-ZORRO/ng-zorro-antd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
129 lines (129 loc) · 4.36 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
{
"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": "^12.0.0"
},
"scripts": {
"start": "gulp start:dev",
"test": "ng test --no-watch --no-progress --browsers=ChromeHeadlessCI --code-coverage",
"test:watch": "gulp test:watch --tags $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 --list-different \"component/**/*{.ts}\"",
"stage-release": "ts-node --project scripts/release/tsconfig.json scripts/release/release.ts",
"ng": "ng",
"gulp": "gulp",
"lint": "tslint -c tslint.json 'components/**/!(testing)/!(polyfills).ts'",
"integration-cli": "npm run build:lib && cd integration/angular-cli && npm run integration",
"integration-rollup": "npm run build:lib && cd integration/rollup && npm run integration",
"integration-webpack": "npm run build:lib && cd integration/webpack && npm run integration",
"integration": "npm run build:lib && bash ./integration-test.sh"
},
"dependencies": {
"@angular/cdk": "^9.0.0",
"@ant-design/icons-angular": "^9.0.0",
"date-fns": "^1.30.1"
},
"devDependencies": {
"tslib": "^1.10.0",
"@angular-devkit/build-angular": "~0.900.0",
"@angular-devkit/build-ng-packagr": "~0.900.0",
"@angular-devkit/core": "^9.0.0",
"@angular-devkit/schematics": "^9.0.0",
"@angular/animations": "^9.0.0",
"@angular/cli": "^9.0.0",
"@angular/common": "^9.0.0",
"@angular/compiler": "^9.0.0",
"@angular/compiler-cli": "^9.0.0",
"@angular/core": "^9.0.0",
"@angular/forms": "^9.0.0",
"@angular/language-service": "^9.0.0",
"@angular/platform-browser": "^9.0.0",
"@angular/platform-browser-dynamic": "^9.0.0",
"@angular/platform-server": "^9.0.0",
"@angular/router": "^9.0.0",
"@angular/service-worker": "^9.0.0",
"@commitlint/cli": "^8.1.0",
"@commitlint/config-angular": "^8.1.0",
"@nguniversal/module-map-ngfactory-loader": "~9.0.0-next.6",
"@schematics/angular": "^9.0.1",
"@stackblitz/sdk": "^1.3.0",
"@types/fs-extra": "^8.0.0",
"@types/gulp": "^4.0.6",
"@types/jasmine": "3.4.0",
"@types/jasminewd2": "~2.0.3",
"@types/less": "^3.0.0",
"@types/node": "^12.11.1",
"@types/parse5": "^5.0.2",
"antd-theme-generator": "^1.1.7",
"chalk": "^2.4.2",
"classlist.js": "^1.1.20150312",
"clean-css": "~4.2.1",
"codecov": "^3.5.0",
"codelyzer": "^5.1.2",
"conventional-changelog-cli": "^2.0.23",
"detect-port": "^1.3.0",
"fs-extra": "^8.1.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"husky": "^3.0.4",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~4.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~2.1.0",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"karma-junit-reporter": "^2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-viewport": "^1.0.4",
"less": "^3.10.3",
"less-plugin-clean-css": "^1.5.1",
"lint-staged": "^9.2.3",
"marked": "^0.7.0",
"minimist": "^1.2.0",
"monaco-editor": "^0.17.1",
"ng-packagr": "9.0.0",
"ngx-color": "^4.0.0",
"node-prismjs": "^0.1.2",
"parse5": "^5.1.1",
"prettier": "^1.18.2",
"prismjs": "^1.17.1",
"process": "^0.11.10",
"protractor": "~5.4.2",
"puppeteer": "^2.0.0",
"readline-sync": "^1.4.10",
"remark": "^11.0.1",
"resolve-bin": "^0.4.0",
"rxjs": "~6.5.3",
"shelljs": "^0.8.3",
"sitemap": "^4.1.1",
"ts-node": "~8.3.0",
"tslint": "~5.18.0",
"typescript": "~3.7.4",
"yaml-front-matter": "^4.0.0",
"zone.js": "~0.10.2"
},
"lint-staged": {
"components/**/*.{html,ts}": [
"./node_modules/.bin/prettier --write",
"git add"
],
"components/**/!(testing)/!(polyfills).ts": [
"tslint -c tslint.json --fix",
"git add"
]
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
}
}