-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.13 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
{
"name": "usa",
"version": "0.1.0",
"repository": "https://github.com/cardo-usa/usa.git",
"license": "MIT",
"private": true,
"engines": {
"node": ">=18.0.0 <19",
"pnpm": ">=8.0.0"
},
"packageManager": "[email protected]",
"volta": {
"node": "18.17.1",
"pnpm": "8.6.12"
},
"scripts": {
"prepare": "husky install",
"all": "pnpm --filter @usa/*",
"api": "pnpm --filter @usa/api",
"catalog": "pnpm --filter @usa/catalog",
"website": "pnpm --filter @usa/website"
},
"devDependencies": {
"@types/eslint": "8.44.2",
"@types/jest": "29.5.3",
"@types/node": "20.5.1",
"cross-env": "7.0.3",
"dotenv-cli": "7.3.0",
"eslint": "8.47.0",
"husky": "8.0.3",
"jest": "29.6.2",
"lint-staged": "14.0.0",
"prettier": "3.0.2",
"rimraf": "5.0.1",
"stylelint": "15.10.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"turbo": "1.10.12",
"typescript": "5.1.6"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
}
}