forked from GovAlta/ui-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
130 lines (130 loc) · 4.54 KB
/
package.json
File metadata and controls
130 lines (130 loc) · 4.54 KB
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
{
"name": "@abgov/ui-components",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"serve:web": "nx run web:serve:development",
"serve:react": "nx run react:serve:development",
"serve:angular": "nx run angular:serve:development",
"dev:watch": "vite build --watch libs/web-components",
"build": "nx affected --base=alpha -t build --exclude=apps/* --exclude=playground/*",
"build:prod": "nx run-many -t build --all --prod --exclude=apps/* --exclude=playground/*",
"build:vscode-doc": "node libs/web-components/custom-element-manifest-analyze.js",
"pretest:pr": "npx nx run common:build && npx nx run web-components:build && npx nx run react-components:build",
"test:pr": "vitest --run --project=*-unit && vitest --run --project=*-headless && nx test angular-components",
"test:unit:watch": "vitest --project=*-unit",
"test:browser:watch": "vitest --project=*-browser",
"test:headless:watch": "vitest --project=*-headless",
"test:angular": "nx test angular-components",
"lint": "nx run-many --target=lint --exclude=angular --exclude=react --exclude=web",
"validate": "npm run build && npm run lint && vitest --run",
"pg:setup": "./scripts/pg-setup",
"pg:switch": "./scripts/pg-switch"
},
"private": true,
"devDependencies": {
"@abgov/design-tokens": "^1.6.0",
"@abgov/nx-release": "^10.0.0",
"@angular-devkit/build-angular": "20.1.5",
"@angular-devkit/core": "20.1.5",
"@angular-devkit/schematics": "20.1.5",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "~20.1.5",
"@angular/compiler-cli": "20.1.6",
"@angular/language-service": "20.1.6",
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@faker-js/faker": "^8.3.1",
"@nx/angular": "21.5.2",
"@nx/eslint": "21.1.2",
"@nx/eslint-plugin": "21.1.2",
"@nx/jest": "21.1.2",
"@nx/js": "21.1.2",
"@nx/react": "21.5.2",
"@nx/vite": "21.1.2",
"@nx/web": "21.1.2",
"@nx/workspace": "21.1.2",
"@schematics/angular": "20.1.5",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.6.0",
"@swc/core": "1.9.3",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/svelte": "^4.0.5",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "29.5.14",
"@types/node": "^18.16.9",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/browser": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"autoprefixer": "^10.4.16",
"eslint": "8.57.1",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "5.0.0",
"glob": "^10.3.10",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "^14.2.4",
"jiti": "2.4.2",
"jsdom": "^26.1.0",
"jsonc-eslint-parser": "^2.1.0",
"ng-packagr": "20.1.0",
"nx": "21.1.2",
"playwright": "^1.50.1",
"postcss": "^8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-replace": "^2.0.1",
"postcss-url": "~10.1.3",
"prettier": "^3.2.0",
"prettier-plugin-svelte": "^3.1.2",
"rollup": "^4.9.6",
"svelte": "^4.2.19",
"svelte-check": "^3.6.2",
"swc-loader": "0.1.15",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.8.3",
"vite": "~5.4.20",
"vite-plugin-dts": "4.5.4",
"vitest": "^3.2.4",
"vitest-browser-react": "^1.0.0",
"vitest-dom": "^0.1.1"
},
"dependencies": {
"@angular/animations": "20.1.6",
"@angular/common": "20.1.6",
"@angular/compiler": "20.1.6",
"@angular/core": "20.1.6",
"@angular/forms": "20.1.6",
"@angular/platform-browser": "20.1.6",
"@angular/platform-browser-dynamic": "20.1.6",
"@angular/router": "20.1.6",
"@nrwl/jest": "19.5.4",
"@swc/helpers": "0.5.11",
"date-fns": "^3.0.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "6.11.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "0.15.1"
},
"nx": {
"includedScripts": []
}
}