-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 816 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
30
31
{
"name": "incaseofmydeath",
"version": "1.0.0",
"license": "MIT",
"private": true,
"workspaces": [
"backend",
"frontend"
],
"type": "module",
"devDependencies": {
"@types/node": "^22.10.7",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-allowed-dependencies": "^1.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-unicorn": "^56.0.1",
"globals": "^15.14.0",
"prettier": "3.4.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.20.0"
},
"resolutions": {
"**/react": "^18.3.1",
"**/react-dom": "^18.3.1",
"**/@types/react": "^18.3.1",
"**/@types/react-dom": "^18.3.0"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}