38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"name": "cebg-site",
|
|
"version": "1.0.0",
|
|
"description": "cebg static web site",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"desktop": "webpack --config ./webpack.desktop.js",
|
|
"deploy:prod": "rm -f ./src/.DS_Store && aws s3 sync ./src s3://cebg.games.new --acl public-read --exclude \"pubgv4/*\" --exclude \"release/*\"",
|
|
"refresh:prod": "aws cloudfront create-invalidation --distribution-id EE4HC9OXEQC7Y --paths \"/*\""
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"css-loader": "^6.7.1",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"file-loader": "^6.2.0",
|
|
"glob": "^8.0.3",
|
|
"html-loader": "^4.2.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"html-webpack-tags-plugin": "^3.0.2",
|
|
"html-withimg-loader": "^0.1.16",
|
|
"jsdom": "^20.0.0",
|
|
"mini-css-extract-plugin": "^2.6.1",
|
|
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
"raw-loader": "^4.0.2",
|
|
"style-loader": "^3.3.1",
|
|
"terser-webpack-plugin": "^5.3.6",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.74.0",
|
|
"webpack-cli": "^4.10.0"
|
|
},
|
|
"dependencies": {
|
|
"jquery": "2.1.1",
|
|
"swiper": "3.4.2"
|
|
}
|
|
}
|