| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "@growi/presentation",
- "version": "6.0.16-RC.0",
- "description": "GROWI plugin for presentation",
- "license": "MIT",
- "keywords": ["growi", "growi-plugin"],
- "module": "dist/presentation.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 --allow-empty-input src/**/*.scss src/**/*.css",
- "lint": "run-p lint:*"
- },
- "dependencies": {
- "@growi/core": "^6.0.16-RC.0"
- },
- "devDependencies": {
- "@marp-team/marp-core": "^3.4.2",
- "@types/reveal.js": "^4.4.1",
- "eslint-plugin-regex": "^1.8.0",
- "reveal.js": "^4.4.0"
- },
- "peerDependencies": {
- "next": "~12.2",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-markdown-customkeyprop": "^8.0.6-customkeyprop.0"
- }
- }
|