-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 883 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": "rick-and-morty-cast-and-crew",
"version": "1.0.0",
"repository": "[email protected]:ylkhayat/rick-and-morty-cast-and-crew.git",
"author": "Youssef Elkhayat <[email protected]>",
"license": "MIT",
"scripts": {
"generate": "yarn workspaces foreach -A -p run generate",
"build": "yarn workspaces foreach -A -p run build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-unused-imports": "^3.2.0",
"prettier": "3.2.5",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]",
"private": true,
"workspaces": [
"packages/*"
]
}