generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
129 lines (129 loc) · 4.26 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
{
"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",
"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": "18.1.4",
"@angular/common": "18.1.4",
"@angular/compiler": "18.1.4",
"@angular/core": "18.1.4",
"@angular/forms": "18.1.4",
"@angular/platform-browser": "18.1.4",
"@angular/platform-browser-dynamic": "18.1.4",
"@angular/router": "18.1.4",
"@fundamental-styles/common-css": "^0.30.1",
"@nx/angular": "19.5.7",
"@storybook/addon-docs": "7.6.10",
"@storybook/blocks": "^7.6.10",
"@storybook/manager-api": "^7.6.10",
"@storybook/theming": "^7.6.10",
"@types/lodash": "4.14.191",
"@types/react": "^18.0.28",
"@ui5/tooling-webc": "0.3.1",
"@ui5/webcomponents": "2.1.1",
"@ui5/webcomponents-base": "2.1.1",
"@ui5/webcomponents-fiori": "2.1.1",
"@ui5/webcomponents-icons": "2.1.1",
"@ui5/webcomponents-icons-business-suite": "2.1.1",
"@ui5/webcomponents-icons-tnt": "2.1.1",
"@ui5/webcomponents-theming": "2.1.1",
"@ui5/webcomponents-tools": "2.1.1",
"ajv-formats": "^2.1.1",
"fast-deep-equal": "3.1.3",
"fast-glob": "3.2.12",
"flatted": "^3.2.7",
"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.8"
},
"devDependencies": {
"@angular-devkit/architect": "0.1801.4",
"@angular-devkit/build-angular": "18.1.4",
"@angular-devkit/core": "18.1.4",
"@angular-devkit/schematics": "18.1.4",
"@angular-eslint/eslint-plugin": "18.2.0",
"@angular-eslint/eslint-plugin-template": "18.2.0",
"@angular-eslint/template-parser": "18.2.0",
"@angular/cli": "~18.1.0",
"@angular/compiler-cli": "18.1.4",
"@angular/language-service": "18.1.4",
"@babel/core": "^7.21.8",
"@commitlint/cli": "17.3.0",
"@commitlint/config-angular": "17.3.0",
"@commitlint/config-conventional": "17.3.0",
"@nx/cypress": "19.5.7",
"@nx/devkit": "19.5.7",
"@nx/eslint": "19.5.7",
"@nx/eslint-plugin": "19.5.7",
"@nx/jest": "19.5.7",
"@nx/js": "19.5.7",
"@nx/plugin": "19.5.7",
"@nx/storybook": "19.5.7",
"@nx/workspace": "19.5.7",
"@schematics/angular": "18.1.4",
"@storybook/addon-essentials": "7.6.10",
"@storybook/addon-mdx-gfm": "7.6.10",
"@storybook/angular": "7.6.10",
"@storybook/core-server": "7.6.10",
"@types/fs-extra": "^11.0.1",
"@types/jest": "29.4.0",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "^7.16.0",
"autoprefixer": "^10.4.0",
"conventional-changelog": "^3.1.25",
"conventional-changelog-angular": "^5.0.13",
"conventional-recommended-bump": "^6.1.0",
"cypress": "13.13.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-storybook": "^0.6.12",
"fundamental-styles": "^0.30.1",
"git-semver-tags": "^4.1.1",
"html-webpack-plugin": "^5.5.0",
"husky": "8.0.2",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "14.1.1",
"jsonc-eslint-parser": "2.1.0",
"lerna": "^8.1.2",
"ng-packagr": "18.1.0",
"nx": "19.5.7",
"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.5.4",
"webpack": "^5.64.0"
},
"packageManager": "yarn@3.6.1"
}