| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "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}",
- "lint:styles": "stylelint src/**/*.scss",
- "lint": "run-p lint:*",
- "test": ""
- },
- "dependencies": {
- "growi-commons": "^5.0.4",
- "react-images": "~1.0.0",
- "react-motion": "^0.5.2"
- },
- "devDependencies": {
- "npm-run-all": "^4.1.5",
- "prettier-stylelint": "^0.4.2",
- "react": "^16.4.1",
- "react-dom": "^16.4.1"
- }
- }
|