-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "biscuits",
"version": "1.0.0",
"description": "",
"packageManager": "pnpm@9.15.0",
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"typecheck": "turbo run typecheck",
"test": "turbo run test",
"prepare": "husky install",
"backup-prod": "node ./scripts/backup-prod.mjs",
"mirror-prod": "node ./scripts/mirror-prod.mjs",
"up-verdant": "pnpm --recursive update \"@verdant-web/*\" --latest",
"up-verdant-next": "pnpm --recursive update \"@verdant-web/*@next\"",
"up-ui": "pnpm --recursive update \"@a-type/ui\" --latest",
"create-migration": "node ./scripts/createMigration.mjs",
"create-app": "node ./scripts/create-app/create-app.mjs",
"free-ports": "kill-port 6123 6124 6220 6221",
"latest": "pnpm --recursive update --latest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@clack/prompts": "0.7.0",
"aws-cdk": "2.140.0",
"cp-tpl": "1.0.9",
"eslint": "9.17.0",
"eslint-plugin-react": "7.37.2",
"husky": "^8.0.3",
"kill-port": "2.0.1",
"prettier": "3.4.2",
"turbo": "^2.3.3",
"typescript": "5.7.2"
},
"volta": {
"node": "22.12.0"
}
}