-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.24 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.24 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
{
"name": "@swisspost/design-system-components-angular-workspace",
"version": "10.0.0-next.56",
"description": "Wrapper arround @swisspost/design-system-components for angular",
"author": "Swiss Post <design-system@post.ch>",
"license": "Apache-2.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/swisspost/design-system.git"
},
"homepage": "https://design-system.post.ch",
"bugs": {
"url": "https://github.com/swisspost/design-system/issues"
},
"scripts": {
"start": "ng serve --port 9210",
"build": "pnpm clean && ng build components",
"postbuild": "pnpm copy:styles:dist",
"clean": "rimraf dist .angular",
"e2e": "ng e2e --watch=false",
"e2e:ci": "xvfb-run -a ng e2e --watch=false",
"e2e:watch": "ng e2e",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"copy:styles:dist": "copyfiles -f projects/components/src/lib/stencil-generated/post-components.css dist/components/"
},
"dependencies": {
"@angular/animations": "20.3.9",
"@angular/common": "20.3.15",
"@angular/compiler": "20.3.15",
"@angular/core": "20.3.9",
"@angular/forms": "20.3.9",
"@angular/platform-browser": "20.3.9",
"@angular/platform-browser-dynamic": "20.3.9",
"@angular/router": "20.3.9",
"@swisspost/design-system-components": "workspace:10.0.0-next.56",
"@swisspost/design-system-styles": "workspace:10.0.0-next.56",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular/build": "20.1.5",
"@angular/cli": "21.0.5",
"@angular/compiler-cli": "20.3.9",
"@cypress/schematic": "3.0.0",
"@eslint/js": "9.18.0",
"@swisspost/design-system-components-angular": "workspace:10.0.0-next.56",
"angular-eslint": "19.8.1",
"copyfiles": "2.4.1",
"cypress": "14.3.2",
"eslint": "9.18.0",
"globals": "16.0.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",
"ng-packagr": "20.1.0",
"rimraf": "6.0.1",
"typescript": "5.8.3",
"typescript-eslint": "8.16.0"
},
"keywords": [
"angular",
"design-system",
"components",
"ui",
"frontend"
]
}