1
0
Fork 0
mirror of https://github.com/Luzifer/cloudkeys-go.git synced 2024-11-14 00:42:44 +00:00
cloudkeys-go/package.json

32 lines
820 B
JSON
Raw Normal View History

{
"name": "cloudkeys-go",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/vue-fontawesome": "^0.1.1",
"axios": "^0.18.1",
"bootstrap-vue": "^2.2.0",
"bootswatch": "^4.1.3",
"uuid": "^3.3.2",
"vue": "^2.5.17",
"vue-clipboard2": "^0.2.1",
"vue-shortkey": "^3.1.6",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.2",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-service": "^4.1.2",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.17"
}
}