| 
														 | 
														 | 
														 | 
														 | 
														 | 
													
													
												
													
														 | 
														 | 
														    "build:docker": "next build && node scripts/optimize-standalone.js", | 
														 | 
														 | 
														    "build:docker": "next build && node scripts/optimize-standalone.js", | 
													
													
												
													
														 | 
														 | 
														    "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", | 
														 | 
														 | 
														    "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": "eslint --concurrency=auto --cache --cache-location node_modules/.cache/eslint/.eslint-cache", | 
														 | 
														 | 
														    "lint": "eslint --concurrency=auto --cache --cache-location node_modules/.cache/eslint/.eslint-cache", | 
													
													
												
													
														 | 
														 | 
														    "lint-only-show-error": "eslint --concurrency=auto --cache --cache-location node_modules/.cache/eslint/.eslint-cache --quiet", | 
														 | 
														 | 
														 | 
													
													
												
													
														 | 
														 | 
														    "fix": "eslint --concurrency=auto --fix .", | 
														 | 
														 | 
														 | 
													
													
												
													
														 | 
														 | 
														    "eslint": "eslint --concurrency=auto --cache --cache-location node_modules/.cache/eslint/.eslint-cache", | 
														 | 
														 | 
														 | 
													
													
												
													
														 | 
														 | 
														    "eslint-fix": "eslint --concurrency=auto --cache --cache-location node_modules/.cache/eslint/.eslint-cache --fix", | 
														 | 
														 | 
														 | 
													
													
												
													
														 | 
														 | 
														    "eslint-fix-only-show-error": "eslint --concurrency=auto --cache --cache-location node_modules/.cache/eslint/.eslint-cache --fix --quiet", | 
														 | 
														 | 
														 | 
													
													
												
													
														 | 
														 | 
														    "eslint-complexity": "eslint --concurrency=auto --rule 'complexity: [error, {max: 15}]' --quiet", | 
														 | 
														 | 
														 | 
													
													
												
													
														 | 
														 | 
														 | 
														 | 
														 | 
														    "lint:fix": "eslint --concurrency=auto --cache --cache-location node_modules/.cache/eslint/.eslint-cache --fix", | 
													
													
												
													
														 | 
														 | 
														 | 
														 | 
														 | 
														    "lint:quiet": "eslint --concurrency=auto --cache --cache-location node_modules/.cache/eslint/.eslint-cache --quiet", | 
													
													
												
													
														 | 
														 | 
														 | 
														 | 
														 | 
														    "lint:complexity": "eslint --concurrency=auto --cache --cache-location node_modules/.cache/eslint/.eslint-cache --rule 'complexity: [error, {max: 15}]' --quiet", | 
													
													
												
													
														 | 
														 | 
														    "prepare": "cd ../ && node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky ./web/.husky", | 
														 | 
														 | 
														    "prepare": "cd ../ && node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky ./web/.husky", | 
													
													
												
													
														 | 
														 | 
														    "gen-icons": "node ./app/components/base/icons/script.mjs", | 
														 | 
														 | 
														    "gen-icons": "node ./app/components/base/icons/script.mjs", | 
													
													
												
													
														 | 
														 | 
														    "uglify-embed": "node ./bin/uglify-embed", | 
														 | 
														 | 
														    "uglify-embed": "node ./bin/uglify-embed", |