|
@@ -35,11 +35,12 @@
|
|
|
"prelint:swagger2openapi": "yarn openapi:v3",
|
|
"prelint:swagger2openapi": "yarn openapi:v3",
|
|
|
"test": "run-p test:*",
|
|
"test": "run-p test:*",
|
|
|
"test:jest": "cross-env NODE_ENV=test NODE_OPTIONS=\"--max-old-space-size=4096\" jest --logHeapUsage",
|
|
"test:jest": "cross-env NODE_ENV=test NODE_OPTIONS=\"--max-old-space-size=4096\" jest --logHeapUsage",
|
|
|
- "test:vitest": "run-p vitest:run vitest:run:integ",
|
|
|
|
|
|
|
+ "test:vitest": "run-p vitest:run vitest:run:integ vitest:run:components",
|
|
|
"jest:run": "cross-env NODE_ENV=test jest --passWithNoTests -- ",
|
|
"jest:run": "cross-env NODE_ENV=test jest --passWithNoTests -- ",
|
|
|
"reg:run": "reg-suit run",
|
|
"reg:run": "reg-suit run",
|
|
|
"vitest:run": "vitest run config src --coverage",
|
|
"vitest:run": "vitest run config src --coverage",
|
|
|
"vitest:run:integ": "vitest run -c vitest.config.integ.ts src --coverage",
|
|
"vitest:run:integ": "vitest run -c vitest.config.integ.ts src --coverage",
|
|
|
|
|
+ "vitest:run:components": "vitest run -c vitest.config.components.ts src --coverage",
|
|
|
"previtest:run:integ": "vitest run -c test-with-vite/download-mongo-binary/vitest.config.ts test-with-vite/download-mongo-binary",
|
|
"previtest:run:integ": "vitest run -c test-with-vite/download-mongo-binary/vitest.config.ts test-with-vite/download-mongo-binary",
|
|
|
"//// misc": "",
|
|
"//// misc": "",
|
|
|
"console": "yarn cross-env NODE_ENV=development yarn ts-node --experimental-repl-await src/server/console.js",
|
|
"console": "yarn cross-env NODE_ENV=development yarn ts-node --experimental-repl-await src/server/console.js",
|
|
@@ -68,6 +69,7 @@
|
|
|
"@elastic/elasticsearch8": "npm:@elastic/elasticsearch@^8.7.0",
|
|
"@elastic/elasticsearch8": "npm:@elastic/elasticsearch@^8.7.0",
|
|
|
"@godaddy/terminus": "^4.9.0",
|
|
"@godaddy/terminus": "^4.9.0",
|
|
|
"@google-cloud/storage": "^5.8.5",
|
|
"@google-cloud/storage": "^5.8.5",
|
|
|
|
|
+ "@growi/custom-icons": "link:../../packages/custom-icons",
|
|
|
"@growi/core": "link:../../packages/core",
|
|
"@growi/core": "link:../../packages/core",
|
|
|
"@growi/pluginkit": "link:../../packages/pluginkit",
|
|
"@growi/pluginkit": "link:../../packages/pluginkit",
|
|
|
"@growi/preset-templates": "link:../../packages/preset-templates",
|
|
"@growi/preset-templates": "link:../../packages/preset-templates",
|
|
@@ -174,6 +176,7 @@
|
|
|
"react-markdown": "^8.0.7",
|
|
"react-markdown": "^8.0.7",
|
|
|
"react-multiline-clamp": "^2.0.0",
|
|
"react-multiline-clamp": "^2.0.0",
|
|
|
"react-scroll": "^1.8.7",
|
|
"react-scroll": "^1.8.7",
|
|
|
|
|
+ "react-stickynode": "^4.1.0",
|
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
|
"react-toastify": "^9.1.3",
|
|
"react-toastify": "^9.1.3",
|
|
|
"react-use-ripple": "^1.5.2",
|
|
"react-use-ripple": "^1.5.2",
|
|
@@ -203,7 +206,7 @@
|
|
|
"uglifycss": "^0.0.29",
|
|
"uglifycss": "^0.0.29",
|
|
|
"universal-bunyan": "^0.9.2",
|
|
"universal-bunyan": "^0.9.2",
|
|
|
"unstated": "^2.1.1",
|
|
"unstated": "^2.1.1",
|
|
|
- "unzipper": "^0.10.5",
|
|
|
|
|
|
|
+ "unzip-stream": "^0.3.1",
|
|
|
"url-join": "^4.0.0",
|
|
"url-join": "^4.0.0",
|
|
|
"usehooks-ts": "^2.6.0",
|
|
"usehooks-ts": "^2.6.0",
|
|
|
"validator": "^13.7.0",
|
|
"validator": "^13.7.0",
|
|
@@ -223,17 +226,22 @@
|
|
|
"@next/bundle-analyzer": "^13.2.3",
|
|
"@next/bundle-analyzer": "^13.2.3",
|
|
|
"@swc-node/jest": "^1.6.2",
|
|
"@swc-node/jest": "^1.6.2",
|
|
|
"@swc/jest": "^0.2.24",
|
|
"@swc/jest": "^0.2.24",
|
|
|
|
|
+ "@testing-library/react": "^14.1.2",
|
|
|
|
|
+ "@testing-library/user-event": "^14.5.2",
|
|
|
"@types/express": "^4.17.11",
|
|
"@types/express": "^4.17.11",
|
|
|
"@types/jest": "^29.5.2",
|
|
"@types/jest": "^29.5.2",
|
|
|
"@types/react-scroll": "^1.8.4",
|
|
"@types/react-scroll": "^1.8.4",
|
|
|
"@types/throttle-debounce": "^5.0.1",
|
|
"@types/throttle-debounce": "^5.0.1",
|
|
|
"@types/url-join": "^4.0.2",
|
|
"@types/url-join": "^4.0.2",
|
|
|
|
|
+ "@types/unzip-stream": "^0.3.4",
|
|
|
|
|
+ "@vitejs/plugin-react": "^4.2.1",
|
|
|
"@vitest/coverage-v8": "^0.34.6",
|
|
"@vitest/coverage-v8": "^0.34.6",
|
|
|
"autoprefixer": "^9.0.0",
|
|
"autoprefixer": "^9.0.0",
|
|
|
"babel-loader": "^8.2.5",
|
|
"babel-loader": "^8.2.5",
|
|
|
"bootstrap": "^5.3.1",
|
|
"bootstrap": "^5.3.1",
|
|
|
"connect-browser-sync": "^2.1.0",
|
|
"connect-browser-sync": "^2.1.0",
|
|
|
"diff2html": "^3.4.35",
|
|
"diff2html": "^3.4.35",
|
|
|
|
|
+ "downshift": "^8.2.3",
|
|
|
"eazy-logger": "^3.1.0",
|
|
"eazy-logger": "^3.1.0",
|
|
|
"emoji-mart": "npm:panta82-emoji-mart@^3.0.1",
|
|
"emoji-mart": "npm:panta82-emoji-mart@^3.0.1",
|
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
@@ -242,6 +250,7 @@
|
|
|
"font-awesome": "^4.7.0",
|
|
"font-awesome": "^4.7.0",
|
|
|
"fslightbox-react": "^1.7.6",
|
|
"fslightbox-react": "^1.7.6",
|
|
|
"handsontable": "=6.2.2",
|
|
"handsontable": "=6.2.2",
|
|
|
|
|
+ "happy-dom": "^13.2.0",
|
|
|
"i18next-hmr": "^1.11.0",
|
|
"i18next-hmr": "^1.11.0",
|
|
|
"jest": "^29.5.0",
|
|
"jest": "^29.5.0",
|
|
|
"jest-date-mock": "^1.0.8",
|
|
"jest-date-mock": "^1.0.8",
|
|
@@ -258,7 +267,6 @@
|
|
|
"react-copy-to-clipboard": "^5.0.1",
|
|
"react-copy-to-clipboard": "^5.0.1",
|
|
|
"react-dropzone": "^11.2.4",
|
|
"react-dropzone": "^11.2.4",
|
|
|
"react-hotkeys": "^2.0.0",
|
|
"react-hotkeys": "^2.0.0",
|
|
|
- "react-stickynode": "^4.1.0",
|
|
|
|
|
"rehype-rewrite": "^3.0.6",
|
|
"rehype-rewrite": "^3.0.6",
|
|
|
"replacestream": "^4.0.3",
|
|
"replacestream": "^4.0.3",
|
|
|
"sass": "^1.53.0",
|
|
"sass": "^1.53.0",
|