-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.17 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
{
"name": "nextjs-monorepo-boilerplate",
"packageManager": "pnpm@9.13.1",
"engines": {
"node": "20.x"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"format": "prettier --write \"**/*.{js,ts,jsx,tsx,cjs,mjs,cts,mts,json}\"",
"lint": "run-p lint:*",
"lint:eslint": "eslint .",
"lint:secret": "secretlint \"**/*\"",
"migrate": "turbo run migrate",
"test": "turbo run test"
},
"devDependencies": {
"@eslint/eslintrc": "3.1.0",
"@eslint/js": "9.14.0",
"@secretlint/secretlint-rule-preset-recommend": "8.5.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.14",
"@types/node": "20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"eslint": "8.57.1",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "9.1.0",
"globals": "15.11.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lefthook": "1.8.4",
"npm-run-all2": "7.0.1",
"prettier": "3.3.3",
"secretlint": "8.5.0",
"ts-jest": "29.2.5",
"turbo": "2.2.3",
"typescript": "5.6.3",
"typescript-eslint": "8.14.0"
}
}