Simon Bruder
cedd7990d5
All checks were successful
continuous-integration/drone/push Build is passing
27 lines
651 B
JSON
27 lines
651 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build --modern",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^2.6.5",
|
|
"vue": "^2.6.10",
|
|
"vue-router": "^3.0.3",
|
|
"vue-shortkey": "^3.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^3.8.0",
|
|
"@vue/cli-plugin-eslint": "^3.8.0",
|
|
"@vue/cli-service": "^3.8.0",
|
|
"@vue/eslint-config-standard": "^4.0.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"vue-template-compiler": "^2.6.10"
|
|
}
|
|
}
|