@ -13,11 +13,12 @@
"migration:generate" : "ts-node --project server/tsconfig.json ./node_modules/.bin/typeorm migration:generate" ,
"migration:create" : "ts-node --project server/tsconfig.json ./node_modules/.bin/typeorm migration:create" ,
"migration:run" : "ts-node --project server/tsconfig.json ./node_modules/.bin/typeorm migration:run" ,
"format" : "prettier --write ."
"format" : "prettier --write ." ,
"postinstall" : "husky install"
} ,
"license" : "MIT" ,
"dependencies" : {
"@headlessui/react" : "^0. 2.0-da179ca ",
"@headlessui/react" : "^0. 3.0 ",
"@supercharge/request-ip" : "^1.1.2" ,
"@svgr/webpack" : "^5.5.0" ,
"ace-builds" : "^1.4.12" ,
@ -36,7 +37,7 @@
"gravatar-url" : "^3.1.0" ,
"intl" : "^1.2.5" ,
"lodash" : "^4.17.20" ,
"next" : "10.0. 3 ",
"next" : "10.0. 6 ",
"node-cache" : "^5.1.2" ,
"node-schedule" : "^2.0.0" ,
"nodemailer" : "^6.4.17" ,
@ -48,7 +49,7 @@
"react-animate-height" : "^2.0.23" ,
"react-dom" : "17.0.1" ,
"react-intersection-observer" : "^8.31.0" ,
"react-intl" : "^5.12. 0 ",
"react-intl" : "^5.12. 2 ",
"react-markdown" : "^5.0.3" ,
"react-spring" : "^8.0.27" ,
"react-toast-notifications" : "^2.4.0" ,
@ -59,8 +60,8 @@
"secure-random-password" : "^0.2.2" ,
"sqlite3" : "^5.0.0" ,
"swagger-ui-express" : "^4.1.6" ,
"swr" : "^0.4. 1 ",
"typeorm" : "^0.2.3 0 ",
"swr" : "^0.4. 2 ",
"typeorm" : "^0.2.3 1 ",
"uuid" : "^8.3.2" ,
"winston" : "^3.3.3" ,
"winston-daily-rotate-file" : "^4.5.0" ,
@ -87,7 +88,7 @@
"@types/express" : "^4.17.11" ,
"@types/express-session" : "^1.17.3" ,
"@types/lodash" : "^4.14.168" ,
"@types/node" : "^14.14.2 4 ",
"@types/node" : "^14.14.2 5 ",
"@types/node-schedule" : "^1.3.1" ,
"@types/nodemailer" : "^6.4.0" ,
"@types/react" : "^17.0.1" ,
@ -100,12 +101,11 @@
"@types/xml2js" : "^0.4.8" ,
"@types/yamljs" : "^0.2.31" ,
"@types/yup" : "^0.29.11" ,
"@typescript-eslint/eslint-plugin" : "^4.1 4.2 ",
"@typescript-eslint/parser" : "^4.1 4.2 ",
"@typescript-eslint/eslint-plugin" : "^4.1 5.0 ",
"@typescript-eslint/parser" : "^4.1 5.0 ",
"autoprefixer" : "^10.2.4" ,
"babel-plugin-react-intl" : "^8.2.25" ,
"babel-plugin-react-intl-auto" : "^3.3.0" ,
"commitizen" : "^4.2.3" ,
"copyfiles" : "^2.4.1" ,
"cz-conventional-changelog" : "^3.3.0" ,
"eslint" : "^7.19.0" ,
@ -116,33 +116,21 @@
"eslint-plugin-react" : "^7.22.0" ,
"eslint-plugin-react-hooks" : "^4.2.0" ,
"extract-react-intl-messages" : "^4.1.1" ,
"husky" : " ^4.3.8 ",
"lint-staged" : "^10.5. 3 ",
"husky" : " 5 ",
"lint-staged" : "^10.5. 4 ",
"nodemon" : "^2.0.7" ,
"postcss" : "^8.2. 4 ",
"postcss" : "^8.2. 5 ",
"postcss-preset-env" : "^6.7.0" ,
"prettier" : "^2.2.1" ,
"semantic-release" : "^17.3. 7 ",
"semantic-release" : "^17.3. 8 ",
"semantic-release-docker" : "^2.2.0" ,
"tailwindcss" : "npm:@tailwindcss/postcss7-compat" ,
"ts-node" : "^9.1.1" ,
"typescript" : "^4.1. 3 "
"typescript" : "^4.1. 4 "
} ,
"resolutions" : {
"sqlite3/node-gyp" : "^5.1.0"
} ,
"config" : {
"commitizen" : {
"path" : "./node_modules/cz-conventional-changelog"
}
} ,
"husky" : {
"hooks" : {
"pre-commit" : "lint-staged" ,
"prepare-commit-msg" : "exec < /dev/tty && git cz --hook || true" ,
"commit-msg" : "[[ -n $HUSKY_BYPASS ]] || commitlint -E HUSKY_GIT_PARAMS"
}
} ,
"lint-staged" : {
"**/*.{ts,tsx,js}" : [
"prettier --write" ,