-
Notifications
You must be signed in to change notification settings - Fork 159
/
Copy pathpackage.json
30 lines (30 loc) · 847 Bytes
/
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
{
"name": "root",
"private": true,
"scripts": {
"build": "WORKSPACE_BUILD=true node scripts/workspace.mjs build",
"postbuild": "node scripts/version-warning.mjs",
"postinstall": "pnpm build",
"dev": "node scripts/workspace.mjs dev",
"pack": "node scripts/workspace.mjs pack",
"pack:bump": "pnpm --filter scan pack:bump",
"lint": "biome lint .",
"format": "biome format . --write",
"check": "biome check . --write"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.10.2",
"@vercel/style-guide": "^6.0.0",
"autoprefixer": "^10.4.20",
"boxen": "^8.0.1",
"chalk": "^5.3.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "latest",
"vite-tsconfig-paths": "^5.1.4"
},
"packageManager": "[email protected]",
"dependencies": {
}
}