-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (31 loc) · 917 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
{
"name": "monorepo",
"private": true,
"scripts": {
"lint": "turbo lint",
"lint:check": "turbo lint:check",
"format": "turbo format",
"format:check": "turbo format:check",
"build": "turbo build",
"test": "turbo test",
"release": "pnpm build && changeset publish"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.0.3",
"tsup": "^7.2.0",
"tsx": "^3.12.2",
"turbo": "^1.10.13",
"typescript": "^5.2.2",
"vitest": "^0.34.5",
"vitest-environment-miniflare": "^2.14.1"
}
}