-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 879 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
{
"name": "template-react",
"description": "Monorepo template for web apps",
"version": "5.1.1",
"license": "MIT",
"author": "Kevin Porten <hello@kevinporten.dev>",
"repository": "https://github.com/kporten/template-react",
"bugs": "https://github.com/kporten/template-react/issues",
"private": true,
"type": "module",
"engines": {
"node": ">=18 <21"
},
"packageManager": "pnpm@8.11.0",
"scripts": {
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"@changesets/cli": "2.27.1",
"@commitlint/cli": "18.4.3",
"@commitlint/config-conventional": "18.4.3",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"eslint": "8.54.0",
"globals": "13.23.0",
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "0.5.7",
"turbo": "1.10.16",
"typescript": "5.3.2"
}
}