generated from mjkid221/t3-template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.71 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.71 KB
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
45
46
47
48
49
50
51
52
{
"name": "create-t3-turbo",
"private": true,
"engines": {
"node": "^20.0.0"
},
"packageManager": "pnpm@9.5.0",
"scripts": {
"build": "turbo run build",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo run clean",
"db:push": "turbo -F @acme/db push",
"db:studio": "turbo -F @acme/db studio",
"dev": "turbo watch dev",
"dev:next": "turbo watch dev -F @acme/nextjs...",
"format": "turbo run format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
"format:fix": "turbo run format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache",
"lint": "turbo run lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
"lint:fix": "turbo run lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
"lint:ws": "pnpm dlx sherif@latest",
"postinstall": "pnpm lint:ws",
"typecheck": "turbo run typecheck",
"ui-add": "turbo run ui-add",
"prepare": "husky"
},
"devDependencies": {
"@acme/prettier-config": "workspace:*",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "18.5.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@sendgrid/mail": "^8.1.3",
"@turbo/gen": "^2.0.6",
"ethers": "5",
"husky": "^9.0.11",
"install": "^0.13.0",
"lint-staged": "^15.2.4",
"prettier": "catalog:",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"turbo": "^2.0.6",
"typescript": "catalog:"
},
"prettier": "@acme/prettier-config",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
}
}