38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"name": "cebg-site",
|
|
"version": "1.0.0",
|
|
"description": "cebg static web site",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"desktop": "webpack --config ./webpack.desktop.js",
|
|
"mobile": "webpack --config ./webpack.mobile.js",
|
|
"deploy:prod": "rm -f ./dist/.DS_Store && aws s3 sync ./dist s3://cebg.games.new --acl public-read --exclude \"pubgv4/*\" --exclude \"release/*\"",
|
|
"deploy:test": "rm -f ./dist/.DS_Store && aws s3 sync ./dist s3://test-client.cebg.games",
|
|
"refresh:prod": "aws cloudfront create-invalidation --distribution-id E34PEY4AGTMS0Y --paths \"/*\"",
|
|
"refresh:test": "aws cloudfront create-invalidation --distribution-id EE4HC9OXEQC7Y --paths \"/*\"",
|
|
"dev:desktop": "webpack --config ./webpack.desktop.dev.js --watch",
|
|
"dev:mobile": "webpack --config ./webpack.mobile.dev.js --watch"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"css-loader": "^6.7.1",
|
|
"file-loader": "^6.2.0",
|
|
"glob": "^8.0.3",
|
|
"html-loader": "^4.2.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"mini-css-extract-plugin": "^2.6.1",
|
|
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
"style-loader": "^3.3.1",
|
|
"template-ejs-loader": "^0.9.4",
|
|
"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"
|
|
}
|
|
}
|