Репозитоий переименован во frontend, обновлены зависимости, добавлен eslint-config
This commit is contained in:
11
package.json
11
package.json
@@ -1,13 +1,14 @@
|
||||
{
|
||||
"name": "root",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"packageManager": "yarn@4.12.0",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"lerna": "^8.1.2",
|
||||
"prettier": "^3.2.5"
|
||||
},
|
||||
"packageManager": "yarn@4.1.1"
|
||||
"@advdominion/eslint-config": "workspace:*",
|
||||
"eslint": "^9.39.2",
|
||||
"lerna": "^9.0.3",
|
||||
"prettier": "^3.7.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user