-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
128 lines (128 loc) · 5.13 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
{
"private": true,
"name": "spryker-b2c-demo-shop",
"description": "Spryker B2C Demo Shop project",
"author": {
"name": "Spryker Systems GmbH",
"email": "info@spryker.com",
"url": "https://spryker.com/"
},
"workspaces": [
"vendor/spryker/*",
"vendor/spryker/*/assets/Zed"
],
"scripts": {
"yves": "node ./frontend/build development",
"yves:watch": "node ./frontend/build development-watch",
"yves:production": "node ./frontend/build production",
"yves:help": "node ./frontend/libs/command-line-parser --help",
"yves:stylelint": "node ./frontend/libs/stylelint.mjs",
"yves:stylelint:fix": "node ./frontend/libs/stylelint.mjs --fix",
"yves:lint": "eslint --no-error-on-unmatched-pattern './src/Pyz/Yves/**/Theme/**/*.{js,ts}'",
"yves:lint:fix": "eslint --no-error-on-unmatched-pattern --fix './src/Pyz/Yves/**/Theme/**/*.{js,ts}'",
"formatter": "prettier --check '**/*.(scss|css|less|js|ts|json|html)'",
"formatter:fix": "prettier --write '**/*.(scss|css|less|js|ts|json|html)'",
"zed": "node ./node_modules/@spryker/oryx-for-zed/build",
"zed:watch": "node ./node_modules/@spryker/oryx-for-zed/build --dev",
"zed:production": "node ./node_modules/@spryker/oryx-for-zed/build --prod",
"mp:build": "nx build",
"mp:build:watch": "nx build --watch",
"mp:build:production": "nx build --configuration production",
"mp:stylelint": "node ./frontend/merchant-portal/stylelint.mjs",
"mp:lint": "nx lint --no-eslintrc",
"mp:test": "nx test",
"mp:update:paths": "node ./frontend/merchant-portal/update-config-paths",
"postinstall": "npm run mp:update:paths"
},
"engines": {
"node": ">=18.13.0",
"npm": ">=9.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",
"autonumeric": "~4.6.0",
"jquery": "~3.6.3",
"jquery-datetimepicker": "~2.5.21",
"lodash-es": "~4.17.21",
"nouislider": "~11.1.0",
"password-validator": "~5.3.0",
"rxjs": "~7.8.1",
"select2": "~4.0.11",
"slick-carousel": "~1.8.1",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.2",
"@angular-builders/custom-webpack": "~17.0.1",
"@angular-eslint/eslint-plugin": "~17.3.0",
"@angular-eslint/eslint-plugin-template": "~17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "~17.3.0",
"@angular/compiler-cli": "~17.3.0",
"@angular/language-service": "~17.3.0",
"@babel/plugin-proposal-class-properties": "~7.17.12",
"@babel/plugin-transform-runtime": "~7.17.12",
"@babel/preset-env": "~7.20.2",
"@babel/preset-typescript": "~7.17.12",
"@jsdevtools/file-path-filter": "~3.0.2",
"@nx/angular": "~18.1.1",
"@nx/eslint": "~18.1.2",
"@nx/eslint-plugin": "~18.1.2",
"@nx/jest": "~18.1.2",
"@prettier/plugin-xml": "~0.13.1",
"@spryker/frontend-config.eslint": "~0.1.0",
"@spryker/frontend-config.prettier": "~0.0.5",
"@spryker/frontend-config.stylelint": "~0.0.6",
"@spryker/oryx-for-zed": "~3.4.2",
"@types/jest": "~28.1.1",
"@types/node": "~14.14.33",
"@types/webpack": "~5.28.0",
"@typescript-eslint/eslint-plugin": "~7.3.1",
"@typescript-eslint/parser": "~7.3.1",
"autoprefixer": "~10.4.14",
"babel-loader": "~9.1.3",
"clean-webpack-plugin": "~4.0.0",
"commander": "~4.0.1",
"compression-webpack-plugin": "~11.1.0",
"copy-webpack-plugin": "~12.0.2",
"css-loader": "~6.10.0",
"css-minimizer-webpack-plugin": "~6.0.0",
"eslint": "~8.57.0",
"eslint-plugin-deprecation": "~2.0.0",
"fast-glob": "~3.3.2",
"jest": "~29.7.0",
"jest-environment-jsdom": "~29.7.0",
"jest-preset-angular": "~13.1.6",
"mini-css-extract-plugin": "~2.7.2",
"npm-run-all": "~4.1.5",
"nx": "~18.1.2",
"optimize-css-assets-webpack-plugin": "~6.0.1",
"postcss": "~8.4.24",
"postcss-loader": "~7.3.2",
"prettier": "~2.8.7",
"reflect-metadata": "~0.2.1",
"rimraf": "~3.0.2",
"sass": "~1.51.0",
"sass-loader": "~10.2.0",
"sass-resources-loader": "~2.2.5",
"stylelint": "~16.2.1",
"stylelint-config-standard-less": "~3.0.1",
"stylelint-config-standard-scss": "~13.0.0",
"terser-webpack-plugin": "~5.3.8",
"ts-jest": "~28.0.8",
"ts-node": "~10.9.1",
"tslib": "~2.6.2",
"typescript": "~5.4.2",
"webpack": "~5.88.2",
"webpack-merge": "~5.10.0"
}
}