0803a15902
* Move common dev dependencies to workspace top level * Add .eslintrc.js for functions and common packages * Add more linting to check workflow
19 lines
341 B
JSON
19 lines
341 B
JSON
{
|
|
"name": "mantic",
|
|
"private": true,
|
|
"workspaces": [
|
|
"common",
|
|
"functions",
|
|
"web"
|
|
],
|
|
"scripts": {},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"typescript": "4.6.4",
|
|
"@typescript-eslint/eslint-plugin": "5.25.0",
|
|
"@typescript-eslint/parser": "5.25.0",
|
|
"eslint": "8.15.0",
|
|
"prettier": "2.5.0"
|
|
}
|
|
}
|