go-latestver/package.json
Knut Ahlers ca0e05c97e
Add frontend stub / initial setup of frontend
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2021-11-29 21:48:45 +01:00

18 lines
399 B
JSON

{
"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": {
"axios": "^0.24.0",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"bootswatch": "^4.6.0",
"moment": "^2.29.1",
"vue": "^2.6.14"
}
}