|
|
@@ -2,7 +2,7 @@
|
|
|
"name": "@growi/app",
|
|
|
"version": "7.5.0-RC.0",
|
|
|
"license": "MIT",
|
|
|
- "private": "true",
|
|
|
+ "private": true,
|
|
|
"scripts": {
|
|
|
"//// for production": "",
|
|
|
"build": "run-p build:*",
|
|
|
@@ -10,7 +10,7 @@
|
|
|
"build:client": "next build",
|
|
|
"build:server": "cross-env NODE_ENV=production tspc -p tsconfig.build.server.json",
|
|
|
"postbuild:server": "shx echo \"Listing files under transpiled\" && shx ls transpiled && shx rm -rf dist && shx mv transpiled/src dist && shx rm -rf transpiled",
|
|
|
- "clean": "shx rm -rf dist transpiled .next",
|
|
|
+ "clean": "shx rm -rf dist transpiled .next next.config.js",
|
|
|
"server": "cross-env NODE_ENV=production node -r dotenv-flow/config dist/server/app.js",
|
|
|
"server:ci": "pnpm run server --ci",
|
|
|
"preserver": "cross-env NODE_ENV=production pnpm run migrate",
|
|
|
@@ -70,6 +70,14 @@
|
|
|
"@azure/openai": "^2.0.0",
|
|
|
"@azure/storage-blob": "^12.16.0",
|
|
|
"@browser-bunyan/console-formatted-stream": "^1.8.0",
|
|
|
+ "@codemirror/autocomplete": "^6.18.4",
|
|
|
+ "@codemirror/commands": "^6.8.0",
|
|
|
+ "@codemirror/lang-markdown": "^6.3.2",
|
|
|
+ "@codemirror/language": "^6.12.1",
|
|
|
+ "@codemirror/language-data": "^6.5.1",
|
|
|
+ "@codemirror/merge": "^6.8.0",
|
|
|
+ "@codemirror/state": "^6.5.2",
|
|
|
+ "@codemirror/view": "^6.39.14",
|
|
|
"@cspell/dynamic-import": "^8.15.4",
|
|
|
"@elastic/elasticsearch7": "npm:@elastic/elasticsearch@^7.17.4",
|
|
|
"@elastic/elasticsearch8": "npm:@elastic/elasticsearch@^8.18.2",
|
|
|
@@ -77,6 +85,7 @@
|
|
|
"@godaddy/terminus": "^4.9.0",
|
|
|
"@google-cloud/storage": "^5.8.5",
|
|
|
"@growi/core": "workspace:^",
|
|
|
+ "@growi/emoji-mart-data": "workspace:^",
|
|
|
"@growi/pdf-converter-client": "workspace:^",
|
|
|
"@growi/pluginkit": "workspace:^",
|
|
|
"@growi/presentation": "workspace:^",
|
|
|
@@ -87,7 +96,13 @@
|
|
|
"@growi/remark-growi-directive": "workspace:^",
|
|
|
"@growi/remark-lsx": "workspace:^",
|
|
|
"@growi/slack": "workspace:^",
|
|
|
+ "@handsontable/react": "=2.1.0",
|
|
|
+ "@headless-tree/core": "^1.5.3",
|
|
|
+ "@headless-tree/react": "^1.5.3",
|
|
|
"@keycloak/keycloak-admin-client": "^18.0.0",
|
|
|
+ "@lezer/highlight": "^1.2.3",
|
|
|
+ "@marp-team/marp-core": "^3.9.1",
|
|
|
+ "@marp-team/marpit": "^2.6.1",
|
|
|
"@opentelemetry/api": "^1.9.0",
|
|
|
"@opentelemetry/auto-instrumentations-node": "^0.60.1",
|
|
|
"@opentelemetry/exporter-metrics-otlp-grpc": "^0.202.0",
|
|
|
@@ -97,8 +112,12 @@
|
|
|
"@opentelemetry/sdk-node": "^0.202.0",
|
|
|
"@opentelemetry/sdk-trace-node": "^2.0.1",
|
|
|
"@opentelemetry/semantic-conventions": "^1.34.0",
|
|
|
+ "@replit/codemirror-emacs": "^6.1.0",
|
|
|
+ "@replit/codemirror-vim": "^6.2.1",
|
|
|
+ "@replit/codemirror-vscode-keymap": "^6.0.2",
|
|
|
"@slack/web-api": "^6.2.4",
|
|
|
"@slack/webhook": "^6.0.0",
|
|
|
+ "@tanstack/react-virtual": "^3.13.12",
|
|
|
"@types/async": "^3.2.24",
|
|
|
"@types/multer": "^1.4.12",
|
|
|
"JSONStream": "^1.3.5",
|
|
|
@@ -109,9 +128,12 @@
|
|
|
"axios-retry": "^3.2.4",
|
|
|
"babel-plugin-superjson-next": "^0.4.2",
|
|
|
"body-parser": "^1.20.3",
|
|
|
+ "bootstrap": "=5.3.2",
|
|
|
"browser-bunyan": "^1.8.0",
|
|
|
"bson-objectid": "^2.0.4",
|
|
|
"bunyan": "^1.8.15",
|
|
|
+ "cm6-theme-basic-light": "^0.2.0",
|
|
|
+ "codemirror": "^6.0.1",
|
|
|
"compression": "^1.7.4",
|
|
|
"connect-flash": "~0.1.1",
|
|
|
"connect-mongo": "^4.6.0",
|
|
|
@@ -124,8 +146,10 @@
|
|
|
"dayjs": "^1.11.7",
|
|
|
"detect-indent": "^7.0.0",
|
|
|
"diff": "^5.0.0",
|
|
|
+ "diff2html": "^3.4.47",
|
|
|
"diff_match_patch": "^0.1.1",
|
|
|
"dotenv-flow": "^3.2.0",
|
|
|
+ "downshift": "^8.2.3",
|
|
|
"ejs": "^3.1.10",
|
|
|
"escape-string-regexp": "^4.0.0",
|
|
|
"expose-gc": "^1.0.0",
|
|
|
@@ -135,6 +159,7 @@
|
|
|
"express-session": "^1.16.1",
|
|
|
"express-validator": "^6.14.0",
|
|
|
"extensible-custom-error": "^0.0.7",
|
|
|
+ "fastest-levenshtein": "^1.0.16",
|
|
|
"form-data": "^4.0.4",
|
|
|
"graceful-fs": "^4.1.11",
|
|
|
"hast-util-sanitize": "^5.0.1",
|
|
|
@@ -143,6 +168,8 @@
|
|
|
"helmet": "^4.6.0",
|
|
|
"http-errors": "^2.0.0",
|
|
|
"i18next": "^23.16.5",
|
|
|
+ "i18next-http-backend": "^2.6.2",
|
|
|
+ "i18next-localstorage-backend": "^4.2.0",
|
|
|
"i18next-resources-to-backend": "^1.2.1",
|
|
|
"is-absolute-url": "^4.0.1",
|
|
|
"is-iso-date": "^0.0.1",
|
|
|
@@ -174,7 +201,7 @@
|
|
|
"multer": "~1.4.0",
|
|
|
"multer-autoreap": "^1.0.3",
|
|
|
"mustache": "^4.2.0",
|
|
|
- "next": "^16.0.0",
|
|
|
+ "next": "^16.1.7",
|
|
|
"next-dynamic-loading-props": "^0.1.1",
|
|
|
"next-i18next": "^15.3.1",
|
|
|
"next-themes": "^0.2.1",
|
|
|
@@ -185,6 +212,7 @@
|
|
|
"openai": "^4.96.2",
|
|
|
"openid-client": "^5.4.0",
|
|
|
"p-retry": "^4.0.0",
|
|
|
+ "pako": "^2.1.0",
|
|
|
"passport": "^0.6.0",
|
|
|
"passport-github": "^1.1.0",
|
|
|
"passport-google-oauth20": "^2.0.0",
|
|
|
@@ -192,22 +220,30 @@
|
|
|
"passport-local": "^1.0.0",
|
|
|
"passport-saml": "^3.2.0",
|
|
|
"pathe": "^2.0.3",
|
|
|
+ "pretty-bytes": "^6.1.1",
|
|
|
"prop-types": "^15.8.1",
|
|
|
"qs": "^6.14.2",
|
|
|
"rate-limiter-flexible": "^2.3.7",
|
|
|
"react": "^18.2.0",
|
|
|
"react-bootstrap-typeahead": "^6.3.2",
|
|
|
"react-card-flip": "^1.0.10",
|
|
|
+ "react-copy-to-clipboard": "^5.0.1",
|
|
|
"react-datepicker": "^4.7.0",
|
|
|
"react-disable": "^0.1.1",
|
|
|
+ "react-dnd": "^14.0.5",
|
|
|
+ "react-dnd-html5-backend": "^14.1.0",
|
|
|
"react-dom": "^18.2.0",
|
|
|
+ "react-dropzone": "^14.2.3",
|
|
|
"react-error-boundary": "^3.1.4",
|
|
|
+ "react-hook-form": "^7.45.4",
|
|
|
"react-i18next": "^15.1.1",
|
|
|
"react-image-crop": "^8.3.0",
|
|
|
+ "react-input-autosize": "^3.0.0",
|
|
|
"react-markdown": "^9.0.1",
|
|
|
"react-multiline-clamp": "^2.0.0",
|
|
|
"react-stickynode": "^4.1.1",
|
|
|
"react-syntax-highlighter": "^16.1.0",
|
|
|
+ "react-toastify": "^9.1.3",
|
|
|
"react-use-ripple": "^1.5.2",
|
|
|
"reactstrap": "^9.2.2",
|
|
|
"reconnecting-websocket": "^4.4.0",
|
|
|
@@ -228,7 +264,9 @@
|
|
|
"remark-parse": "^11.0.0",
|
|
|
"remark-rehype": "^11.1.1",
|
|
|
"remark-stringify": "^11.0.0",
|
|
|
+ "reveal.js": "^4.4.8",
|
|
|
"sanitize-filename": "^1.6.3",
|
|
|
+ "simplebar-react": "^2.3.6",
|
|
|
"socket.io": "^4.7.5",
|
|
|
"string-width": "=4.2.2",
|
|
|
"superjson": "^2.2.2",
|
|
|
@@ -250,6 +288,7 @@
|
|
|
"validator": "^13.15.22",
|
|
|
"ws": "^8.17.1",
|
|
|
"xss": "^1.0.15",
|
|
|
+ "y-codemirror.next": "^0.3.5",
|
|
|
"y-mongodb-provider": "^0.2.0",
|
|
|
"y-socket.io": "^1.1.3",
|
|
|
"yjs": "^13.6.18",
|
|
|
@@ -263,17 +302,11 @@
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@apidevtools/swagger-parser": "^10.1.1",
|
|
|
- "@codemirror/state": "^6.5.2",
|
|
|
- "@emoji-mart/data": "^1.2.1",
|
|
|
"@growi/core-styles": "workspace:^",
|
|
|
"@growi/custom-icons": "workspace:^",
|
|
|
"@growi/editor": "workspace:^",
|
|
|
"@growi/ui": "workspace:^",
|
|
|
- "@handsontable/react": "=2.1.0",
|
|
|
- "@headless-tree/core": "^1.5.3",
|
|
|
- "@headless-tree/react": "^1.5.3",
|
|
|
"@popperjs/core": "^2.11.8",
|
|
|
- "@tanstack/react-virtual": "^3.13.12",
|
|
|
"@testing-library/jest-dom": "^6.5.0",
|
|
|
"@testing-library/user-event": "^14.5.2",
|
|
|
"@types/archiver": "^6.0.2",
|
|
|
@@ -298,19 +331,13 @@
|
|
|
"@types/uuid": "^10.0.0",
|
|
|
"@types/ws": "^8.18.1",
|
|
|
"babel-loader": "^8.2.5",
|
|
|
- "bootstrap": "=5.3.2",
|
|
|
"commander": "^14.0.0",
|
|
|
"connect-browser-sync": "^2.1.0",
|
|
|
- "diff2html": "^3.4.47",
|
|
|
- "downshift": "^8.2.3",
|
|
|
"eazy-logger": "^3.1.0",
|
|
|
- "fastest-levenshtein": "^1.0.16",
|
|
|
"fslightbox-react": "^1.7.6",
|
|
|
"handsontable": "=6.2.2",
|
|
|
"happy-dom": "^15.7.4",
|
|
|
"i18next-chained-backend": "^4.6.2",
|
|
|
- "i18next-http-backend": "^2.6.2",
|
|
|
- "i18next-localstorage-backend": "^4.2.0",
|
|
|
"jotai-devtools": "^0.11.0",
|
|
|
"load-css-file": "^1.0.0",
|
|
|
"material-icons": "^1.11.3",
|
|
|
@@ -320,22 +347,14 @@
|
|
|
"mongodb-memory-server-core": "^9.1.1",
|
|
|
"morgan": "^1.10.0",
|
|
|
"openapi-typescript": "^7.8.0",
|
|
|
- "pretty-bytes": "^6.1.1",
|
|
|
- "react-copy-to-clipboard": "^5.0.1",
|
|
|
- "react-dnd": "^14.0.5",
|
|
|
- "react-dnd-html5-backend": "^14.1.0",
|
|
|
- "react-dropzone": "^14.2.3",
|
|
|
- "react-hook-form": "^7.45.4",
|
|
|
- "react-input-autosize": "^3.0.0",
|
|
|
- "react-toastify": "^9.1.3",
|
|
|
"rehype-rewrite": "^4.0.2",
|
|
|
"remark-github-admonitions-to-directives": "^2.0.0",
|
|
|
"sass": "^1.53.0",
|
|
|
- "simplebar-react": "^2.3.6",
|
|
|
"socket.io-client": "^4.7.5",
|
|
|
"supertest": "^7.1.4",
|
|
|
"swagger2openapi": "^7.0.8",
|
|
|
"tinykeys": "^3.0.0",
|
|
|
+ "typescript": "~5.0.4",
|
|
|
"unist-util-is": "^6.0.0",
|
|
|
"unist-util-visit-parents": "^6.0.0"
|
|
|
}
|