39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "webpack-tetminal",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "set NODE_ENV=development&&webpack-dev-server --hot --inline false",
|
|
"dll": "webpack -p --config webpack.dll.config.js --progress --profile --colors",
|
|
"release": "set NODE_ENV=production&&webpack"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"babel-loader": "^7.1.4",
|
|
"css-loader": "^0.28.11",
|
|
"echarts": "^4.0.4",
|
|
"hls.js": "^0.10.1",
|
|
"jquery": "^3.3.1",
|
|
"rxjs": "^5.5.8",
|
|
"sass-loader": "^6.0.7",
|
|
"style-loader": "^0.20.3",
|
|
"uglifyjs-webpack-plugin": "^1.2.4",
|
|
"webpack": "^4.4.1",
|
|
"webpack-dev-server": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"clean-webpack-plugin": "^0.1.19",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"file-loader": "^1.1.11",
|
|
"html-webpack-plugin": "^3.1.0",
|
|
"html-withimg-loader": "^0.1.16",
|
|
"node-sass": "^4.8.3",
|
|
"url-loader": "^1.0.1",
|
|
"webpack-cli": "^2.0.13",
|
|
"webworkify-webpack": "^2.1.3"
|
|
}
|
|
}
|