|
|
@@ -1,7 +1,8 @@
|
|
|
{
|
|
|
- "name": "growi-plugin-attachment-refs",
|
|
|
- "version": "2.0.2",
|
|
|
+ "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"
|
|
|
@@ -11,42 +12,23 @@
|
|
|
"src"
|
|
|
],
|
|
|
"scripts": {
|
|
|
- "lint:js:fix": "eslint **/*.{js,jsx} --fix",
|
|
|
+ "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:fix": "prettier-stylelint --quiet --write src/**/*.scss",
|
|
|
"lint:styles": "stylelint src/**/*.scss",
|
|
|
- "lint": "npm-run-all -p lint:js lint:styles",
|
|
|
+ "lint": "run-p lint:*",
|
|
|
"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": "^5.0.4"
|
|
|
+ "growi-commons": "^5.0.4",
|
|
|
+ "react-images": "~1.0.0",
|
|
|
+ "react-motion": "^0.5.2"
|
|
|
},
|
|
|
"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"
|
|
|
- },
|
|
|
- "peerDependencies": {
|
|
|
- "react-images": "~1.0.0",
|
|
|
- "react-motion": "^0.5.2"
|
|
|
- },
|
|
|
- "engines": {
|
|
|
- "node": ">=8.11.1 <15",
|
|
|
- "npm": ">=5.6.0 <7",
|
|
|
- "yarn": ">=1.5.1 <2"
|
|
|
}
|
|
|
}
|