2022-02-01 21:25:51 +00:00
|
|
|
{
|
|
|
|
"name": "mantic",
|
|
|
|
"private": true,
|
|
|
|
"workspaces": [
|
|
|
|
"common",
|
2022-05-31 21:30:58 +00:00
|
|
|
"docs",
|
2022-02-01 21:25:51 +00:00
|
|
|
"functions",
|
|
|
|
"web"
|
|
|
|
],
|
|
|
|
"scripts": {},
|
|
|
|
"dependencies": {},
|
2022-05-22 07:35:43 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@typescript-eslint/eslint-plugin": "5.25.0",
|
|
|
|
"@typescript-eslint/parser": "5.25.0",
|
|
|
|
"eslint": "8.15.0",
|
2022-05-22 08:36:05 +00:00
|
|
|
"eslint-plugin-lodash": "^7.4.0",
|
|
|
|
"prettier": "2.5.0",
|
|
|
|
"typescript": "4.6.4"
|
2022-05-31 21:30:58 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "17.0.43"
|
2022-05-22 07:35:43 +00:00
|
|
|
}
|
2022-02-01 21:25:51 +00:00
|
|
|
}
|