-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 1019 Bytes
/
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
{
"name": "@spryker/oryx-for-zed",
"version": "2.0.0",
"description": "Spryker ZED frontend automation tool (oryx based)",
"author": {
"name": "Spryker Sytems GmbH",
"email": "[email protected]",
"url": "http://spryker.com"
},
"repository": {
"url": "[email protected]:spryker/oryx-for-zed.git",
"type": "git"
},
"license": "MIT",
"main": "index.js",
"engines": {
"node": ">=8.9.0",
"npm": ">=5.6.0"
},
"dependencies": {
"@spryker/oryx": "^1.1.0",
"autoprefixer": "~8.3.0",
"core-js": "~2.5.5",
"css-loader": "~0.28.10",
"es6-promise": "~4.0.5",
"file-loader": "~1.1.11",
"imports-loader": "~0.8.0",
"mini-css-extract-plugin": "~0.4.0",
"node-sass": "~4.8.3",
"optimize-css-assets-webpack-plugin": "~4.0.0",
"postcss-loader": "~2.1.4",
"resolve-url-loader": "~2.3.0",
"sass-loader": "~7.0.1",
"style-loader": "~0.21.0",
"uglifyjs-webpack-plugin": "~1.2.4",
"webpack": "~4.6.0",
"yargs": "~11.0.0"
}
}