{ "name": "@growi/presentation", "version": "6.1.11-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": "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:typecheck": "tsc", "lint": "run-p lint:*", "version": "yarn version --no-git-tag-version --preid=RC" }, "dependencies": { "@growi/core": "link:../core" }, "devDependencies": { "@marp-team/marp-core": "^3.6.0", "@types/reveal.js": "^4.4.1", "eslint-plugin-regex": "^1.8.0", "reveal.js": "^4.4.0" }, "peerDependencies": { "next": "^13", "react": "^18.2.0", "react-dom": "^18.2.0", "react-markdown": "^8.0.7" } }