|
@@ -7,7 +7,7 @@
|
|
|
"build": "run-p build:*",
|
|
"build": "run-p build:*",
|
|
|
"start": "yarn next start",
|
|
"start": "yarn next start",
|
|
|
"build:client": "yarn next build",
|
|
"build:client": "yarn next build",
|
|
|
- "prebuild:client": "yarn cross-env NODE_ENV=production tsc -p tsconfig.build.next.config.json",
|
|
|
|
|
|
|
+ "prebuild:client": "tsc -p tsconfig.build.next.config.json",
|
|
|
"build:server": "yarn cross-env NODE_ENV=production tsc -p tsconfig.build.server.json && tsc-alias -p tsconfig.build.server.json",
|
|
"build:server": "yarn cross-env NODE_ENV=production tsc -p tsconfig.build.server.json && tsc-alias -p tsconfig.build.server.json",
|
|
|
"clean": "npx -y shx rm -rf dist transpiled",
|
|
"clean": "npx -y shx rm -rf dist transpiled",
|
|
|
"prebuild": "yarn cross-env NODE_ENV=production run-p clean resources:*",
|
|
"prebuild": "yarn cross-env NODE_ENV=production run-p clean resources:*",
|
|
@@ -126,6 +126,7 @@
|
|
|
"multer-autoreap": "^1.0.3",
|
|
"multer-autoreap": "^1.0.3",
|
|
|
"next": "^12.1.6",
|
|
"next": "^12.1.6",
|
|
|
"next-i18next": "^11.0.0",
|
|
"next-i18next": "^11.0.0",
|
|
|
|
|
+ "next-superjson": "^0.0.4",
|
|
|
"next-themes": "^0.2.0",
|
|
"next-themes": "^0.2.0",
|
|
|
"nocache": "^3.0.1",
|
|
"nocache": "^3.0.1",
|
|
|
"nodemailer": "^6.6.2",
|
|
"nodemailer": "^6.6.2",
|
|
@@ -213,7 +214,6 @@
|
|
|
"markdown-table": "^1.1.1",
|
|
"markdown-table": "^1.1.1",
|
|
|
"material-icons": "^1.11.3",
|
|
"material-icons": "^1.11.3",
|
|
|
"morgan": "^1.10.0",
|
|
"morgan": "^1.10.0",
|
|
|
- "next-superjson": "^0.0.4",
|
|
|
|
|
"next-transpile-modules": "^9.0.0",
|
|
"next-transpile-modules": "^9.0.0",
|
|
|
"normalize-path": "^3.0.0",
|
|
"normalize-path": "^3.0.0",
|
|
|
"penpal": "^4.0.0",
|
|
"penpal": "^4.0.0",
|