|
@@ -5,7 +5,7 @@
|
|
"scripts": {
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"build": "next build",
|
|
- "start": "next dev",
|
|
|
|
|
|
+ "start": "cp -r .next/static .next/standalone/.next/static && cp -r public .next/standalone/public && cross-env PORT=$npm_config_port HOSTNAME=$npm_config_host node .next/standalone/server.js",
|
|
"lint": "next lint",
|
|
"lint": "next lint",
|
|
"fix": "next lint --fix",
|
|
"fix": "next lint --fix",
|
|
"eslint-fix": "eslint --fix",
|
|
"eslint-fix": "eslint --fix",
|
|
@@ -95,6 +95,8 @@
|
|
"@types/react-window-infinite-loader": "^1.0.6",
|
|
"@types/react-window-infinite-loader": "^1.0.6",
|
|
"@types/recordrtc": "^5.6.11",
|
|
"@types/recordrtc": "^5.6.11",
|
|
"@types/sortablejs": "^1.15.1",
|
|
"@types/sortablejs": "^1.15.1",
|
|
|
|
+ "autoprefixer": "^10.4.14",
|
|
|
|
+ "cross-env": "^7.0.3",
|
|
"eslint": "8.36.0",
|
|
"eslint": "8.36.0",
|
|
"eslint-config-next": "^13.4.7",
|
|
"eslint-config-next": "^13.4.7",
|
|
"husky": "^8.0.3",
|
|
"husky": "^8.0.3",
|
|
@@ -102,10 +104,9 @@
|
|
"miragejs": "^0.1.47",
|
|
"miragejs": "^0.1.47",
|
|
"postcss": "^8.4.21",
|
|
"postcss": "^8.4.21",
|
|
"sass": "^1.61.0",
|
|
"sass": "^1.61.0",
|
|
- "uglify-js": "^3.17.4",
|
|
|
|
"tailwindcss": "^3.3.3",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "4.9.5",
|
|
"typescript": "4.9.5",
|
|
- "autoprefixer": "^10.4.14"
|
|
|
|
|
|
+ "uglify-js": "^3.17.4"
|
|
},
|
|
},
|
|
"lint-staged": {
|
|
"lint-staged": {
|
|
"**/*.js?(x)": [
|
|
"**/*.js?(x)": [
|