forked from atinc/ngx-tethys
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
145 lines (145 loc) · 5.33 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
{
"name": "ngx-tethys",
"version": "12.1.20",
"license": "MIT",
"scripts": {
"start": "docgeni serve",
"serve": "docgeni serve",
"watch:theme": "npm run build:theme && gulp build-theme:watch",
"build:demo": "npm run build-site",
"build:site": "npm run build-site",
"build-site": "npm run build-docs && ng build site --configuration production --extract-css --baseHref=/ngx-tethys/",
"build-clean-site": "npm run build-docs && ng build site --configuration production --extract-css",
"build-docs": "docgeni build --skip-site --progress false",
"build": "npm run build:tethys && npm run build:cdk && npm run build:schematics",
"build:tethys": "rimraf ./dist/tethys/* && node --max-old-space-size=8096 ./node_modules/@angular/cli/bin/ng build ngx-tethys --configuration production && npm run build:styles && npm run build:testing",
"build:styles": "cpx \"./src/**/*.scss\" dist/tethys",
"scss-bundle": "scss-bundle --config ./scss-bundle.config.json && scss-bundle --config ./scss-bundle-basic.config.json",
"build:testing": "cpx \"./src/core/testing/**/*.ts\" ./dist/tethys/core/testing",
"build:theme": "gulp build-theme",
"build:cdk": "ng build cdk --configuration production",
"release": "wpm release",
"admin-release": "wpm release --skip.branch --skip.push",
"pub-only": "npm run pub-tethys-only && npm run pub-cdk-only",
"pub-cdk-only": "npm publish dist/cdk",
"pub-tethys-only": "npm publish dist/tethys",
"pub": "wpm publish",
"test": "npm run test-tethys && npm run test-schematics",
"test-tethys": "ng test ngx-tethys",
"test-cdk": "ng test cdk",
"report-coverage": "cat ./coverage/tethys/lcov.info | coveralls",
"lint": "ng lint ngx-tethys",
"pretty": "pretty-quick --staged",
"e2e": "ng e2e",
"serve-demo": "http-server dist/site -p 8888 -g &",
"build:schematics": "tsc -p ./schematics && npm run copy:schematics",
"copy:schematics": "cpx \"./schematics/**/*.{json,template}\" ./dist/tethys/schematics/ -v",
"test-schematics": "TS_NODE_PROJECT=./schematics/tsconfig.json node --require ts-node/register/transpile-only ./node_modules/jasmine/bin/jasmine './schematics/**/*.spec.ts'"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/atinc/ngx-tethys.git"
},
"description": "Angular UI Components",
"keywords": [
"Angular",
"Angular 2+"
],
"dependencies": {
"@angular/animations": "^12.2.13",
"@angular/cdk": "^12.2.13",
"@angular/common": "^12.2.13",
"@angular/compiler": "^12.2.13",
"@angular/core": "^12.2.13",
"@angular/forms": "^12.2.13",
"@angular/platform-browser": "^12.2.13",
"@angular/platform-browser-dynamic": "^12.2.13",
"@angular/router": "^12.2.13",
"@ngx-translate/core": "^13.0.0",
"china-division": "^2.1.1",
"core-js": "^2.5.4",
"cyia-code-util": "^1.0.4",
"date-fns": "^2.6.0",
"highlight.js": "^10.4.1",
"natives": "^1.1.6",
"ng-packagr": "^12.1.0",
"rxjs": "~6.5.4",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.2.13",
"@angular-devkit/core": "^12.2.13",
"@angular-devkit/schematics": "^12.2.13",
"@angular-eslint/builder": "12.7.0",
"@angular-eslint/eslint-plugin": "12.7.0",
"@angular-eslint/eslint-plugin-template": "12.7.0",
"@angular-eslint/schematics": "12.7.0",
"@angular-eslint/template-parser": "12.7.0",
"@angular/cli": "~12.2.13",
"@angular/compiler-cli": "^12.2.13",
"@angular/language-service": "^12.2.13",
"@commitlint/cli": "^16.2.3",
"@commitlint/config-angular": "^16.2.3",
"@docgeni/cli": "1.2.0-next.11",
"@docgeni/template": "1.2.0-next.11",
"@schematics/angular": "^12.2.13",
"@tethys/icons": "1.1.115",
"@types/highlight.js": "^9.12.4",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"@types/webpack": "^4.1.3",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"@worktile/pkg-manager": "^0.0.9",
"chalk": "^2.4.2",
"codelyzer": "^6.0.2",
"commander": "^2.19.0",
"concurrently": "^3.6.0",
"conventional-changelog-cli": "^2.0.29",
"coveralls": "^3.0.6",
"cpx": "^1.5.0",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"fs-extra": "^8.0.1",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-cli": "^2.2.0",
"gulp-dart-sass": "^1.0.2",
"gulp-rename": "^1.4.0",
"http-server": "^0.11.1",
"husky": "^2.4.1",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~3.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"npm-run-all": "^4.1.2",
"prettier": "^1.16.4",
"pretty-quick": "^1.10.0",
"protractor": "~7.0.0",
"raw-loader": "1.0.0",
"readline-sync": "^1.4.9",
"replace": "^1.1.0",
"scss-bundle": "^3.1.2",
"semver": "^6.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.3.5"
},
"ngPackage": {
"lib": {
"entryFile": "src/index.ts"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "pretty-quick --staged"
}
}
}