-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 3.19 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
{
"private": true,
"name": "spryker-b2c-demo-shop",
"description": "Spryker B2C Demo Shop project",
"author": {
"name": "Spryker Systems GmbH",
"email": "[email protected]",
"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 ./frontend/zed/build",
"zed:watch": "node ./frontend/zed/build --dev",
"zed:production": "node ./node_modules/@spryker/oryx-for-zed/build --prod"
},
"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",
"jquery": "~3.5.1",
"jquery-datetimepicker": "~2.5.21",
"lodash-es": "~4.17.14",
"nouislider": "~11.1.0",
"password-validator": "~5.1.0",
"select2": "~4.0.11",
"slick-carousel": "~1.8.1"
},
"devDependencies": {
"@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",
"@prettier/plugin-xml": "~0.13.1",
"@spryker/frontend-config.eslint": "~0.0.2",
"@spryker/frontend-config.prettier": "~0.0.2",
"@spryker/frontend-config.stylelint": "~0.0.5",
"@spryker/frontend-config.tslint": "~0.0.5",
"@spryker/oryx-for-zed": "~2.13.0",
"@spryker/sass-resources-loader": "~2.0.1-spryker.0.1.0",
"autoprefixer": "~10.4.16",
"babel-loader": "~8.2.5",
"brotli-webpack-plugin": "~1.1.0",
"clean-webpack-plugin": "~1.0.1",
"commander": "~4.0.1",
"compression-webpack-plugin": "~5.0.2",
"copy-webpack-plugin": "~5.1.2",
"css-loader": "~6.8.1",
"fast-glob": "~3.1.0",
"mini-css-extract-plugin": "~0.8.0",
"npm-run-all": "~4.1.5",
"optimize-css-assets-webpack-plugin": "~6.0.1",
"postcss-loader": "~7.3.3",
"prettier": "~2.5.1",
"sass": "~1.51.0",
"sass-loader": "~10.2.0",
"stylelint": "~15.10.3",
"terser-webpack-plugin": "~4.2.3",
"tslint": "~5.20.1",
"typescript": "~3.8.3",
"typescript-eslint-parser": "~22.0.0",
"webpack": "~4.46.0",
"webpack-merge": "~4.2.2"
},
"resolutions": {
"typescript": "3.8.3"
}
}