72 lines
2.4 KiB
JSON
72 lines
2.4 KiB
JSON
{
|
|
"name": "bemarket",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"lint": "vue-cli-service lint",
|
|
"build:prod": "vue-cli-service build",
|
|
"build:test": "vue-cli-service build --mode test",
|
|
"deploy:prod": "rm -f ./dist/.DS_Store && aws s3 sync ./dist s3://cebg.games",
|
|
"deploy:test": "rm -f ./dist/.DS_Store && aws s3 sync ./dist s3://test.cebg.games",
|
|
"refresh:prod": "aws cloudfront create-invalidation --distribution-id E34PEY4AGTMS0Y --paths \"/*\"",
|
|
"refresh:test": "aws cloudfront create-invalidation --distribution-id E2GYP9BZTQSSXT --paths \"/*\"",
|
|
"sitemap": "vue-cli-service sitemap"
|
|
},
|
|
"dependencies": {
|
|
"@walletconnect/web3-provider": "^1.7.1",
|
|
"axios": "^0.21.0",
|
|
"better-scroll": "^2.4.2",
|
|
"core-js": "^3.6.5",
|
|
"element-ui": "^2.15.6",
|
|
"js-cookie": "^2.2.1",
|
|
"vue": "^2.6.11",
|
|
"vue-class-component": "^7.2.3",
|
|
"vue-clipboard2": "^0.3.3",
|
|
"vue-fullpage.js": "^0.1.7",
|
|
"vue-property-decorator": "^9.1.2",
|
|
"vue-router": "^3.2.0",
|
|
"vue-youtube-embed": "^2.2.2",
|
|
"vuex": "^3.4.0",
|
|
"vuex-module-decorators": "^2.0.0",
|
|
"web3": "^1.7.0",
|
|
"web3modal": "^1.9.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-proposal-optional-chaining": "^7.16.7",
|
|
"@types/js-cookie": "^2.2.6",
|
|
"@types/video.js": "^7.3.29",
|
|
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
"@typescript-eslint/parser": "^4.18.0",
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-plugin-router": "~4.5.0",
|
|
"@vue/cli-plugin-typescript": "~4.5.0",
|
|
"@vue/cli-plugin-vuex": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"@vue/eslint-config-prettier": "^6.0.0",
|
|
"@vue/eslint-config-standard": "^5.1.2",
|
|
"@vue/eslint-config-typescript": "^7.0.0",
|
|
"babel-plugin-component": "^1.1.1",
|
|
"babel-plugin-transform-remove-console": "^6.9.4",
|
|
"eslint": "^7.12.1",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.2",
|
|
"eslint-plugin-vue": "^7.0.0-beta.4",
|
|
"node-sass": "^4.12.0",
|
|
"prerender-spa-plugin": "^3.4.0",
|
|
"prettier": "^2.2.1",
|
|
"sass-loader": "^8.0.2",
|
|
"typescript": "~4.1.5",
|
|
"vue-cli-plugin-sitemap": "~2.3.0",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|