| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "@growi/plugin-attachment-refs",
- "version": "4.3.3-RC",
- "description": "GROWI Plugin to add ref/refimg/refs/refsimg tags",
- "license": "MIT",
- "keywords": [
- "growi",
- "growi-plugin"
- ],
- "main": "index.js",
- "files": [
- "src"
- ],
- "scripts": {
- "build": "yarn tsc && tsc-alias -p tsconfig.build.json",
- "tsc": "tsc -p tsconfig.build.json",
- "tsc:w": "yarn tsc -w",
- "lint:js": "eslint **/*.{js,jsx,ts,tsx}",
- "lint:styles": "stylelint src/**/*.scss",
- "lint": "run-p lint:*",
- "test": ""
- },
- "dependencies": {
- "browser-bunyan": "^1.6.3",
- "bunyan": "^1.8.15",
- "growi-commons": "^5.0.4",
- "http-errors": "^1.8.0",
- "react-images": "~1.0.0",
- "react-motion": "^0.5.2",
- "universal-bunyan": "^0.9.2"
- },
- "devDependencies": {
- "npm-run-all": "^4.1.5",
- "prettier-stylelint": "^0.4.2",
- "react": "^16.4.1",
- "react-dom": "^16.4.1"
- }
- }
|