LeagueStats/client/package.json

33 lines
887 B
JSON

{
"name": "leaguestats-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.1",
"vue": "^2.6.12",
"vue-content-loader": "^0.2.3",
"vue-meta": "^2.4.0",
"vue-plausible": "^1.1.4",
"vue-router": "^3.5.1",
"vue-sticky-sidebar": "^1.0.5",
"vuex": "^3.6.2"
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.23.0",
"eslint-plugin-vue": "^7.8.0",
"tailwindcss": "^1.9.6",
"vue-template-compiler": "^2.6.12"
}
}