{
  "name": "vuejs-semantic-ui",
  "version": "0.0.18",
  "description": "Semantic UI for Vue.js",
  "author": "toaonly <toaonly42@gmail.com>",
  "private": false,
  "scripts": {},
  "dependencies": {
    "jquery": "^3.3.1",
    "semantic-ui-css": "^2.4.1"
  },
  "devDependencies": {
    "@types/jquery": "^3.3.1",
    "babel-core": "^6.26.3",
    "babel-helper-vue-jsx-merge-props": "^2.0.3",
    "babel-loader": "^7.1.4",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-transform-vue-jsx": "^3.7.0",
    "babel-preset-env": "^1.7.0",
    "css-loader": "^1.0.0",
    "vue": "^2.5.17",
    "vue-hot-reload-api": "^2.3.0",
    "vue-router": "^3.0.1",
    "vue-style-loader": "^4.1.1"
  },
  "peerDependencies": {
    "vue": "^2.5.16",
    "vue-router": "^3.0.1"
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/toaonly/vuejs-semanstic-ui.git"
  },
  "keywords": [
    "semantic",
    "semantic ui",
    "semantic-ui",
    "vue",
    "vuejs",
    "vue.js"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/toaonly/vuejs-semanstic-ui/issues"
  },
  "homepage": "https://github.com/toaonly/vuejs-semanstic-ui#readme",
  "typings": "types/index.d.ts",
  "files": [
    "index.js",
    "components/*.js",
    "components/*.vue",
    "types/*.d.ts",
    "modules/index.js"
  ]
}
