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"
|
|
|
|
],
|
2022-06-03 22:10:14 +00:00
|
|
|
"scripts": {
|
|
|
|
"verify": "(cd web && npx prettier --check .; yarn lint --max-warnings 0; tsc --pretty --project tsconfig.json --noEmit); (cd common && npx eslint . --max-warnings 0); (cd functions && npx eslint . --max-warnings 0; tsc --pretty --project tsconfig.json --noEmit)"
|
|
|
|
},
|
2022-02-01 21:25:51 +00:00
|
|
|
"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
|
|
|
}
|