-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.3 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@teimurjan/root",
"version": "0.0.0",
"private": true,
"description": "Monorepo root for the tools related to my peronsality",
"author": "Teimur Gasanov",
"scripts": {
"develop": "yarn workspace @teimurjan/landing develop",
"start": "yarn workspace @teimurjan/landing develop",
"build": "yarn workspace @teimurjan/landing build",
"serve": "yarn workspace @teimurjan/landing serve",
"clean": "yarn workspace @teimurjan/landing clean",
"codegen": "yarn workspace @teimurjan/gql-types codegen",
"typecheck": "yarn workspaces foreach -A run tsc --noEmit",
"lint": "eslint workspaces/*/src"
},
"dependencies": {
"@yarnpkg/types": "^4.0.0-rc.51",
"compare-versions": "^6.1.0"
},
"devDependencies": {
"@eslint/js": "^9.11.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "5.1.0-rc-e4953922-20240919",
"globals": "^15.9.0",
"prettier": "^3.2.5",
"typescript-eslint": "^8.6.0"
},
"resolutions": {
"graphql": "15.8.0",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8"
},
"workspaces": [
"workspaces/**"
],
"engines": {
"node": ">=18.18.0"
},
"packageManager": "[email protected]"
}