generated from t3-oss/create-t3-turbo
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 969 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
32
33
34
35
{
"name": "t3-turbo-and-clerk",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "turbo build",
"clean": "rm -rf node_modules",
"clean:workspaces": "turbo clean",
"db:generate": "turbo db:generate",
"db:push": "turbo db:push",
"dev": "turbo dev --parallel",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo lint",
"FIXME:lint": "turbo lint && manypkg check",
"type-check": "turbo type-check"
},
"dependencies": {
"@manypkg/cli": "^0.19.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.46.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.1.13",
"turbo": "^1.10.12",
"typescript": "^4.9.5"
},
"pnpm": {
"overrides": {
"got@<11.8.5": ">=11.8.5",
"xml2js@<0.5.0": ">=0.5.0",
"json5@<1.0.2": ">=1.0.2",
"semver@>=7.0.0 <7.5.2": ">=7.5.2"
}
}
}