-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 884 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 884 Bytes
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": "with-tailwind",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"check-types": "turbo run check-types",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"nodemailer": "^8.0.0",
"prettier": "^3.6.0",
"prettier-plugin-tailwindcss": "^0.6.11",
"turbo": "^2.6.0"
},
"pnpm": {
"overrides": {
"minimatch@<3.1.4": "3.1.4",
"minimatch@>=9.0.0 <9.0.7": "9.0.7",
"lodash@<=4.17.22": "4.17.23",
"js-yaml@<3.14.2": "3.14.2",
"js-yaml@>=4.0.0 <4.1.1": "4.1.1",
"ajv@<6.14.0": "6.14.0",
"ajv@>=7.0.0-alpha.0 <8.18.0": "8.18.0",
"qs@<6.14.2": "6.14.2",
"cookie@<0.7.0": "0.7.0",
"diff@<4.0.4": "4.0.4"
}
},
"packageManager": "pnpm@10.19.0",
"engines": {
"node": ">=18"
}
}