-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1021 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1021 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
32
33
34
35
36
37
38
39
40
{
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"generate": "turbo run generate",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
"start": "turbo run start",
"format": "prettier --write \"**/*.{ts,tsx,scss}\"",
"postinstall": "patch-package"
},
"engines": {
"node": ">=22.12.0",
"npm": ">=10.0.0"
},
"packageManager": "npm@11.6.1",
"workspaces": [
"apps/*",
"packages/*"
],
"devDependencies": {
"@cloudflare/workers-types": "^4.20260301.1",
"@playwright/test": "^1.58.2",
"@trivago/prettier-plugin-sort-imports": "5.2.2",
"@types/node": "^25.2.1",
"patch-package": "8.0.1",
"prettier": "3.6.2",
"turbo": "2.5.8"
},
"optionalDependencies": {
"@rollup/rollup-linux-arm64-musl": "4.52.4",
"@rollup/rollup-linux-x64-gnu": "4.52.4",
"@rollup/rollup-linux-x64-musl": "4.52.4"
},
"name": "berkeleytime",
"dependencies": {
"react-markdown": "^10.1.0"
}
}