forked from CSGOWTF/csgowtf
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "csgowtf",
|
|
"version": "1.0.7",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"host": "vite --host",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview --port 5050",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.4",
|
|
"axios": "^0.26.1",
|
|
"bootstrap": "^5.1.3",
|
|
"bootstrap-icons": "^1.8.1",
|
|
"csgo-sharecode": "^3.0.1",
|
|
"echarts": "^5.3.1",
|
|
"fork-awesome": "^1.2.0",
|
|
"http-status-codes": "^2.2.0",
|
|
"iso-639-1": "^2.1.13",
|
|
"jquery": "^3.6.0",
|
|
"luxon": "^2.3.1",
|
|
"pinia": "^2.0.12",
|
|
"vue": "^3.2.31",
|
|
"vue-matomo": "^4.1.0",
|
|
"vue-router": "^4.0.14",
|
|
"vue3-cookies": "^1.0.6",
|
|
"vuex": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.1.1",
|
|
"@types/echarts": "^4.9.13",
|
|
"@types/luxon": "^2.3.1",
|
|
"@types/node": "^16.11.26",
|
|
"@vitejs/plugin-vue": "^2.2.4",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^10.0.0",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"eslint": "^8.11.0",
|
|
"eslint-plugin-vue": "^8.5.0",
|
|
"prettier": "^2.6.0",
|
|
"sass": "^1.49.9",
|
|
"typescript": "~4.6.2",
|
|
"vite": "^2.8.6",
|
|
"vue-tsc": "^0.33.2"
|
|
},
|
|
"packageManager": "yarn@3.2.0"
|
|
}
|