forked from NG-ZORRO/ng-zorro-antd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 5.55 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
{
"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": ">=10.9.0 <11.0.0"
},
"scripts": {
"build-iframe": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build --project=ng-zorro-antd-iframe --prod --base-href ./",
"build-site": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build --prod",
"build-site-server": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng run ng-zorro-antd-doc:server:production",
"build:client-and-server-bundles": "npm run build-site && npm run build-site-server",
"build:docs": "npm run build:client-and-server-bundles && npm run build:prerender && npm run build-iframe && npm run helper",
"build:prerender": "npm run compile:prerender && npm run generate:prerender",
"compile:prerender": "tsc -p scripts/prerender/tsconfig.json",
"generate:prerender": "cd dist && node prerender && node sitemap",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --pkg components/package.json && node ./scripts/site/replace-scope-prefix.js",
"doc": "npm run site:init && npm run build-site",
"format:check": "prettier --config ./.prettierrc --list-different \"component/**/*{.ts}\"",
"generate": "ng build ng-zorro-antd-lib",
"helper": "bash ./scripts/release-helper.sh",
"integration-cli": "npm run generate && cd integration/angular-cli && npm run integration",
"integration-rollup": "npm run generate && cd integration/rollup && npm run integration",
"integration-webpack": "npm run generate && cd integration/webpack && npm run integration",
"integration": "npm run generate && bash ./integration-test.sh",
"lint": "tslint -c tslint.json 'components/**/!(demo|testing)/!(polyfills).ts' --fix",
"migration-styles": "node ./scripts/build/migration-styles.js",
"ng": "ng",
"postgenerate": "node scripts/build/compile-styles.js && cp README.md publish/README.md && npm run migration-styles && npm run schematic:generate",
"pre-release": "npm run site:init && bash ./scripts/build/replace-publish.sh && npm run generate && npm run build:docs",
"release": "node ./scripts/publish/publish.js",
"schematic:build": "node ./scripts/schematics/set-theme.js && node ./scripts/schematics/set-version.js && npm run schematic:tsc && node ./scripts/schematics/copy-resources",
"schematic:demo": "node ./scripts/schematics/demo2schematics",
"schematic:generate": "npm run schematic:demo && npm run schematic:build && rm -rf schematics/demo",
"schematic:tsc": "tsc -p schematics/tsconfig.json",
"site:init": "node ./scripts/site/generate-site init && node ./scripts/site/generateColorLess",
"site:start": "npm run site:init && ng serve --port 0 --open",
"site": "node ./scripts/site/generate-site",
"start": "ng serve --port 0",
"test": "ng test --watch=false --code-coverage"
},
"dependencies": {
"@angular/cdk": "^7.3.0",
"@ant-design/icons-angular": "^2.1.0",
"date-fns": "^1.29.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.13.0",
"@angular-devkit/build-ng-packagr": "~0.13.0",
"@angular-devkit/core": "~7.2.0",
"@angular-devkit/schematics": "~7.2.0",
"@angular/animations": "~7.2.0",
"@angular/cli": "~7.3.8",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/compiler-cli": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
"@angular/http": "~7.2.0",
"@angular/language-service": "~7.2.0",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-server": "^7.2.14",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/pwa": "^0.12.2",
"@angular/router": "~7.2.0",
"@angular/service-worker": "~7.2.0",
"@nguniversal/module-map-ngfactory-loader": "^7.1.1",
"@schematics/angular": "~7.2.0",
"@stackblitz/sdk": "^1.1.1",
"@types/fs-extra": "^5.0.4",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"antd-theme-generator": "^1.0.7",
"chalk": "^2.4.1",
"classlist.js": "^1.1.20150312",
"clean-css": "~4.1.11",
"codecov": "^3.0.0",
"codelyzer": "~4.5.0",
"conventional-changelog-cli": "^2.0.1",
"core-js": "^2.5.4",
"fs-extra": "^6.0.1",
"husky": "^1.0.1",
"jasmine-core": "~2.99.1",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-spec-reporter": "0.0.32",
"less": "^3.9.0",
"less-plugin-clean-css": "^1.5.1",
"lint-staged": "^8.1.5",
"marked": "^0.5.1",
"ng-packagr": "^4.2.0",
"ngx-color": "^2.0.5",
"node-prismjs": "^0.1.1",
"prettier": "^1.16.4",
"prismjs": "^1.10.0",
"protractor": "~5.4.0",
"readline-sync": "^1.4.9",
"remark": "^8.0.0",
"rxjs": "~6.3.3",
"sitemap": "^2.1.0",
"ts-node": "~7.0.0",
"tsickle": ">=0.34.0",
"tslib": "^1.9.0",
"tslint": "~5.11.0",
"typescript": "~3.2.2",
"webpack-bundle-analyzer": "^3.0.2",
"yaml-front-matter": "^4.0.0",
"zone.js": "~0.8.26"
},
"lint-staged": {
"components/**/*.ts": [
"./node_modules/.bin/prettier --write",
"git add"
],
"components/**/!(demo|testing)/!(polyfills).ts": [
"tslint -c tslint.json --fix",
"git add"
]
},
"husky": {
"hooks": {
"commit-msg": "node ./scripts/git/commit-msg.js -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
}
}