| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "@growi/plugin-attachment-refs",
- "version": "4.4.1-RC.0",
- "description": "GROWI Plugin to add ref/refimg/refs/refsimg tags",
- "license": "MIT",
- "keywords": [
- "growi",
- "growi-plugin"
- ],
- "main": "dist/cjs/index.js",
- "module": "dist/esm/index.js",
- "files": [
- "dist"
- ],
- "scripts": {
- "build": "run-p build:*",
- "build:cjs": "tsc -p tsconfig.build.cjs.json && tsc-alias -p tsconfig.build.cjs.json",
- "build:esm": "tsc -p tsconfig.build.esm.json && tsc-alias -p tsconfig.build.esm.json",
- "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",
- "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.8.3",
- "react-dom": "^16.8.3"
- }
- }
|