-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.24 KB
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
38
39
40
41
42
43
44
{
"name": "restkit",
"private": true,
"packageManager": "pnpm@10.7.1",
"scripts": {
"prepare": "husky",
"lint": "turbo lint",
"format": "turbo format",
"typecheck": "turbo typecheck",
"build": "turbo run build",
"dev": "turbo run dev",
"check-types": "turbo run check-types",
"deps:check": "pnpm outdated -r --no-optional",
"deps:update": "pnpm update -r -L",
"test:unit": "turbo run test:unit"
},
"devDependencies": {
"@commitlint/cli": "19.8.0",
"@commitlint/config-conventional": "19.8.0",
"@eslint/compat": "1.2.8",
"@eslint/js": "9.24.0",
"@ianvs/prettier-plugin-sort-imports": "4.4.1",
"@types/node": "22.14.0",
"@typescript-eslint/eslint-plugin": "8.29.0",
"@typescript-eslint/parser": "8.29.0",
"@vitest/coverage-v8": "3.1.1",
"eslint": "9.24.0",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-perfectionist": "4.11.0",
"eslint-plugin-prettier": "5.2.6",
"eslint-plugin-unicorn": "58.0.0",
"globals": "16.0.0",
"husky": "9.1.7",
"prettier": "3.5.3",
"turbo": "2.5.0",
"typescript": "5.8.3",
"typescript-eslint": "8.29.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.1.1"
},
"volta": {
"node": "23.11.0"
}
}