-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
34 lines (34 loc) · 972 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
31
32
33
34
{
"name": "empiricalrun-monorepo",
"private": true,
"scripts": {
"build": "turbo build",
"changeset": "changeset",
"dev": "npm exec turbowatch turbowatch.ts",
"docs:install": "cd docs && pnpm --ignore-workspace install",
"docs:dev": "cd docs && pnpm dev",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"gen:pkg:lib": "turbo gen pkg:lib",
"lint": "turbo lint",
"publish-packages": "changeset publish",
"test": "turbo test",
"test:watch": "turbo run test:watch"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@empiricalrun/eslint-config": "workspace:*",
"@empiricalrun/typescript-config": "workspace:*",
"autoprefixer": "^10.4.18",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"tsup": "^8.0.2",
"turbo": "latest",
"turbowatch": "^2.29.4",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
}
}