|
@@ -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",
|
|
@@ -206,7 +207,6 @@
|
|
|
"universal-bunyan": "^0.9.2",
|
|
"universal-bunyan": "^0.9.2",
|
|
|
"unstated": "^2.1.1",
|
|
"unstated": "^2.1.1",
|
|
|
"unzip-stream": "^0.3.1",
|
|
"unzip-stream": "^0.3.1",
|
|
|
- "unzipper": "^0.10.5",
|
|
|
|
|
"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",
|
|
@@ -226,12 +226,15 @@
|
|
|
"@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",
|
|
"@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",
|
|
@@ -247,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",
|