forked from SAP/ui5-webcomponents-ngx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
138 lines (138 loc) · 4.73 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "ui5-webcomponents-ngx",
"version": "0.0.0",
"author": "SAP SE (https://www.sap.com)",
"license": "Apache-2.0",
"scripts": {
"ng": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"script": "nx workspace-generator ui5-adapter --verbose",
"version:prerelease": "npx lerna version prerelease",
"version:release": "npx lerna version --conventional-graduate",
"prepare": "husky install",
"build:all": "nx run-many --target=build --all --skip-nx-cache --configuration=production --exclude=documentation,playground",
"publish:all": "npm run build:all && node linking-helper.js",
"create:hotfix": "node scripts/release-hotfix.js",
"postinstall": "yarn decorate:angular:cli && patch-package",
"decorate:angular:cli": "node ./decorate-angular-cli.js"
},
"private": true,
"dependencies": {
"@actions/core": "^1.10.0",
"@angular/animations": "17.0.9",
"@angular/common": "17.0.9",
"@angular/compiler": "17.0.9",
"@angular/core": "17.0.9",
"@angular/forms": "17.0.9",
"@angular/platform-browser": "17.0.9",
"@angular/platform-browser-dynamic": "17.0.9",
"@angular/router": "17.0.9",
"@nx/angular": "17.2.8",
"@sap-theming/theming-base-content": "^11.12.0",
"@sap-ui/common-css": "^0.33.2",
"@storybook/addon-docs": "7.6.10",
"@storybook/blocks": "^7.6.10",
"@storybook/manager-api": "^7.6.10",
"@storybook/theming": "^7.6.10",
"@swc/helpers": "~0.5.2",
"@types/lodash": "4.14.191",
"@types/react": "^18.0.28",
"@ui5/tooling-webc": "0.1.4",
"@ui5/webcomponents": "2.0.0-rc.5",
"@ui5/webcomponents-base": "2.0.0-rc.5",
"@ui5/webcomponents-compat": "2.0.0-rc.5",
"@ui5/webcomponents-fiori": "2.0.0-rc.5",
"@ui5/webcomponents-icons": "2.0.0-rc.5",
"@ui5/webcomponents-icons-business-suite": "2.0.0-rc.5",
"@ui5/webcomponents-icons-tnt": "2.0.0-rc.5",
"@ui5/webcomponents-theming": "2.0.0-rc.5",
"@ui5/webcomponents-tools": "2.0.0-rc.5",
"ajv-formats": "^2.1.1",
"fast-deep-equal": "3.1.3",
"fast-glob": "3.3.2",
"flatted": "^3.2.7",
"fundamental-styles": "^0.33.2",
"lodash": "4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rxjs": "7.8.1",
"tslib": "2.4.1",
"zone.js": "0.14.3"
},
"devDependencies": {
"@angular-devkit/architect": "0.1700.10",
"@angular-devkit/build-angular": "17.0.10",
"@angular-devkit/core": "17.0.10",
"@angular-devkit/schematics": "17.0.10",
"@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "~17.0.0",
"@angular/compiler-cli": "17.0.9",
"@angular/language-service": "17.0.9",
"@babel/core": "^7.21.8",
"@commitlint/cli": "17.3.0",
"@commitlint/config-angular": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@jsdevtools/npm-publish": "^3.0.1",
"@nx/cypress": "17.2.8",
"@nx/devkit": "17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/js": "17.2.8",
"@nx/plugin": "17.2.8",
"@nx/storybook": "17.2.8",
"@nx/workspace": "17.2.8",
"@schematics/angular": "17.0.10",
"@storybook/addon-essentials": "7.6.10",
"@storybook/addon-mdx-gfm": "7.6.10",
"@storybook/angular": "7.6.10",
"@storybook/core-server": "7.6.10",
"@swc-node/register": "~1.6.7",
"@swc/cli": "^0.3.9",
"@swc/core": "^1.4.2",
"@swc/jest": "0.2.36",
"@types/fs-extra": "^11.0.1",
"@types/jest": "29.4.0",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "6.19.0",
"@typescript-eslint/parser": "6.19.0",
"conventional-changelog": "^3.1.25",
"conventional-changelog-angular": "^5.0.13",
"conventional-recommended-bump": "^6.1.0",
"cypress": "^13.0.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-storybook": "^0.6.12",
"git-semver-tags": "^4.1.1",
"html-webpack-plugin": "^5.5.0",
"husky": "8.0.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"jest-preset-angular": "14.0.3",
"jsonc-eslint-parser": "2.1.0",
"lerna": "^8.1.2",
"ng-packagr": "17.0.3",
"nx": "17.2.8",
"patch-package": "^8.0.0",
"postcss": "8.4.31",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"prettier": "3.2.4",
"prettier-plugin-organize-imports": "^3.2.4",
"semver": "^7.3.8",
"storybook": "^7.6.10",
"through2": "^4.0.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"webpack": "^5.64.0"
},
"packageManager": "[email protected]"
}