| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "@growi/presentation",
- "version": "6.0.7-RC.0",
- "description": "GROWI plugin for presentation",
- "license": "MIT",
- "keywords": ["growi", "growi-plugin"],
- "main": "dist/index.js",
- "files": ["dist"],
- "scripts": {
- "build": "tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
- "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": {
- "@growi/core": "^6.0.7-RC.0"
- },
- "devDependencies": {
- "@marp-team/marp-core": "^3.4.2",
- "@types/reveal.js": "^4.4.1",
- "eslint-plugin-regex": "^1.8.0",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "react-markdown": "^8.0.3",
- "reveal.js": "^4.4.0"
- }
- }
|