| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@growi/remark-drawio",
- "version": "6.0.9-RC.0",
- "description": "remark plugin to draw diagrams with draw.io (diagrams.net)",
- "license": "MIT",
- "keywords": [
- "unified",
- "remark",
- "remark-plugin",
- "plugin",
- "mdast",
- "markdown"
- ],
- "main": "dist/index.js",
- "typings": "dist/index.d.ts",
- "scripts": {
- "build": "yarn tsc && tsc-alias -p tsconfig.build.json",
- "tsc": "tsc -p tsconfig.build.json",
- "tsc:w": "yarn tsc -w",
- "clean": "npx -y shx rm -rf dist",
- "lint:js": "eslint **/*.{js,jsx,ts,tsx}",
- "lint:styles": "stylelint --allow-empty-input src/**/*.scss src/**/*.css",
- "lint": "run-p lint:*",
- "test": ""
- },
- "dependencies": {
- "pako": "^2.1.0",
- "xmldoc": "^1.2.0"
- },
- "devDependencies": {
- "eslint-plugin-regex": "^1.8.0",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
- }
- }
|