|
|
@@ -6,11 +6,11 @@
|
|
|
"dev": "rm -rf /tmp/nitro && nuxt dev",
|
|
|
"dev:local": "yarn dev --dotenv .env.docker",
|
|
|
"dev:prod": "yarn dev --dotenv .env.prod",
|
|
|
- "build": "nuxt build",
|
|
|
+ "build": "nuxt build && cp -r config/ .output/config",
|
|
|
"build:local": "yarn build --dotenv .env.docker",
|
|
|
"build:prod": "yarn build --dotenv .env.prod",
|
|
|
"prepare": "nuxt prepare",
|
|
|
- "start": "nuxt start --hostname '127.0.0.1' --port 3003",
|
|
|
+ "start": "nuxt start",
|
|
|
"deploy": "git pull && yarn install & yarn build",
|
|
|
"lint": "eslint --ext \".ts,.js,.vue\" --ignore-path .gitignore .",
|
|
|
"lint-fix": "eslint --fix --ext \".ts,.js,.vue\" --ignore-path .gitignore .",
|
|
|
@@ -38,7 +38,8 @@
|
|
|
"js-yaml": "^4.1.0",
|
|
|
"libphonenumber-js": "1.10.24",
|
|
|
"lodash": "^4.17.21",
|
|
|
- "nuxt": "^3.3.2",
|
|
|
+ "lodash-es": "^4.17.21",
|
|
|
+ "nuxt": "^3.3.3",
|
|
|
"pinia": "^2.0.33",
|
|
|
"pinia-orm": "^1.5.1",
|
|
|
"sass": "^1.59.3",
|
|
|
@@ -60,6 +61,7 @@
|
|
|
"@types/event-source-polyfill": "^1.0.1",
|
|
|
"@types/jest": "^29.4.2",
|
|
|
"@types/lodash": "^4.14.189",
|
|
|
+ "@types/lodash-es": "^4.17.7",
|
|
|
"@types/uuid": "^9.0.0",
|
|
|
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
|
|
"@typescript-eslint/parser": "^5.55.0",
|