-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 851 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "@breakable-toy/root",
"packageManager": "[email protected]",
"private": true,
"workspaces": [
"projects/shared-deps/*",
"projects/handmade-dev-server/*",
"projects/handmade-dev-server-mf/*",
"projects/module-federation-example-1/*",
"projects/module-federation-example-2/*",
"projects/module-federation-data-layer/*",
"projects/mf-event-pipeline/*",
"projects/mf-fast-refresh/*",
"projects/*"
],
"devDependencies": {
"@types/node": "^18.19.1",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "^8.38.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.7",
"turbo": "^1.9.9",
"typescript": "^5.0.4"
}
}