47f10301c8
* Set common package.json sideEffects: false * Configure SWC to modularize lodash imports * Import specific lodash functions instead of _ * Add an eslint rule to avoid full lodash import
20 lines
379 B
JSON
20 lines
379 B
JSON
{
|
|
"name": "mantic",
|
|
"private": true,
|
|
"workspaces": [
|
|
"common",
|
|
"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"
|
|
}
|
|
}
|