-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.19 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "tuloki",
"version": "0.1.0",
"repository": "https://github.com/tund93/tuloki.git",
"private": true,
"engines": {
"node": ">=18.0.0 <19",
"pnpm": ">=8.0.0"
},
"packageManager": "[email protected]",
"volta": {
"node": "18.18.2",
"pnpm": "8.9.2"
},
"scripts": {
"prepare": "husky install",
"all": "pnpm --filter @tuloki/*",
"api": "pnpm --filter @tuloki/api",
"catalog": "pnpm --filter @tuloki/catalog",
"website-v2": "pnpm --filter @tuloki/website-v2",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"fmt": "turbo run fmt",
"fmt:fix": "turbo run fmt:fix"
},
"devDependencies": {
"@types/eslint": "8.44.5",
"@types/jest": "29.5.6",
"@types/node": "20.8.6",
"cross-env": "7.0.3",
"dotenv-cli": "7.3.0",
"eslint": "8.51.0",
"husky": "8.0.3",
"jest": "29.7.0",
"lint-staged": "14.0.1",
"prettier": "3.0.3",
"rimraf": "5.0.5",
"stylelint": "15.11.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"turbo": "1.10.15",
"typescript": "5.2.2"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}