Files
csgowtf/package.json
T

38 lines
985 B
JSON
Raw Normal View History

2021-10-04 14:46:46 +02:00
{
"name": "csgowtf",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
2021-10-06 23:25:51 +02:00
"build": "vue-cli-service build --mode production",
2021-10-04 14:46:46 +02:00
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
2021-10-04 14:55:45 +02:00
"@popperjs/core": "^2.10.2",
"axios": "^0.22.0",
"bootstrap": "^5.1.2",
"core-js": "^3.18.2",
2021-10-10 21:22:09 +02:00
"echarts": "^5.2.1",
"luxon": "^2.0.2",
2021-10-12 20:11:32 +02:00
"string-sanitizer": "^2.0.2",
"vue": "^3.2.19",
2021-10-19 07:24:16 +02:00
"vue-router": "next",
"vuex": "^4.0.2"
2021-10-04 14:46:46 +02:00
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.13",
"@vue/cli-plugin-eslint": "~4.5.13",
"@vue/cli-plugin-router": "~4.5.13",
"@vue/cli-plugin-vuex": "~4.5.13",
"@vue/cli-service": "~4.5.13",
"@vue/compiler-sfc": "^3.2.19",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^7.19.1",
"sass": "^1.42.1",
2021-10-12 20:11:32 +02:00
"sass-loader": "^10.2.0"
2021-10-12 20:24:04 +02:00
},
"packageManager": "yarn@3.0.2"
2021-10-04 14:46:46 +02:00
}