فهرست منبع

organize packages

Yuki Takei 4 سال پیش
والد
کامیت
1bdb9a077d

+ 4 - 0
.markdownlint.yml

@@ -7,3 +7,7 @@ no-multiple-blanks: false
 no-duplicate-heading: false
 no-inline-html: false
 no-trailing-punctuation: false
+
+MD002: false
+MD012: false
+MD041: false

+ 1 - 3
packages/app/package.json

@@ -55,6 +55,7 @@
   "dependencies": {
     "@browser-bunyan/console-formatted-stream": "^1.6.2",
     "@google-cloud/storage": "^5.8.5",
+    "@growi/plugin-attachment-refs": "^4.3.3-RC",
     "@growi/plugin-pukiwiki-like-linker": "^4.3.3-RC",
     "@growi/slack": "^4.3.3-RC",
     "@kobalab/socket.io-session": "^1.0.3",
@@ -96,7 +97,6 @@
     "express-webpack-assets": "^0.1.0",
     "graceful-fs": "^4.1.11",
     "growi-commons": "^5.0.4",
-    "growi-plugin-attachment-refs": "^2.0.2",
     "growi-plugin-lsx": "^4.0.3",
     "helmet": "^3.13.0",
     "http-errors": "~1.6.2",
@@ -222,8 +222,6 @@
     "react-frame-component": "^4.0.0",
     "react-hotkeys": "^2.0.0",
     "react-i18next": "^11.1.0",
-    "react-images": "1.0.0",
-    "react-motion": "^0.5.2",
     "react-waypoint": "^10.1.0",
     "reactstrap": "^8.9.0",
     "replacestream": "^4.0.3",

+ 1 - 3
packages/plugin-attachment-refs/.eslintignore

@@ -1,3 +1 @@
-/.github/**
-/.vscode/**
-/node_modules/**
+/dist/**

+ 10 - 28
packages/plugin-attachment-refs/package.json

@@ -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"
   }
 }

+ 0 - 5
packages/plugin-pukiwiki-like-linker/package.json

@@ -19,11 +19,6 @@
     "lint": "run-p lint:*",
     "test": ""
   },
-  "repository": {
-    "type": "git",
-    "url": "https://github.com/weseek/growi-plugin-pukiwiki-like-linker.git"
-  },
-  "author": "Yuki Takei <yuki@weseek.co.jp>",
   "devDependencies": {
     "@types/jest": "^26.0.22",
     "browser-bunyan": "^1.6.3",

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 473 - 33
yarn.lock


برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است