generated from t3-oss/create-t3-turbo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 804 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
{
"name": "create-t3-turbo",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"preinstall": "npx -y only-allow pnpm",
"build": "turbo build",
"clean": "rm -rf node_modules",
"clean:workspaces": "turbo clean",
"db:generate": "turbo db:generate",
"db:push": "turbo db:push db:generate",
"dev": "turbo dev --parallel",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo lint && manypkg check",
"type-check": "turbo type-check"
},
"dependencies": {
"@manypkg/cli": "^0.19.2",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"eslint": "^8.30.0",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"turbo": "^1.6.3",
"typescript": "^4.9.4"
}
}