cc-esbuild-vue/{{cookiecutter.folder_name}}/package.json

17 lines
350 B
JSON
Raw Permalink Normal View History

2021-12-03 16:54:08 +00:00
{
"devDependencies": {
"babel-eslint": "^10.1.0",
"esbuild": "^0.8.43",
"esbuild-vue": "^0.4.0",
"eslint": "^7.19.0",
"eslint-plugin-vue": "^7.20.0",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"bootswatch": "^4.6.0",
"vue": "^2.6.14"
}
}