-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 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
{
"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"
],
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@types/node": "^22.5.5",
"happy-dom": "^15.7.4",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"turbo": "^2.1.2",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.1"
},
"license": "MIT",
"packageManager": "[email protected]+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}