|
|
@@ -7,11 +7,12 @@
|
|
|
"growi",
|
|
|
"growi-plugin"
|
|
|
],
|
|
|
- "module": "dist/presentation.mjs",
|
|
|
+ "module": "dist/presentation.js",
|
|
|
"types": "dist/index.d.ts",
|
|
|
"files": [
|
|
|
"dist"
|
|
|
],
|
|
|
+ "type": "module",
|
|
|
"scripts": {
|
|
|
"build": "vite build",
|
|
|
"clean": "shx rm -rf dist",
|
|
|
@@ -30,12 +31,18 @@
|
|
|
"@marp-team/marp-core": "^3.6.0",
|
|
|
"@types/reveal.js": "^4.4.1",
|
|
|
"eslint-plugin-regex": "^1.8.0",
|
|
|
- "reveal.js": "^4.4.0"
|
|
|
+ "hast-util-sanitize": "^4.1.0",
|
|
|
+ "hast-util-select": "^5.0.5",
|
|
|
+ "react-markdown": "^8.0.7",
|
|
|
+ "reveal.js": "^4.4.0",
|
|
|
+ "unified": "^10.1.2",
|
|
|
+ "unist-util-find-after": "^4.0.0",
|
|
|
+ "unist-util-visit": "^4.0.0"
|
|
|
},
|
|
|
"peerDependencies": {
|
|
|
"next": "^13",
|
|
|
"react": "^18.2.0",
|
|
|
"react-dom": "^18.2.0",
|
|
|
- "react-markdown": "^8.0.7"
|
|
|
+ "@marp-team/marpit": "*"
|
|
|
}
|
|
|
}
|