forked from GovAlta/ui-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
188 lines (188 loc) · 7.87 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
177
178
179
180
181
182
183
184
185
186
187
188
{
"name": "abgov",
"version": "0.0.0",
"scripts": {
"nx": "nx",
"start": "nx serve",
"checkin-validate": "npm run build:all && npm run lint:all && npm run test:all",
"docs:json:angular-components": "compodoc -p ./libs/angular-components/tsconfig.lib.prod.json -e json -d ./libs/angular-components",
"docs:json:angular-material-components": "compodoc -p ./libs/angular-material-components/tsconfig.lib.prod.json -e json -d ./libs/angular-material-components",
"build": "nx build",
"post": "nx post",
"build:all": "nx run-many --target=build --all && nx run-many --target=post --all",
"build:npm": "nx run-many --target=build --projects=angular-components,core-css,vue-components --parallel --configuration production",
"build:storybook": "run-p build:core-storybook build:angular-storybook build:vue-storybook build:react-storybook",
"build:angular-components": "npm run build angular-components --withDeps --configuration production && npm run post angular-components --withDeps",
"build:angular-material-components": "npm run build angular-material-components --withDeps --configuration production && npm run post angular-material-components --withDeps",
"build:react-components": "npm run build react-components --withDeps --configuration production",
"build:vue-components": "npm run build vue-components --withDeps --configuration production",
"build:core-css": "npm run build core-css --withDeps --configuration production && npm run post core-css --withDeps",
"build:angular-storybook": "npm run docs:json:angular-components && nx run angular-components:build-storybook",
"build:angular-material-storybook": "npm run docs:json:angular-material-components && nx run angular-material-components:build-storybook",
"build:core-storybook": "nx run core-css:build-storybook",
"build:vue-storybook": "nx run vue-components:build-storybook",
"build:react-storybook": "nx run react-components:build-storybook",
"build:styles": "sass dist/libs/core-css/src/lib:dist/libs/core-css",
"build:styles:angular-components": "sass libs/angular-components/src/theme.scss dist/libs/angular-components/theme.css",
"run:angular-storybook": "npm run docs:json:angular-components && nx run angular-components:storybook",
"run:angular-material-storybook": "npm run docs:json:angular-material-components && nx run angular-material-components:storybook",
"run:core-storybook": "nx run core-css:storybook",
"run:vue-storybook": "nx run vue-components:storybook",
"run:react-storybook": "nx run react-components:storybook",
"test": "nx test --clearCache",
"test:all": "nx run-many --target=test --all",
"lint:all": "nx run-many --target=lint --all",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help",
"postinstall": "node node_modules/@nx-plus/vue/patch-nx-dep-graph.js"
},
"private": true,
"dependencies": {
"@abgov/core-css": "^0.7.56",
"@angular/cdk": "12.2.13",
"@angular/common": "12.2.13",
"@angular/core": "12.2.13",
"@angular/material": "12.2.13",
"@ngrx/component-store": "12.5.1",
"@nrwl/cli": "13.1.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"vue": "^2.6.11"
},
"devDependencies": {
"@abgov/nx-release": "^1.1.0",
"@angular-devkit/build-angular": "12.1.4",
"@angular-devkit/build-ng-packagr": "0.1001.7",
"@angular-eslint/eslint-plugin": "12.3.1",
"@angular-eslint/eslint-plugin-template": "12.3.1",
"@angular-eslint/template-parser": "12.3.1",
"@angular/animations": "12.2.13",
"@angular/cli": "12.2.13",
"@angular/compiler": "12.2.13",
"@angular/compiler-cli": "12.2.13",
"@angular/forms": "12.2.13",
"@angular/localize": "12.2.13",
"@angular/platform-browser": "12.2.13",
"@angular/platform-browser-dynamic": "12.2.13",
"@angular/router": "12.2.13",
"@babel/core": "7.9.6",
"@babel/plugin-proposal-class-properties": "7.10.4",
"@babel/plugin-proposal-decorators": "7.10.5",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/preset-typescript": "7.9.0",
"@compodoc/compodoc": "^1.1.15",
"@nrwl/angular": "13.1.4",
"@nrwl/eslint-plugin-nx": "13.1.4",
"@nrwl/jest": "13.1.4",
"@nrwl/linter": "13.1.4",
"@nrwl/node": "13.1.4",
"@nrwl/react": "13.1.4",
"@nrwl/storybook": "13.1.4",
"@nrwl/web": "13.1.4",
"@nrwl/workspace": "13.1.4",
"@nx-plus/vue": "^10.0.0",
"@storybook/addon-a11y": "^6.3.12",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-backgrounds": "^6.3.12",
"@storybook/addon-controls": "~6.3.12",
"@storybook/addon-docs": "^6.3.12",
"@storybook/addon-essentials": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/addon-viewport": "^6.3.12",
"@storybook/angular": "^6.3.12",
"@storybook/builder-webpack5": "~6.3.12",
"@storybook/html": "^6.3.12",
"@storybook/manager-webpack5": "~6.3.12",
"@storybook/preset-scss": "^1.0.3",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^6.3.12",
"@storybook/vue": "^6.3.12",
"@svgr/webpack": "^5.4.0",
"@testing-library/angular": "^10.0.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "^12.1.9",
"@testing-library/vue": "^5.6.1",
"@types/jest": "27.0.2",
"@types/node": "14.14.33",
"@types/webpack": "4.41.21",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-typescript": "^4.3.0",
"@vue/cli-plugin-unit-jest": "^5.0.0-rc.0",
"@vue/cli-service": "^4.3.0",
"@vue/cli-shared-utils": "^4.4.6",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.0.3",
"@vue/vue2-jest": "^27.0.0-alpha.3",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "27.2.3",
"babel-loader": "8.1.0",
"babel-preset-vue": "^2.0.2",
"classnames": "^2.3.1",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^3.6.0",
"cypress": "^5.4.0",
"dotenv": "10.0.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-vue": "^7.0.0",
"fibers": "^5.0.0",
"html-loader": "^1.1.0",
"identity-obj-proxy": "^3.0.0",
"ionicons": "^6.0.0",
"jest": "27.2.3",
"jest-preset-angular": "10.0.1",
"jest-serializer-vue": "^2.0.2",
"jest-transform-stub": "^2.0.0",
"ng-packagr": "12.2.5",
"npm-publish-git-tag": "^3.0.4",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.8",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^6.7.0",
"postcss-url": "^10.1.1",
"prettier": "2.4.1",
"react-docgen": "^5.3.0",
"rxjs": "6.5.5",
"sass-loader": "^10.2.0",
"semantic-release": "~17.4.2",
"storybook-addon-xd-designs": "^5.5.0",
"style-loader": "^2.0.0",
"styled-components": "5.3.3",
"ts-jest": "27.0.5",
"ts-node": "~7.0.0",
"tslib": "^2.2.0",
"typescript": "4.3.5",
"url-loader": "^3.0.0",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.46.0",
"yargs": "^15.4.1",
"zone.js": "~0.11.4"
},
"repository": {
"type": "git",
"url": "https://github.com/GovAlta/ui-components.git"
},
"readme": "README.md"
}