-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 969 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
35
36
37
{
"name": "monorepo",
"scripts": {
"build": "turbo run build",
"preview": "turbo run preview",
"dev": "turbo run dev",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint:fix": "pnpm --recursive run lint:fix",
"lint": "turbo run lint",
"postinstall": "manypkg check",
"stylelint": "turbo stylelint",
"test:unit": "turbo run test:unit",
"test:unit:watch": "turbo run test:unit:watch",
"gen:vue-component": "turbo gen vue-component"
},
"packageManager": "pnpm@9.12.2",
"engines": {
"node": ">=22"
},
"dependencies": {
"@changesets/cli": "^2.27.9",
"@inkbeard/eslint-config": "workspace:*",
"@inkbeard/typescript-config": "workspace:*",
"@manypkg/cli": "^0.22.0",
"eslint": "^8.57.1",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"stylelint": "^16.10.0",
"turbo": "^2.1.3"
},
"manypkg": {
"ignoredRules": [
"INTERNAL_MISMATCH"
]
},
"license": "MIT"
}