All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good
Reviewed-on: https://git.harting.dev/CSGOWTF/csgowtf/pulls/72
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "csgowtf",
|
|
"version": "1.0.8",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build --mode production",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.6",
|
|
"axios": "^0.27.2",
|
|
"bootstrap": "^5.2.0",
|
|
"core-js": "^3.24.1",
|
|
"dotenv-webpack": "^7.1.1",
|
|
"echarts": "^5.3.3",
|
|
"fork-awesome": "^1.2.0",
|
|
"http-status-codes": "^2.2.0",
|
|
"iso-639-1": "^2.1.15",
|
|
"jquery": "^3.6.0",
|
|
"luxon": "^3.0.1",
|
|
"string-sanitizer": "^2.0.2",
|
|
"vue": "^3.2.37",
|
|
"vue-matomo": "^4.2.0",
|
|
"vue-router": "^4.1.3",
|
|
"vue3-cookies": "^1.0.6",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.5.19",
|
|
"@vue/cli-plugin-eslint": "~4.5.19",
|
|
"@vue/cli-plugin-router": "~4.5.19",
|
|
"@vue/cli-plugin-vuex": "~4.5.19",
|
|
"@vue/cli-service": "~4.5.19",
|
|
"@vue/compiler-sfc": "^3.2.37",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-vue": "^7.20.0",
|
|
"sass": "^1.54.4",
|
|
"sass-loader": "^10.2.1"
|
|
},
|
|
"packageManager": "yarn@3.0.2"
|
|
}
|