forked from Teradata/covalent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
176 lines (176 loc) · 6.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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"name": "covalent",
"version": "8.0.0",
"description": "Teradata UI Platform built on Angular Material",
"keywords": [
"angular",
"components",
"reusable",
"schematics"
],
"scripts": {
"ng": "nx",
"sb": "storybook",
"postinstall": "node ./decorate-angular-cli.js",
"prepare": "husky install",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"lint": "nx lint",
"format:check": "nx format",
"format:write": "nx format:write",
"ghpages:deploy": "VERSION=$(echo v${npm_package_version} | cut -c1-2) && npm run build docs-app -- --base-href=/covalent/$VERSION/ && bash scripts/ghpages-deploy $VERSION",
"tokens:generate": "VERSION=$(echo v${npm_package_version} | cut -c1-2) && npm run build tokens && bash scripts/tokens-generate $VERSION",
"release:prepare": "npx nx run-many --target=build --all && node ./scripts/version-placeholder ./dist",
"style-dictionary": "cd libs/tokens && style-dictionary build",
"storybook": "storybook dev -c libs/components/.storybook",
"build-storybook": "storybook build -c libs/components/.storybook -o dist/storybook/components",
"chromatic": "npx chromatic"
},
"dependencies": {
"@angular/animations": "17.x.x",
"@angular/cdk": "17.x.x",
"@angular/common": "17.x.x",
"@angular/compiler": "17.x.x",
"@angular/core": "17.x.x",
"@angular/forms": "17.x.x",
"@angular/material": "17.x.x",
"@angular/platform-browser": "17.x.x",
"@angular/platform-browser-dynamic": "17.x.x",
"@angular/router": "17.x.x",
"@material/banner": "15.0.0-canary.83355c322.0",
"@material/button": "15.0.0-canary.83355c322.0",
"@material/card": "15.0.0-canary.83355c322.0",
"@material/chips": "15.0.0-canary.83355c322.0",
"@material/data-table": "15.0.0-canary.83355c322.0",
"@material/icon-button": "15.0.0-canary.83355c322.0",
"@material/image-list": "15.0.0-canary.83355c322.0",
"@material/mwc-button": "^0.27.0",
"@material/mwc-checkbox": "^0.27.0",
"@material/mwc-circular-progress": "^0.27.0",
"@material/mwc-dialog": "^0.27.0",
"@material/mwc-drawer": "^0.27.0",
"@material/mwc-formfield": "^0.27.0",
"@material/mwc-icon": "^0.27.0",
"@material/mwc-icon-button": "^0.27.0",
"@material/mwc-linear-progress": "^0.27.0",
"@material/mwc-list": "^0.27.0",
"@material/mwc-radio": "^0.27.0",
"@material/mwc-select": "^0.27.0",
"@material/mwc-slider": "^0.27.0",
"@material/mwc-snackbar": "^0.27.0",
"@material/mwc-switch": "^0.27.0",
"@material/mwc-tab": "^0.27.0",
"@material/mwc-tab-bar": "^0.27.0",
"@material/mwc-textarea": "^0.27.0",
"@material/mwc-textfield": "^0.27.0",
"@material/mwc-top-app-bar": "^0.27.0",
"@material/mwc-top-app-bar-fixed": "^0.27.0",
"@material/tooltip": "15.0.0-canary.83355c322.0",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"easymde": "^2.18.0",
"echarts": "^5.4.3",
"echarts-stat": "^1.2.0",
"echarts-wordcloud": "^2.1.0",
"highlight.js": "^11.9.0",
"lit": "^2.2.8",
"monaco-editor": "^0.34.1",
"rxjs": "^7.4.0",
"shepherd.js": "^9.0.0",
"showdown": "^2.1.0",
"skeleton-elements": "^4.0.1",
"tslib": "^2.0.0",
"zone.js": "0.13.1"
},
"resolutions": {
"@material/slider": "15.0.0-canary.b994146f6.0",
"html-webpack-plugin": "4.5.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "17.x.x",
"@angular-devkit/build-angular": "17.x.x",
"@angular-devkit/core": "17.x.x",
"@angular-devkit/schematics": "17.x.x",
"@angular-eslint/eslint-plugin": "17.x.x",
"@angular-eslint/eslint-plugin-template": "17.x.x",
"@angular-eslint/template-parser": "17.x.x",
"@angular/cli": "17.x.x",
"@angular/compiler-cli": "17.x.x",
"@angular/language-service": "17.x.x",
"@commitlint/cli": "^18.4.3",
"@commitlint/config-angular": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@nx/angular": "17.x.x",
"@nx/cypress": "17.x.x",
"@nx/eslint": "17.x.x",
"@nx/eslint-plugin": "17.x.x",
"@nx/jest": "17.x.x",
"@nx/js": "17.x.x",
"@nx/linter": "17.x.x",
"@nx/web": "17.x.x",
"@nx/workspace": "17.x.x",
"@schematics/angular": "17.x.x",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@storybook/addon-a11y": "7.5.1",
"@storybook/addon-actions": "7.5.1",
"@storybook/addon-essentials": "7.5.1",
"@storybook/addon-interactions": "7.5.1",
"@storybook/addon-links": "7.5.1",
"@storybook/addons": "7.5.1",
"@storybook/cli": "7.5.1",
"@storybook/html": "7.5.1",
"@storybook/html-vite": "^7.5.1",
"@storybook/mdx1-csf": "^1.0.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "7.5.1",
"@types/echarts": "^4.9.13",
"@types/jest": "29.5.11",
"@types/jsdom": "^20.0.0",
"@types/node": "20.10.6",
"@types/showdown": "^2.0.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitest/coverage-c8": "^0.27.2",
"autoprefixer": "^10.4.0",
"chromatic": "^7.5.4",
"css-loader": "^6.7.1",
"cypress": "^9.1.0",
"eslint": "~8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-rxjs": "^5.0.3",
"eslint-plugin-rxjs-angular": "^2.0.1",
"eslint-plugin-storybook": "^0.6.15",
"html-webpack-plugin": "^5.5.3",
"husky": "^7.0.4",
"jest": "29.4.3",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "28.1.3",
"jest-esm-transformer": "^1.0.0",
"jest-preset-angular": "13.1.1",
"monaco-editor-webpack-plugin": "^7.1.0",
"ng-packagr": "17.0.3",
"nx": "17.x.x",
"postcss-preset-env": "^9.1.0",
"postcss-scss": "^4.0.6",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.7",
"storybook": "^7.5.1",
"storybook-dark-mode": "3.0.1",
"style-dictionary": "^3.7.0",
"stylelint": "^14.5.3",
"stylelint-config-prettier": "^9.0.3",
"stylelint-config-standard": "^25.0.0",
"tailwindcss": "^3.0.2",
"ts-jest": "29.1.1",
"typescript": "5.2.2",
"vite": "^4.5.2",
"vitest": "^0.27.2"
}
}