{
  "name": "lightvue",
  "version": "0.5.1",
  "title": "LightVue | The Emerging UI Component library for Vue",
  "description": "The Emerging UI Component library for Vue 2.x & Vue 3.x",
  "author": "Pulkit <pulkit.cloud@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/lightvue/lightvue.git"
  },
  "homepage": "https://lightvue.org/",
  "scripts": {
    "dev": "cd docs && npm run dev",
    "build": "cross-env NODE_ENV=production rollup --config ./rollup.config.js && node build/build-meta.js",
    "post-build": "cp package.json dist && cp README.md dist",
    "release": "release-it --no-git.requireCleanWorkingDir --npm.publishPath dist"
  },
  "devDependencies": {
    "@vue/compiler-sfc": "^3.0.5",
    "fs-extra": "^9.1.0",
    "node-sass": "^5.0.0",
    "prettier": "^2.2.1",
    "release-it": "12.6.3",
    "rollup": "^2.36.1",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-filesize": "^9.1.0",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-scss": "^2.6.1",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-vue": "^5.1.9",
    "sass-loader": "^10.1.1",
    "vue-template-compiler": "^2.6.12"
  },
  "engines": {
    "node": ">=6 <15.0.0"
  }
}
