-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 911 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": "playground",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"test": "turbo test",
"gen": "turbo generate",
"format": "prettier -u -w .",
"format:check": "prettier -u -c .",
"prepare": "husky",
"clean": "rm -rf .turbo **/*/.turbo** node_modules **/*/node_modules**",
"postinstall": "manypkg check",
"package:fix": "manypkg fix",
"ui:add": "pnpm --filter @repo/ui ui:add"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"dependencies": {
"@manypkg/cli": "0.22.0",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"eslint": "8.57.1",
"husky": "9.1.7",
"lint-staged": "15.3.0",
"prettier": "3.4.2",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.9",
"turbo": "2.3.3"
}
}