forked from spryker-shop/suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
116 lines (116 loc) · 4.53 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
{
"private": true,
"name": "spryker-master-suite",
"description": "Spryker Master Suite",
"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",
"yves:stylelint:fix": "node ./frontend/libs/stylelint --fix",
"yves:tslint": "node ./frontend/libs/tslint",
"yves:tslint:fix": "node ./frontend/libs/tslint --fix",
"formatter": "node ./frontend/libs/formatter",
"formatter:fix": "node ./frontend/libs/formatter --fix",
"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": "ng build",
"mp:build:watch": "ng build --watch",
"mp:build:production": "ng build --configuration production",
"mp:test": "ng test",
"mp:lint": "ng lint",
"mp:clean": "run-s mp:clean:*",
"mp:clean:dist": "rimraf public/MerchantPortal/assets/js",
"mp:update:paths": "node ./frontend/merchant-portal/update-config-paths",
"postinstall": "npm run mp:update:paths && ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points --async"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"dependencies": {
"@webcomponents/custom-elements": "~1.3.1",
"@webcomponents/webcomponents-platform": "~1.0.1",
"@webcomponents/webcomponentsjs": "~2.4.0",
"autonumeric": "~4.6.0",
"core-js": "~3.4.1",
"lodash-es": "~4.17.15",
"password-validator": "~5.1.0",
"rxjs": "~7.4.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "~12.1.3",
"@angular-devkit/build-angular": "~12.2.16",
"@angular/cli": "~12.2.16",
"@angular/common": "~12.2.16",
"@angular/compiler": "~12.2.16",
"@angular/compiler-cli": "~12.2.16",
"@angular/core": "~12.2.16",
"@angular/language-service": "~12.2.16",
"@angular/platform-browser": "~12.2.16",
"@angular/platform-browser-dynamic": "~12.2.16",
"@babel/plugin-proposal-class-properties": "~7.17.12",
"@babel/plugin-transform-runtime": "~7.17.12",
"@babel/preset-typescript": "~7.17.12",
"@jsdevtools/file-path-filter": "~3.0.2",
"@nrwl/cli": "~12.10.1",
"@nrwl/jest": "~12.10.1",
"@nrwl/tao": "~12.10.1",
"@nrwl/workspace": "~12.10.1",
"@prettier/plugin-xml": "~0.13.1",
"@spryker/frontend-config.eslint": "~0.0.2",
"@spryker/frontend-config.prettier": "~0.0.5",
"@spryker/frontend-config.stylelint": "~0.0.5",
"@spryker/frontend-config.tslint": "~0.0.5",
"@spryker/oryx-for-zed": "~2.12.0",
"@spryker/sass-resources-loader": "~2.0.1-spryker.0.1.0",
"@types/jest": "~27.0.2",
"@types/node": "~14.14.33",
"@types/webpack": "~4.41.17",
"autoprefixer": "~9.8.8",
"babel-loader": "~8.2.5",
"clean-webpack-plugin": "~1.0.1",
"codelyzer": "~6.0.0",
"commander": "~4.0.1",
"compression-webpack-plugin": "~5.0.2",
"copy-webpack-plugin": "~5.1.2",
"css-loader": "~3.2.0",
"fast-glob": "~3.1.0",
"jest": "~27.2.3",
"jest-preset-angular": "~9.0.3",
"mini-css-extract-plugin": "~0.8.0",
"npm-run-all": "~4.1.5",
"optimize-css-assets-webpack-plugin": "~5.0.8",
"postcss-loader": "~3.0.0",
"prettier": "~2.5.1",
"rimraf": "~3.0.2",
"sass": "~1.51.0",
"sass-loader": "~10.2.0",
"stylelint": "~13.13.1",
"terser-webpack-plugin": "~4.2.3",
"ts-jest": "~27.0.5",
"ts-node": "~9.1.1",
"tslib": "~2.0.0",
"tslint": "~6.1.3",
"typescript": "~4.2.4",
"typescript-eslint-parser": "~22.0.0",
"webpack": "~4.46.0",
"webpack-merge": "~4.2.2"
},
"resolutions": {
"typescript": "4.2.4",
"fsevents": "2.1.3"
}
}