package.json 638 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "community",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "docs:dev": "vuepress dev",
  8. "docs:build": "vuepress build"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/DragonOS-Community/Community.git"
  13. },
  14. "author": "",
  15. "license": "GPL-2.0",
  16. "bugs": {
  17. "url": "https://github.com/DragonOS-Community/Community/issues"
  18. },
  19. "homepage": "https://github.com/DragonOS-Community/Community#readme",
  20. "devDependencies": {
  21. "@vuepress/bundler-vite": "^2.0.0-rc.14",
  22. "@vuepress/theme-default": "^2.0.0-rc.37",
  23. "vuepress": "^2.0.0-rc.14"
  24. }
  25. }