forked from bpukalskyi/ui5con
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 700 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 700 Bytes
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
{
"private": true,
"scripts": {
"start": "webpack-dev-server --config configs/webpack.config.js --port 3030",
"build": "webpack --display-error-details -p --config configs/webpack.config.js"
},
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.7.7",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.9.0",
"postcss-import": "^9.1.0",
"postcss-loader": "^1.3.3",
"postcss-url": "^6.0.4",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.4"
},
"browserslist": [
">1%",
"last 2 versions",
"Firefox ESR",
"not ie < 11"
]
}