AntimatterDimensionsSourceCode/package.json
Andrei Andreev 2d918dbb19 Update @vue/cli-service to 5.0.0-rc.0
This commit also updates all the Vue CLI plugins
2021-11-14 22:56:29 +03:00

24 lines
576 B
JSON

{
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.6.5",
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "^5.0.0-rc.0",
"@vue/cli-plugin-eslint": "^5.0.0-rc.0",
"@vue/cli-service": "^5.0.0-rc.0",
"eslint": "^7.20.0",
"eslint-plugin-vue": "^8.0.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^5.64.0"
}
}