Files
csgowtf/package.json
T

41 lines
1.0 KiB
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",
2021-11-14 15:03:54 +01:00
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"core-js": "^3.19.1",
"dotenv-webpack": "^7.0.3",
2021-11-14 15:03:54 +01:00
"echarts": "^5.2.2",
2021-11-06 01:44:39 +01:00
"jquery": "^3.6.0",
2021-11-14 15:03:54 +01:00
"luxon": "^2.1.1",
2021-10-12 20:11:32 +02:00
"string-sanitizer": "^2.0.2",
"vue": "^3.2.19",
2021-11-07 13:36:15 +01:00
"vue-matomo": "^4.1.0",
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",
2021-11-14 15:03:54 +01:00
"sass": "^1.43.4",
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
}