mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
29 lines
739 B
JSON
29 lines
739 B
JSON
{
|
|
"name": "leaguestats-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"vue": "^2.6.11",
|
|
"vue-content-loader": "^0.2.3",
|
|
"vue-gtag": "^1.6.2",
|
|
"vue-router": "^3.1.6",
|
|
"vuex": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@fullhuman/postcss-purgecss": "^1.3.0",
|
|
"@vue/cli-plugin-babel": "^3.12.1",
|
|
"@vue/cli-plugin-eslint": "^3.12.1",
|
|
"@vue/cli-service": "^3.12.1",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.2.3",
|
|
"tailwindcss": "^1.2.0",
|
|
"vue-template-compiler": "^2.6.11"
|
|
}
|
|
}
|