javascript didn't have proper modules until es6 what the fuck bingo's code scares me so i hope i didn't break it when fixing the linting errors
30 lines
744 B
JSON
30 lines
744 B
JSON
{
|
|
"name": "XduPlayer",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"start": "webpack-dev-server --content-base Dist/",
|
|
"build": "NODE_ENV=production webpack",
|
|
"lint": "eslint"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.4",
|
|
"@babel/preset-env": "^7.4.4",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
"copy-webpack-plugin": "^5.0.3",
|
|
"css-loader": "^2.1.1",
|
|
"eslint": "^5.16.0",
|
|
"file-loader": "^3.0.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"jsonminify": "^0.4.1",
|
|
"mini-css-extract-plugin": "^0.6.0",
|
|
"style-loader": "^0.23.1",
|
|
"uglifyjs-webpack-plugin": "^2.1.2",
|
|
"webpack": "^4.31.0",
|
|
"webpack-cli": "^3.3.2",
|
|
"webpack-dev-server": "^3.3.1"
|
|
}
|
|
}
|