|
|
@@ -0,0 +1,26 @@
|
|
|
+{
|
|
|
+ "name": "@growi/remark-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",
|
|
|
+ "swr": "^1.3.0"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "eslint-plugin-regex": "^1.8.0",
|
|
|
+ "react": "^18.2.0",
|
|
|
+ "react-dom": "^18.2.0"
|
|
|
+ }
|
|
|
+}
|