mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 22:55:41 +01:00
28 lines
668 B
JSON
28 lines
668 B
JSON
|
{
|
||
|
"name": "ui",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"serve": "vue-cli-service serve",
|
||
|
"build": "vue-cli-service build",
|
||
|
"lint": "vue-cli-service lint"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"buefy": "^0.7.7",
|
||
|
"vue": "^2.6.6",
|
||
|
"vue-router": "^3.0.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vue/cli-plugin-babel": "^3.5.0",
|
||
|
"@vue/cli-plugin-eslint": "^3.5.0",
|
||
|
"@vue/cli-service": "^3.5.0",
|
||
|
"@vue/eslint-config-standard": "^4.0.0",
|
||
|
"babel-eslint": "^10.0.1",
|
||
|
"eslint": "^5.8.0",
|
||
|
"eslint-plugin-vue": "^5.0.0",
|
||
|
"express": "^4.17.1",
|
||
|
"http-proxy-middleware": "^0.19.1",
|
||
|
"vue-template-compiler": "^2.5.21"
|
||
|
}
|
||
|
}
|