|
|
|
@ -7,13 +7,14 @@
|
|
|
|
|
"build:server": "tsc --project server/tsconfig.json && copyfiles -u 2 server/templates/**/*.{html,pug} dist/templates",
|
|
|
|
|
"build:next": "next build",
|
|
|
|
|
"build": "yarn build:next && yarn build:server",
|
|
|
|
|
"lint": "eslint \"./server/**/*.{ts,tsx}\" \"./src/**/*.{ts,tsx}\"",
|
|
|
|
|
"lint": "eslint \"./server/**/*.{ts,tsx}\" \"./src/**/*.{ts,tsx}\" --cache",
|
|
|
|
|
"start": "NODE_ENV=production node dist/index.js",
|
|
|
|
|
"i18n:extract": "extract-messages -l=en -o src/i18n/locale -d en --flat true --overwriteDefault true \"./src/**/!(*.test).{ts,tsx}\"",
|
|
|
|
|
"migration:generate": "ts-node --project server/tsconfig.json ./node_modules/typeorm/cli.js migration:generate",
|
|
|
|
|
"migration:create": "ts-node --project server/tsconfig.json ./node_modules/typeorm/cli.js migration:create",
|
|
|
|
|
"migration:run": "ts-node --project server/tsconfig.json ./node_modules/typeorm/cli.js migration:run",
|
|
|
|
|
"format": "prettier --write .",
|
|
|
|
|
"format": "prettier --loglevel warn --write --cache .",
|
|
|
|
|
"format:check": "prettier --check --cache .",
|
|
|
|
|
"prepare": "husky install"
|
|
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
@ -121,26 +122,27 @@
|
|
|
|
|
"commitizen": "^4.2.4",
|
|
|
|
|
"copyfiles": "^2.4.1",
|
|
|
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
|
|
|
"eslint": "^8.11.0",
|
|
|
|
|
"eslint-config-next": "^12.1.0",
|
|
|
|
|
"eslint": "^8.21.0",
|
|
|
|
|
"eslint-config-next": "^12.2.3",
|
|
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
|
|
"eslint-plugin-formatjs": "^3.0.0",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
|
|
"eslint-plugin-react": "^7.29.3",
|
|
|
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
|
|
|
"eslint-plugin-formatjs": "^4.0.2",
|
|
|
|
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
|
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
|
|
|
"eslint-plugin-react": "^7.30.1",
|
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
|
"extract-react-intl-messages": "^4.1.1",
|
|
|
|
|
"husky": "^7.0.4",
|
|
|
|
|
"lint-staged": "^12.3.5",
|
|
|
|
|
"nodemon": "^2.0.15",
|
|
|
|
|
"postcss": "^8.4.8",
|
|
|
|
|
"prettier": "^2.5.1",
|
|
|
|
|
"prettier-plugin-tailwindcss": "^0.1.8",
|
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
|
"prettier-plugin-organize-imports": "^3.0.1",
|
|
|
|
|
"prettier-plugin-tailwindcss": "^0.1.13",
|
|
|
|
|
"semantic-release": "^19.0.2",
|
|
|
|
|
"semantic-release-docker-buildx": "^1.0.1",
|
|
|
|
|
"tailwindcss": "^3.0.23",
|
|
|
|
|
"tailwindcss": "^3.1.7",
|
|
|
|
|
"ts-node": "^10.7.0",
|
|
|
|
|
"typescript": "^4.6.2"
|
|
|
|
|
"typescript": "^4.7.4"
|
|
|
|
|
},
|
|
|
|
|
"resolutions": {
|
|
|
|
|
"sqlite3/node-gyp": "^8.4.1"
|
|
|
|
|