-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
114 lines (108 loc) · 6.21 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
{
"name": "scion-toolkit",
"description": "SCION Toolkit is a collection of UI components and utilities designed primarily for use in SCION libraries and their demo and test applications.",
"license": "EPL-2.0",
"homepage": "https://github.com/SchweizerischeBundesbahnen/scion-toolkit",
"bugs": {
"url": "https://github.com/SchweizerischeBundesbahnen/scion-toolkit/issues"
},
"author": {
"name": "SCION contributors"
},
"scripts": {
"before-push": "run-s build lint test:headless e2e:headless",
"build": "run-s **:*:build",
"start": "run-s components-app:serve",
"lint": "run-s **:*:lint",
"test": "run-p **:*:test",
"test:headless": "cross-env HEADLESS=true run-p **:*:test",
"e2e": "run-s \"**:*:e2e:run -- {@}\" --",
"e2e:headless": "cross-env HEADLESS=true run-s \"**:*:e2e:run -- {@}\" --",
"postinstall": "cross-env PLAYWRIGHT_BROWSERS_PATH=0 playwright install chromium",
"toolkit:lint": "ng lint @scion/toolkit",
"toolkit:test": "ng test @scion/toolkit",
"toolkit:build": "ng build --configuration production @scion/toolkit",
"toolkit:changelog": "run-p toolkit:changelog:*",
"toolkit:changelog:full": "conventional-changelog --commit-path projects/scion/toolkit -k projects/scion/toolkit/package.json -t toolkit- -p angular -i CHANGELOG_TOOLKIT.md -s && markdown-include docs/site/changelog-toolkit/changelog.template.json",
"toolkit:changelog:latest": "conventional-changelog --commit-path projects/scion/toolkit -k projects/scion/toolkit/package.json -t toolkit- -p angular -o CHANGELOG_TOOLKIT_LATEST.md",
"components:lint": "ng lint @scion/components",
"components:test": "ng test @scion/components",
"components:e2e:run": "tsc --incremental -p projects/scion/components.e2e/tsconfig.json && cross-env PLAYWRIGHT_BROWSERS_PATH=0 playwright test --config out-tsc/components.e2e",
"components:e2e:debug": "tsc --incremental -p projects/scion/components.e2e/tsconfig.json && cross-env PLAYWRIGHT_BROWSERS_PATH=0 PWDEBUG=1 playwright test --config out-tsc/components.e2e",
"components:e2e:lint": "ng lint @scion/components.e2e",
"components:build": "ng build --configuration production @scion/components",
"components:changelog": "run-p components:changelog:*",
"components:changelog:full": "conventional-changelog --commit-path projects/scion/components -k projects/scion/components/package.json -t components- -p angular -i CHANGELOG_COMPONENTS.md -s && markdown-include docs/site/changelog-components/changelog.template.json",
"components:changelog:latest": "conventional-changelog --commit-path projects/scion/components -k projects/scion/components/package.json -t components- -p angular -o CHANGELOG_COMPONENTS_LATEST.md",
"components.internal:lint": "ng lint @scion/components.internal",
"components.internal:test": "ng test @scion/components.internal",
"components.internal:build": "ng build --configuration production @scion/components.internal",
"components.internal:changelog": "conventional-changelog --commit-path projects/scion/components.internal -k projects/scion/components.internal/package.json -t ɵcomponents- -p angular -i CHANGELOG_COMPONENTS_INTERNAL.md -s && markdown-include docs/site/changelog-components.internal/changelog.template.json",
"components-app:serve": "ng serve components-app",
"components-app:lint": "ng lint components-app",
"components-app:build": "ng build --configuration=production components-app",
"components-testing-app:serve": "ng serve components-testing-app",
"components-testing-app:dist-serve": "serve dist/components-testing-app/browser -p 4200 --config ../../../apps/components-testing-app/vercel-test-server.config.json --no-request-logging",
"components-testing-app:lint": "ng lint components-testing-app",
"components-testing-app:build": "ng build --configuration=production components-testing-app",
"github-actions:tag-release-commit:build": "ncc build .github/actions/tag-release-commit/index.ts -o .github/actions/tag-release-commit/dist",
"github-actions:npm-publish:build": "ncc build .github/actions/npm-publish/index.ts -o .github/actions/npm-publish/dist",
"github-actions:vercel-deploy:build": "ncc build .github/actions/vercel-deploy/index.ts -o .github/actions/vercel-deploy/dist",
"github-actions:equality-checker:build": "ncc build .github/actions/equality-checker/index.ts -o .github/actions/equality-checker/dist",
"github-actions:package-json:build": "ncc build .github/actions/package-json/index.ts -o .github/actions/package-json/dist"
},
"private": true,
"dependencies": {
"@angular/animations": "19.0.0",
"@angular/cdk": "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.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@actions/core": "1.11.1",
"@actions/exec": "1.1.1",
"@actions/github": "6.0.0",
"@angular-devkit/build-angular": "19.0.1",
"@angular-eslint/builder": "18.0.1",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/schematics": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "19.0.1",
"@angular/compiler-cli": "19.0.0",
"@playwright/test": "1.49.0",
"@types/jasmine": "5.1.4",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@vercel/ncc": "0.38.3",
"conventional-changelog-cli": "5.0.0",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-rxjs": "5.0.3",
"jasmine-core": "5.4.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"markdown-include": "0.4.3",
"ng-packagr": "19.0.1",
"npm-run-all2": "7.0.1",
"serve": "14.2.4",
"typescript": "5.6.3",
"vercel": "39.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/SchweizerischeBundesbahnen/scion-toolkit.git"
}
}