| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "name": "growi-plugin-attachment-refs",
- "version": "1.0.0",
- "description": "GROWI Plugin to add ref/refimg/refs/refsimg tags",
- "keywords": [
- "growi",
- "growi-plugin"
- ],
- "main": "index.js",
- "files": [
- "src"
- ],
- "scripts": {
- "lint:js:fix": "eslint **/*.{js,jsx} --fix",
- "lint:js": "eslint **/*.{js,jsx}",
- "lint:styles:fix": "prettier-stylelint --quiet --write src/**/*.scss",
- "lint:styles": "stylelint src/**/*.scss",
- "lint": "npm-run-all -p lint:js lint:styles",
- "test": ""
- },
- "repository": "https://github.com/weseek/growi-plugin-attachment-refs",
- "author": "Yuki Takei <yuki@weseek.co.jp>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/weseek/growi-plugin-attachment-refs/issues"
- },
- "dependencies": {
- "growi-commons": "^4.0.1"
- },
- "devDependencies": {
- "babel-eslint": "^10.0.2",
- "babel-preset-env": "^1.7.0",
- "babel-preset-react": "^6.24.1",
- "eslint": "^5.15.1",
- "eslint-config-weseek": "^1.0.3",
- "eslint-plugin-import": "^2.16.0",
- "eslint-plugin-react": "^7.12.4",
- "npm-run-all": "^4.1.5",
- "prettier-stylelint": "^0.4.2",
- "react": "^16.4.1",
- "react-dom": "^16.4.1",
- "react-images": "^1.0.0"
- },
- "engines": {
- "node": ">=8.11.1 <11",
- "npm": ">=5.6.0 <7",
- "yarn": ">=1.5.1 <2"
- }
- }
|