-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (35 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (35 loc) · 1.12 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
{
"name": "@wppopen/components-library-angular",
"description": "Angular bindings for components-library",
"version": "4.1.0",
"scripts": {
"clean": "rimraf lib node_modules",
"build": "node ./build.js",
"build-watch": "npm run build -- --watch --preserveWatchOutput",
"prebuild": "npm run build --workspace @wppopen/components-library"
},
"files": [
"lib"
],
"main": "lib/index.js",
"peerDependencies": {
"@wppopen/components-library": "git+https://github.com/WPP-Public/wpp--os--platform-ui-kit.git#v4.1.0",
"@angular/core": "^19.0.0 || ^20.0.0 || ^21.0.0",
"@angular/forms": "^19.0.0 || ^20.0.0 || ^21.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
},
"dependencies": {
"tslib": "2.4.0"
},
"devDependencies": {
"@angular/compiler": "^21.0.0",
"@angular/compiler-cli": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/common": "^21.0.0",
"@angular/forms": "^21.0.0"
},
"publishConfig": {
"registry": "https://github.com/WPP-Public/wpp--os--platform-ui-kit-angular"
},
"repository": "https://github.com/WPP-Public/wpp--os--platform-ui-kit-angular"
}