-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "docs-root",
"private": true,
"workspaces": {
"packages": [
"apps/*",
"packages/*"
]
},
"scripts": {
"prebuild": "tsx zerops-llm-script.ts",
"build": "turbo run build --env-mode=loose",
"build:docs": "turbo run build --filter=docs --env-mode=loose",
"start": "turbo run start:monorepo --env-mode=loose",
"dev": "turbo run dev:monorepo --env-mode=loose",
"format": "prettier . --write",
"lint": "turbo run lint",
"lint:content": "turbo run lint:content"
},
"dependencies": {
"autoprefixer": "10.4.14",
"eslint": "^8.36.0",
"eslint-config-docs": "0.0.0",
"eslint-plugin-prettier": "5.2.3",
"postcss": "8.4.31",
"prettier": "3.3.3",
"tailwindcss": "3.3.3",
"tsconfig": "*",
"turbo": "latest",
"typescript": "^5.8.2"
},
"engines": {
"node": ">=18.17.0"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",
"devDependencies": {
"@types/glob": "^8.1.0",
"tsx": "^4.19.3"
}
}