-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 loc) · 933 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": "reactlit",
"private": true,
"workspaces": [
"apps/*",
"libs/*"
],
"scripts": {
"dev": "turbo run dev --parallel --filter=reactlit-examples...",
"dev:docs": "turbo run dev --parallel --filter=reactlit-docs...",
"build": "turbo run build",
"test": "turbo run test",
"clean": "turbo run clean",
"lint": "turbo run lint",
"ci": "turbo run build lint test",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"turbo": "turbo",
"add-changesets": "changeset add",
"publish-packages": "pnpm run ci && changeset version && changeset publish"
},
"dependencies": {
"@changesets/cli": "^2.27.10",
"prettier": "^2.8.0",
"turbo": "^2.3.3"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387"
}