forked from taiga-family/taiga-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
151 lines (151 loc) · 5.26 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
{
"name": "@taiga-ui/components",
"version": "3.10.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",
"keywords": [
"angular",
"kit",
"ui",
"component-library",
"component",
"service",
"directive"
],
"homepage": "https://github.com/tinkoff/taiga-ui",
"repository": "https://github.com/tinkoff/taiga-ui",
"license": "Apache-2.0",
"maintainers": [
"Alex Inkin <[email protected]>",
"Roman Sedov <[email protected]>"
],
"workspaces": [
"projects/*"
],
"scripts": {
"postinstall": "ts-node ./scripts/postinstall.ts",
"start": "nx serve",
"start:fast": "nx serve demo -c development-fast",
"start:default": "nx serve-default demo",
"start:shadow": "nx serve-shadow demo",
"build:ssr": "nx build && nx run demo:server:production",
"prerender": "nx run demo:prerender",
"i18n": "nx xi18n --output-path src/locale",
"*** Workflow ***": "",
"stylelint": "stylelint '**/*.{less,css}'",
"lint": "eslint --cache --cache-location node_modules/.cache/eslint",
"prettier": "prettier '**/*.{svg,yml,js,ts,html,md,less,json}' --cache node_modules/.cache/prettier",
"typecheck": "tsc --noEmit --strict --incremental false --tsBuildInfoFile null --project tsconfig.spec.json",
"*** Build **": "",
"build:demo": "nx build",
"build:demo:next": "nx build -c next --skip-nx-cache",
"*** Release ***": "",
"release": "standard-version -a --no-verify",
"release:patch": "ts-node ./scripts/release.ts --release-as patch",
"release:minor": "ts-node ./scripts/release.ts --release-as minor",
"release:major": "ts-node ./scripts/release.ts --release-as major",
"*** CI ***": "",
"affected:test:libs": "nx affected --target test --exclude=demo",
"affected:build:libs": "nx affected --target build --exclude=demo",
"run-many:build:libs": "nx run-many --target build --all --exclude=demo",
"run-many:publish:libs": "nx run-many --target publish --all"
},
"lint-staged": {
"*.{js,ts,html,md,less,json}": [
"npm run lint -- --fix",
"prettier --write",
"git add"
],
"*.less": [
"stylelint --fix",
"git add"
]
},
"dependencies": {
"@angular/animations": "~12.2.16",
"@angular/cdk": "~12.2.13",
"@angular/common": "~12.2.16",
"@angular/compiler": "~12.2.16",
"@angular/core": "~12.2.16",
"@angular/forms": "~12.2.16",
"@angular/localize": "^12.2.16",
"@angular/platform-browser": "~12.2.16",
"@angular/platform-browser-dynamic": "~12.2.16",
"@angular/platform-server": "^12.2.16",
"@angular/router": "~12.2.16",
"core-js": "^2.6.9",
"parse5": "^6.0.1",
"rxjs": "~6.6.3",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "~12.1.3",
"@angular-devkit/build-angular": "~12.2.17",
"@angular-devkit/core": "~12.2.17",
"@angular/cli": "~12.2.17",
"@angular/compiler-cli": "~12.2.16",
"@angular/language-service": "~12.2.16",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@nrwl/cli": "14.6.4",
"@nrwl/node": "14.6.4",
"@nrwl/nx-cloud": "14.6.1",
"@nrwl/tao": "14.6.4",
"@nrwl/workspace": "14.6.4",
"@tinkoff/prettier-config": "^1.45.1",
"@tinkoff/stylelint-config": "^1.46.2",
"@types/node": "^18.7.15",
"@types/parse5": "^6.0.3",
"@types/webpack-env": "^1.18.0",
"angular-http-server": "^1.11.0",
"bundlemon": "^2.0.0-rc.1",
"cpy-cli": "^4.1.0",
"cy2": "~3.2.0",
"cypress": "~11.1.0",
"eslint": "^8.27.0",
"find-in-files": "~0.5.0",
"firebase-tools": "^9.23.3",
"http-server": "^0.13.0",
"husky": "^8.0.1",
"kill-port": "^2.0.1",
"lint-staged": "^8.2.1",
"ng-packagr": "^12.2.7",
"postcss": "^8.4.16",
"prettier": "~2.7.1",
"rollup": "~2.79.0",
"standard-version": "^8.0.2",
"ts-loader": "^9.3.1",
"ts-node": "~10.9.1",
"typescript": "~4.3.5",
"wait-on": "^6.0.1"
},
"engines": {
"node": ">= 14",
"npm": ">= 7",
"yarn": "Please use npm instead of yarn to install dependencies"
},
"authors": [
"Alex Inkin <[email protected]>",
"Roman Sedov <[email protected]>"
],
"standard-version": {
"scripts": {
"postchangelog": "ts-node ./scripts/postchangelog.ts",
"postbump": "ts-node ./scripts/postbump.ts"
},
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "deprecate",
"section": "Deprecations"
}
]
}
}