build(v3): use pnpm, docker, docker-compose to orchestrate two services (client, server)

This commit is contained in:
Amruth Pillai
2022-03-07 13:43:34 +01:00
parent 9c1380f401
commit 938e2e8e25
23 changed files with 9355 additions and 11409 deletions
+3 -3
View File
@@ -39,6 +39,7 @@
"react-hotkeys-hook": "^3.4.4",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.0",
"react-query": "^3.34.16",
"react-redux": "^7.2.6",
"react-zoom-pan-pinch": "^2.1.3",
"redux": "^4.1.2",
@@ -51,7 +52,6 @@
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@reactive-resume/schema": "workspace:^",
"@types/downloadjs": "^1.4.3",
"@types/lodash": "^4.14.179",
"@types/node": "17.0.21",
@@ -66,9 +66,9 @@
"eslint-config-next": "12.1.0",
"postcss": "^8.4.7",
"prettier": "^2.5.1",
"react-query": "^3.34.16",
"sass": "^1.49.9",
"tailwindcss": "^3.0.23",
"typescript": "<4.6.0"
"typescript": "<4.6.0",
"@reactive-resume/schema": "workspace:*"
}
}