-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
167 lines (167 loc) · 6.84 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "spryker",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "run-s build-non-libs build-libs",
"build-libs": "node tools/scripts/build-libs.js",
"build-non-libs": "run-s build:*",
"build:themes": "npm run compile:themes",
"build:i18n": "rollup --config libs/locale/data/rollup.config.mjs",
"build:storybook": "nx run storybook:compile",
"serve:storybook": "nx run storybook:serve",
"pretest": "npm run clean:dist",
"test": "npm run run:all -- test",
"test:ci": "npm run run:all -- test --runInBand",
"lint": "npm run run:all -- lint",
"stylelint": "node ./tools/scripts/stylelint.mjs",
"stylelint:fix": "node ./tools/scripts/stylelint.mjs --fix",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"preaffected:test": "npm run clean:dist",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "prettier --write .",
"format:check": "prettier --check .",
"update": "nx migrate latest",
"update:check": "nx update",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help",
"run:all": "nx run-many --target",
"hook:push": "run-s hook:push:*",
"hook:push:format": "npm run format:check",
"hook:push:lint": "npm run affected:lint -- --parallel",
"hook:push:stylelint": "npm run stylelint",
"hook:push:test": "npm run affected:test -- --parallel",
"compile:less": "lessc --js --include-path=node_modules",
"compile:themes": "run-s compile:theme:*",
"compile:theme:default": "npm run compile:less -- libs/styles/src/lib/themes/default/standalone.less libs/styles/src/lib/themes/default/standalone.css",
"clean": "run-s clean:*",
"clean:dist": "rimraf dist libs/**/dist",
"deploy:storybook": "firebase deploy --token $FIREBASE_TOKEN --only hosting:storybook",
"deploy:storybook:next": "firebase deploy --token $FIREBASE_TOKEN --only hosting:storybook-next",
"pack": "run-s pack:*",
"pack:files": "node tools/scripts/multi-copy.mjs LICENSE dist/libs/*",
"pack:libs": "lerna exec --concurrency 1 --stream -- node \\$LERNA_ROOT_PATH/tools/scripts/pack-lib.js",
"release": "run-s \"release:lerna -- {@}\" deploy:storybook --",
"prerelease:lerna": "npm run pack",
"release:lerna": "lerna publish --yes --conventional-graduate",
"release-next": "run-s \"release-tag -- {@}\" deploy:storybook:next --",
"prerelease-tag": "npm run pack",
"release-tag": "lerna publish --yes --conventional-prerelease --dist-tag $BUDDY_EXECUTION_BRANCH --preid $BUDDY_EXECUTION_BRANCH",
"postversion": "lerna exec --concurrency 1 --stream -- node \\$LERNA_ROOT_PATH/tools/scripts/update-lib.js",
"prepare": "if [ \"$CI\" != \"true\" ]; then husky install; fi"
},
"private": true,
"engines": {
"node": ">=18.13.0",
"npm": ">=10.0.0"
},
"dependencies": {
"@angular/animations": "^17.3.0",
"@angular/cdk": "^17.3.0",
"@angular/common": "^17.3.0",
"@angular/compiler": "^17.3.0",
"@angular/core": "^17.3.0",
"@angular/elements": "^17.3.0",
"@angular/forms": "^17.3.0",
"@angular/platform-browser": "^17.3.0",
"@angular/platform-browser-dynamic": "^17.3.0",
"@angular/router": "^17.3.0",
"@orchestrator/core": "^2.0.5",
"@orchestrator/layout": "^2.0.2",
"date-fns": "^2.25.0",
"deepmerge": "^4.3.1",
"ng-dynamic-component": "^10.7.0",
"ng-zorro-antd": "^17.3.0",
"ngx-element-boundary": "^2.0.0",
"ngx-toastr": "^18.0.0",
"rxjs": "^7.8.1",
"swiper": "^11.1.14",
"tslib": "^2.6.2",
"zone.js": "^0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.3",
"@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.3.0",
"@angular/compiler-cli": "^17.3.0",
"@angular/language-service": "^17.3.0",
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@compodoc/compodoc": "^1.1.19",
"@nx/angular": "^18.1.1",
"@nx/eslint": "^18.1.1",
"@nx/eslint-plugin": "^18.1.1",
"@nx/jest": "^18.1.1",
"@nx/storybook": "^18.1.1",
"@nx/workspace": "^18.1.1",
"@orchestrator/ngx-testing": "^3.0.0",
"@prettier/plugin-xml": "^2.2.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@spryker/frontend-config.prettier": "^0.0.5",
"@spryker/frontend-config.stylelint": "^0.0.6",
"@storybook/addon-a11y": "^8.0.0",
"@storybook/addon-designs": "^7.0.9",
"@storybook/addon-docs": "^8.0.0",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/angular": "^8.0.0",
"@storybook/core-server": "^8.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^18.16.9",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"@webcomponents/webcomponentsjs": "^2.6.0",
"commander": "^4.0.1",
"commitizen": "^4.2.1",
"copyfiles": "^2.2.0",
"cz-conventional-changelog": "^3.1.0",
"dotenv": "^16.3.1",
"eslint": "^8.57.0",
"firebase-tools": "^13.5.2",
"globby": "^13.2.2",
"husky": "^8.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-preset-angular": "^13.1.6",
"lerna": "^8.1.2",
"less": "^4.1.2",
"lint-staged": "^14.0.1",
"ng-packagr": "^17.2.1",
"npm-run-all2": "^6.0.6",
"nx": "^18.0.8",
"postcss": "^8.3.9",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^9.1.4",
"postcss-url": "^10.1.3",
"prettier": "^3.3.3",
"reflect-metadata": "^0.2.1",
"rimraf": "^5.0.1",
"rollup": "^4.13.0",
"stylelint": "^16.2.1",
"stylelint-config-standard-less": "^3.0.1",
"ts-jest": "29.1.2",
"ts-node": "^10.9.1",
"typescript": "^5.3.3",
"webpack": "^5.88.2"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}