This repository has been archived by the owner on Oct 14, 2022. It is now read-only.
forked from taiga-family/taiga-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
163 lines (163 loc) · 6.49 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
153
154
155
156
157
158
159
160
161
162
163
{
"name": "@taiga-ui/components",
"version": "2.4.0",
"description": "Taiga UI by Tinkoff is a set of components, services, directives and other tools to build high quality UI using modern Angular framework",
"scripts": {
"start": "ng serve",
"start:ru": "ng serve --configuration ru",
"start:default": "ng serve --configuration def",
"start:shadow": "ng serve --configuration shadow",
"start:hmr": "ng serve --configuration hmr",
"start:aot": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng serve --configuration production",
"start:ssr": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng run demo:serve-ssr",
"build:ssr": "ng build --prod && ng run demo:server:production",
"prerender": "ng run demo:prerender",
"i18n": "ng xi18n --output-path src/locale",
"*** Workflow ***": "",
"test": "ng test --browsers=ChromeHeadless --code-coverage=true --",
"lint": "ng lint",
"lint:less": "stylelint '**/*.less'",
"prettier": "prettier --write \"projects/**/*.{js,ts,html,md,less,json}\"",
"clear": "prettier --write '**/projects/**/*.{js,ts,html,md,less,json}' && tslint '**/projects/**/*.ts' --fix",
"typecheck": "tsc --noEmit --skipLibCheck",
"*** Build **": "",
"build": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --configuration=production",
"build:demo": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod --configuration=production --localize",
"postbuild:demo": "node scripts/checkDist.js && node scripts/proccess-languages.js",
"*** Icons ***": "",
"prebuild:icons": "ts-node --project ./tsconfig.compiler.json projects/icons/scripts/compile-icons.ts",
"build:icons": "ng run icons:build --configuration=production",
"*** Release ***": "",
"release": "standard-version -a --no-verify",
"release:patch": "node scripts/release.js patch",
"release:minor": "node scripts/release.js minor",
"release:major": "node scripts/release.js major",
"publish": "npm run build:cdk && npm publish ./dist/cdk"
},
"keywords": [
"angular",
"kit",
"ui",
"component-library",
"component",
"service",
"directive"
],
"license": "Apache-2.0",
"authors": [
"Alex Inkin <[email protected]>",
"Roman Sedov <[email protected]>"
],
"repository": "https://github.com/TinkoffCreditSystems/taiga-ui",
"homepage": "https://github.com/TinkoffCreditSystems/taiga-ui",
"dependencies": {
"@angular/animations": "~9.1.12",
"@angular/cdk": "~9.2.4",
"@angular/common": "~9.1.12",
"@angular/compiler": "~9.1.12",
"@angular/core": "~9.1.12",
"@angular/forms": "~9.1.12",
"@angular/localize": "^9.1.12",
"@angular/platform-browser": "~9.1.12",
"@angular/platform-browser-dynamic": "~9.1.12",
"@angular/platform-server": "^9.1.12",
"@angular/router": "~9.1.12",
"@angularclass/hmr": "^2.1.3",
"@ng-web-apis/common": "1.9.0",
"@ng-web-apis/intersection-observer": "2.1.0",
"@ng-web-apis/mutation-observer": "1.1.0",
"@ng-web-apis/resize-observer": "1.0.3",
"@ng-web-apis/universal": "1.9.2",
"@nguniversal/express-engine": "^9.1.1",
"@tinkoff/angular-contenteditable-accessor": "1.1.0",
"@tinkoff/ng-dompurify": "3.0.0",
"@tinkoff/ng-event-plugins": "2.0.0",
"@tinkoff/ng-polymorpheus": "3.0.0",
"angular2-text-mask": "9.0.0",
"classlist.js": "^1.1.20150312",
"core-js": "^2.6.9",
"express": "^4.15.2",
"dompurify": "^2.2.3",
"highlight.js": "^10.4.1",
"intersection-observer": "^0.12.0",
"ngx-highlightjs": "^4.1.3",
"ngx-markdown": "^11.0.1",
"preboot": "^7.0.0",
"rxjs": "~6.6.3",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.12",
"@angular-devkit/build-ng-packagr": "~0.901.12",
"@angular-devkit/schematics": "^9.1.12",
"@angular-devkit/schematics-cli": "~0.901.12",
"@angular/cli": "~9.1.12",
"@angular/compiler-cli": "~9.1.12",
"@angular/language-service": "~9.1.12",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@nguniversal/builders": "^9.1.1",
"@tinkoff/linters": "^0.6.0",
"@types/dompurify": "^2.0.4",
"@types/express": "4.16.1",
"@types/jasmine": "~3.3.15",
"@types/jasmine-ajax": "^3.1.40",
"@types/node": "^12.11.1",
"@types/resize-observer-browser": "^0.1.3",
"@types/svgo": "^1.0.1",
"codelyzer": "^5.1.2",
"find-in-files": "0.5.0",
"http-server": "^0.12.3",
"husky": "^3.0.9",
"jasmine-core": "^3.4.0",
"jasmine-spec-reporter": "^4.2.1",
"karma": "^4.0.1",
"karma-allure-reporter": "^1.4.6",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.5",
"karma-jasmine": "^2.0.1",
"karma-jasmine-ajax": "^0.1.13",
"karma-jasmine-html-reporter": "^1.4.0",
"karma-mocha-reporter": "^2.2.5",
"less-plugin-npm-import": "^2.1.0",
"lint-staged": "^8.1.3",
"ng-bullet": "^1.0.3",
"ng-packagr": "^9.1.5",
"prettier": "^2.1.1",
"protractor": "~5.4.0",
"raw-loader": "^4.0.2",
"rollup": "^1.10.0",
"rollup-plugin-typescript2": "^0.20.1",
"rollup-pluginutils": "^2.6.0",
"standard-version": "^7.0.0",
"stylelint": "^10.0.1",
"svgo": "^1.2.1",
"ts-loader": "^5.3.3",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.8.3"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged && npm run typecheck"
}
},
"lint-staged": {
"*.{js,ts,html,md,less,json}": [
"prettier --write",
"git add"
],
"*.ts": "tslint --fix"
},
"standard-version": {
"scripts": {
"postbump": "node scripts/sync-versions.js && node projects/core/scripts/version.js && git add **/package.json"
}
},
"engines": {
"node": ">= 10",
"npm": ">= 3"
}
}