-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
41
42
43
{
"name": "root",
"version": "0.0.0",
"description": "",
"type": "module",
"private": true,
"scripts": {
"build": "turbo run build",
"release": "pnpm run build && changeset publish",
"dev": "turbo run dev",
"test": "vitest",
"clean": "rimraf -g packages/**/dist www/**/.vercel packages/**/.turbo www/**/.turbo www/**/.astro",
"preview": "turbo run preview",
"check": "turbo run check",
"www": "pnpm --filter www run",
"cli": "pnpm --filter cli run",
"common": "pnpm --filter common run"
},
"workspaces": [
"packages/*",
"examples/*",
"www"
],
"pnpm": {
"overrides": {
"@astrojs/mdx": "4.0.2"
}
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@types/node": "^22.10.1",
"happy-dom": "^15.11.7",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"turbo": "^2.3.3",
"typescript": "^5.7.2",
"vite-tsconfig-paths": "^5.1.3",
"vitest": "^2.1.8"
},
"license": "MIT",
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
}