forked from SAP/openui5-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.22 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
{
"name": "openui5-website",
"description": "OpenUI5 website",
"version": "0.0.1",
"private": true,
"bugs": {
"url": "https://github.com/SAP/openui5-website/issues"
},
"scripts": {
"start": "webpack-dev-server --config configs/webpack.config.js --port 3030",
"build": "webpack --display-error-details -p --config configs/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SAP/openui5-website.git"
},
"author": "SAP SE",
"contributors": [
"SAP SE <*@sap.com>"
],
"license": "License 2.0",
"main": "n/a",
"devDependencies": {
"autoprefixer": "^9.1.5",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^1.0.0",
"extract-loader": "^3.1.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"mini-css-extract-plugin": "^0.4.4",
"normalize.css": "8.0.0",
"postcss-import": "^12.0.0",
"postcss-loader": "^3.0.0",
"postcss-url": "^8.0.0",
"style-loader": "^0.23.0",
"url-loader": "^1.1.2",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.14"
},
"browserslist": [
">1%",
"last 2 versions",
"Firefox ESR",
"not ie < 11"
],
"engines": {
"node": ">8"
}
}