-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 947 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
{
"name": "ptat",
"version": "0.0.0",
"private": true,
"license": "UNLICENSED",
"type": "module",
"workspaces": [
"./apps/*",
"./packages/*"
],
"scripts": {
"prepare": "husky && prisma generate --no-hints"
},
"devDependencies": {
"@pentible/check-package-lock": "0.105.0",
"@pentible/eslint-config": "0.105.0",
"@pentible/eslint-config-prettier": "0.105.0",
"@pentible/prettier": "0.105.0",
"@pentible/shellcheck-all": "0.105.0",
"@pentible/tsconfig": "0.105.0",
"@types/eslint": "8.56.10",
"eslint": "8.57.0",
"husky": "9.1.6",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"tsx": "4.19.1",
"turbo": "2.2.1",
"typescript": "5.6.3"
},
"packageManager": "[email protected]",
"engines": {
"node": "^20"
}
}