-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 864 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 864 Bytes
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
{
"name": "caravel",
"version": "0.1.1",
"private": true,
"scripts": {
"commit": "better-commits",
"dev": "pnpm -r dev",
"dev:prepare": "pnpm --filter ./apps/backend db:migrate",
"build": "pnpm -r build",
"start": "pnpm -r start",
"lint": "pnpm -r lint",
"type-check": "pnpm -r type-check",
"publish": "pnpm changeset publish && git push --follow-tags",
"prepare": "husky"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.2",
"@changesets/cli": "2.29.8",
"better-commits": "1.18.3",
"@commitlint/cli": "20.4.1",
"@commitlint/config-conventional": "20.4.1",
"@prettier/plugin-oxc": "0.1.3",
"@trivago/prettier-plugin-sort-imports": "6.0.2",
"husky": "9.1.7",
"prettier": "3.7.4",
"prettier-plugin-tailwindcss": "0.7.2"
},
"volta": {
"node": "24.12.0"
}
}