package.json 386 B

12345678910111213141516
  1. {
  2. "name": "vue-design",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "repository": "https://github.com/HcySunYang/vue-design.git",
  6. "author": "HcySunYang <HcySunYang@outlook.com>",
  7. "scripts": {
  8. "dev": "vuepress dev ./docs",
  9. "build": "vuepress build ./docs",
  10. "deploy": "sh build/deploy.sh"
  11. },
  12. "license": "MIT",
  13. "devDependencies": {
  14. "vuepress": "^0.8.4"
  15. }
  16. }