30 lines
637 B
JSON
30 lines
637 B
JSON
{
|
|
"name": "mantic",
|
|
"private": true,
|
|
"workspaces": [
|
|
"common",
|
|
"docs",
|
|
"functions",
|
|
"web"
|
|
],
|
|
"scripts": {
|
|
"verify": "(cd web && yarn verify:dir); (cd functions && yarn verify:dir)"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "5.25.0",
|
|
"@typescript-eslint/parser": "5.25.0",
|
|
"@types/node": "16.11.11",
|
|
"concurrently": "6.5.1",
|
|
"eslint": "8.15.0",
|
|
"eslint-plugin-lodash": "^7.4.0",
|
|
"prettier": "2.5.0",
|
|
"typescript": "4.6.4",
|
|
"ts-node": "10.9.1",
|
|
"nodemon": "2.0.19"
|
|
},
|
|
"resolutions": {
|
|
"@types/react": "17.0.43"
|
|
}
|
|
}
|