-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.06 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": "root",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "cross-env FORCE_COLOR=1 turbo run build",
"dev": "cross-env FORCE_COLOR=1 turbo run dev --parallel",
"lint": "cross-env FORCE_COLOR=1 turbo run lint",
"test": "cross-env FORCE_COLOR=1 turbo run test",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"package": "turbo run package"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@changesets/cli": "^2.26.0",
"@manypkg/cli": "^0.20.0",
"cross-env": "7.0.3",
"next": "13.2.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"eslint-config-custom": "workspace:*",
"eslint": "8.38.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "8.8.0",
"eslint-config-turbo": "1.9.1",
"eslint-plugin-react": "7.32.2",
"prettier": "^2.8.7",
"turbo": "1.9.3",
"typescript": "5.0.4"
},
"pnpm": {
"overrides": {
"svgo": "3.0.2"
}
},
"packageManager": "[email protected]",
"keywords": [],
"license": "MIT"
}