-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "@ng-zorro/schematics",
"version": "0.800.2",
"description": "Angular Schematics for NG-ZORRO Team",
"repository": "https://github.com/hsuanxyz/schematics.git",
"author": "Hsuan Lee <[email protected]>",
"license": "MIT",
"keywords": [
"ng-zorro",
"Angular",
"Schematics",
"Angular CLI"
],
"scripts": {
"clean": "rimraf dist",
"copy:resources": "ts-node --project scrtips/tsconfig.json scrtips/copy-resources.ts",
"prebuild": "npm run clean",
"postbuild": "npm run copy:resources",
"build": "tsc -p tsconfig.json"
},
"devDependencies": {
"@angular-devkit/core": "^8.3.20",
"@angular-devkit/schematics": "^8.3.20",
"@angular/cdk": "^8.2.3",
"@commitlint/cli": "^8.2.0",
"@schematics/angular": "^8.3.20",
"@types/fs-extra": "^8.0.1",
"@types/node": "^12.12.16",
"fs-extra": "^8.1.0",
"husky": "^3.1.0",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"ts-node": "^8.5.4",
"tslint": "^5.20.1",
"typescript": "^3.7.3"
}
}