package.json 920 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "@growi/plugin-attachment-refs",
  3. "version": "4.3.3-RC",
  4. "description": "GROWI Plugin to add ref/refimg/refs/refsimg tags",
  5. "license": "MIT",
  6. "keywords": [
  7. "growi",
  8. "growi-plugin"
  9. ],
  10. "main": "index.js",
  11. "files": [
  12. "src"
  13. ],
  14. "scripts": {
  15. "build": "yarn tsc && tsc-alias -p tsconfig.build.json",
  16. "tsc": "tsc -p tsconfig.build.json",
  17. "tsc:w": "yarn tsc -w",
  18. "lint:js": "eslint **/*.{js,jsx}",
  19. "lint:styles": "stylelint src/**/*.scss",
  20. "lint": "run-p lint:*",
  21. "test": ""
  22. },
  23. "dependencies": {
  24. "browser-bunyan": "^1.6.3",
  25. "bunyan": "^1.8.15",
  26. "growi-commons": "^5.0.4",
  27. "http-errors": "^1.8.0",
  28. "react-images": "~1.0.0",
  29. "react-motion": "^0.5.2",
  30. "universal-bunyan": "^0.9.2"
  31. },
  32. "devDependencies": {
  33. "npm-run-all": "^4.1.5",
  34. "prettier-stylelint": "^0.4.2",
  35. "react": "^16.4.1",
  36. "react-dom": "^16.4.1"
  37. }
  38. }