2018-11-05 11:20:29 +00:00
|
|
|
{
|
|
|
|
"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",
|
2020-01-11 16:12:00 +00:00
|
|
|
"axios": "^0.18.1",
|
|
|
|
"bootstrap-vue": "^2.2.0",
|
2018-11-05 11:20:29 +00:00
|
|
|
"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": {
|
2020-01-11 16:12:00 +00:00
|
|
|
"@vue/cli-plugin-babel": "^4.1.2",
|
2018-11-05 11:20:29 +00:00
|
|
|
"@vue/cli-plugin-eslint": "^3.0.1",
|
2020-01-11 16:12:00 +00:00
|
|
|
"@vue/cli-service": "^4.1.2",
|
2018-11-05 11:20:29 +00:00
|
|
|
"node-sass": "^4.9.0",
|
|
|
|
"sass-loader": "^7.0.1",
|
|
|
|
"vue-template-compiler": "^2.5.17"
|
|
|
|
}
|
|
|
|
}
|