| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "@growi/plugin-attachment-refs",
- "version": "6.0.0-RC.9",
- "description": "GROWI Plugin to add ref/refimg/refs/refsimg tags",
- "license": "MIT",
- "keywords": [
- "growi",
- "growi-plugin"
- ],
- "main": "dist/index.js",
- "module": "dist/index.mjs",
- "types": "dist/index.d.ts",
- "files": [
- "dist"
- ],
- "scripts": {
- "build": "vite build",
- "clean": "npx -y shx rm -rf dist",
- "dev": "vite build --mode dev",
- "watch": "yarn dev -w --emptyOutDir=false",
- "lint:js": "yarn eslint **/*.{js,jsx,ts,tsx}",
- "lint:styles": "stylelint src/**/*.scss src/**/*.css",
- "lint:typecheck": "tsc",
- "lint": "run-p lint:*",
- "test": ""
- },
- "dependencies": {
- "browser-bunyan": "^1.6.3",
- "bunyan": "^1.8.15",
- "http-errors": "^2.0.0",
- "react-images": "~1.0.0",
- "react-motion": "^0.5.2",
- "universal-bunyan": "^0.9.2",
- "@growi/core": "^6.1.0-RC.0"
- },
- "devDependencies": {
- "eslint-plugin-regex": "^1.8.0",
- "npm-run-all": "^4.1.5",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
- }
- }
|