mirror of
https://github.com/Luzifer/cloudkeys-go.git
synced 2024-11-08 22:20:05 +00:00
34 lines
902 B
JSON
34 lines
902 B
JSON
{
|
|
"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.26",
|
|
"@fortawesome/free-solid-svg-icons": "^5.12.0",
|
|
"@fortawesome/vue-fontawesome": "^0.1.9",
|
|
"axios": "^0.18.1",
|
|
"bootstrap-vue": "^2.2.0",
|
|
"bootswatch": "^4.4.1",
|
|
"gibberish-aes": "^1.0.0",
|
|
"sha2": "^1.0.2",
|
|
"uuid": "^3.3.3",
|
|
"vue": "^2.6.11",
|
|
"vue-clipboard2": "^0.2.1",
|
|
"vue-shortkey": "^3.1.7",
|
|
"vuex": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.1.2",
|
|
"@vue/cli-plugin-eslint": "^3.12.1",
|
|
"@vue/cli-service": "^4.1.2",
|
|
"eslint": "^5.16.0",
|
|
"node-sass": "^4.13.0",
|
|
"sass-loader": "^7.3.1",
|
|
"vue-template-compiler": "^2.6.11"
|
|
}
|
|
}
|