package.json 825 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@growi/presentation",
  3. "version": "6.0.13",
  4. "description": "GROWI plugin for presentation",
  5. "license": "MIT",
  6. "keywords": ["growi", "growi-plugin"],
  7. "main": "dist/index.js",
  8. "files": ["dist"],
  9. "scripts": {
  10. "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
  11. "clean": "npx -y shx rm -rf dist",
  12. "lint:js": "eslint **/*.{js,jsx,ts,tsx}",
  13. "lint:styles": "stylelint --allow-empty-input src/**/*.scss src/**/*.css",
  14. "lint": "run-p lint:*",
  15. "test": ""
  16. },
  17. "dependencies": {
  18. "@growi/core": "^6.0.13"
  19. },
  20. "devDependencies": {
  21. "@marp-team/marp-core": "^3.4.2",
  22. "@types/reveal.js": "^4.4.1",
  23. "eslint-plugin-regex": "^1.8.0",
  24. "react": "^18.2.0",
  25. "react-dom": "^18.2.0",
  26. "react-markdown": "^8.0.3",
  27. "reveal.js": "^4.4.0"
  28. }
  29. }