-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
53 lines (53 loc) · 1.65 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
{
"name": "gcds-components-repo",
"version": "0.1.13",
"description": "GCDS components repo",
"private": true,
"scripts": {
"ng": "ng",
"compile": "gulp compile",
"build": "npm run build --ws",
"pretest": "npm run patch:stenciljs",
"test": "npm run test --workspace=utils/angular-output-target --workspace=packages/web --workspace=packages/vue",
"build-storybook": "npm run build-storybook -w @cdssnc/gcds-components",
"start-storybook": "npm run storybook -w @cdssnc/gcds-components",
"patch:stenciljs": "npx --yes patch-package",
"unpatch:stenciljs": "npx --yes -p patch-package -c 'patch-package --reverse'",
"start": "npm run start -w @cdssnc/gcds-components"
},
"dependencies": {
"@angular/animations": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.0.1",
"@angular/cli": "~19.0.0",
"@angular/compiler-cli": "^19.0.0",
"@stencil/angular-output-target": "^0.10.0",
"@types/node": "^20.11.10",
"cssnano": "^6.0.0",
"ng-packagr": "^19.0.1",
"nx": "^16.0.0",
"sass": "^1.43.5",
"typescript": "~5.6.3",
"workbox-build": "^7.0.0"
},
"workspaces": [
"utils/angular-output-target",
"packages/web",
"packages/angular",
"packages/react",
"packages/vue",
"packages/react-ssr"
],
"license": "MIT"
}