perf(app): working docker build stage, with github actions ci to push image

This commit is contained in:
Amruth Pillai
2022-03-04 10:54:31 +01:00
parent 36f41c2f9d
commit 5104ea6438
16 changed files with 712 additions and 657 deletions

View File

@ -1,11 +1,17 @@
{
"name": "reactive-resume",
"private": true,
"version": "3.0.0",
"license": "MIT",
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"scripts": {
"serve": "nx run-many --target=serve --all",
"test": "nx run-many --target=test --all",
@ -18,12 +24,6 @@
"commit": "changeset && cz",
"prepare": "husky install"
},
"private": true,
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"dependencies": {
"@date-io/dayjs": "^2.13.1",
"@emotion/css": "^11.7.1",
@ -45,11 +45,10 @@
"@nestjs/schedule": "^1.0.2",
"@nestjs/schematics": "^8.0.7",
"@nestjs/serve-static": "^2.2.2",
"@nestjs/testing": "^8.4.0",
"@nestjs/typeorm": "^8.0.3",
"@nrwl/next": "13.8.3",
"@nrwl/tao": "13.8.3",
"@nrwl/workspace": "13.8.3",
"@nrwl/next": "13.8.4",
"@nrwl/tao": "13.8.4",
"@nrwl/workspace": "13.8.4",
"@reduxjs/toolkit": "^1.8.0",
"axios": "^0.26.0",
"bcrypt": "^5.0.1",
@ -113,15 +112,15 @@
"@babel/preset-env": "^7.16.11",
"@changesets/cli": "^2.21.0",
"@nestjs/testing": "^8.4.0",
"@nrwl/cli": "13.8.3",
"@nrwl/eslint-plugin-nx": "13.8.3",
"@nrwl/jest": "13.8.3",
"@nrwl/linter": "13.8.3",
"@nrwl/cli": "13.8.4",
"@nrwl/eslint-plugin-nx": "13.8.4",
"@nrwl/jest": "13.8.4",
"@nrwl/linter": "13.8.4",
"@nrwl/nest": "^13.8.4",
"@nrwl/node": "13.8.3",
"@nrwl/node": "13.8.4",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "13.8.3",
"@nrwl/web": "13.8.3",
"@nrwl/react": "13.8.4",
"@nrwl/web": "13.8.4",
"@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "7.0.2",
"@types/bcrypt": "^5.0.0",
@ -137,12 +136,12 @@
"@types/passport-local": "^1.0.34",
"@types/react": "17.0.39",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "17.0.11",
"@types/react-dom": "17.0.13",
"@types/tailwindcss": "^3.0.9",
"@types/uuid": "^8.3.4",
"@types/webfontloader": "^1.6.34",
"@typescript-eslint/eslint-plugin": "~5.12.1",
"@typescript-eslint/parser": "~5.10.2",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"autoprefixer": "^10.4.2",
"babel-jest": "27.5.1",
"babel-loader": "^8.2.3",
@ -152,10 +151,10 @@
"cz-conventional-changelog": "^3.3.0",
"eslint": "~8.10.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "8.4.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.2",
"eslint-plugin-react": "7.29.3",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
@ -168,7 +167,9 @@
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.9",
"sass": "^1.49.9",
"typescript": "~4.5.5",
"ts-jest": "^27.1.3",
"ts-node": "^10.6.0",
"typescript": "<4.6.0",
"webpack": "^5.70.0"
}
}