c640b4c830
* Bring docs repo into main repo as new workspace * Pin @types/react to 17.x
24 lines
445 B
JSON
24 lines
445 B
JSON
{
|
|
"name": "mantic",
|
|
"private": true,
|
|
"workspaces": [
|
|
"common",
|
|
"docs",
|
|
"functions",
|
|
"web"
|
|
],
|
|
"scripts": {},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "5.25.0",
|
|
"@typescript-eslint/parser": "5.25.0",
|
|
"eslint": "8.15.0",
|
|
"eslint-plugin-lodash": "^7.4.0",
|
|
"prettier": "2.5.0",
|
|
"typescript": "4.6.4"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "17.0.43"
|
|
}
|
|
}
|