| 12345678910111213141516171819202122232425262728293031 |
- {
- "name": "@growi/presentation",
- "version": "6.0.6-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.6-RC.0"
- },
- "devDependencies": {
- "@marp-team/marp-core": "^3.4.2",
- "eslint-plugin-regex": "^1.8.0",
- "react": "^18.2.0",
- "react-dom": "^18.2.0"
- }
- }
|