-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.69 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.69 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "tandem-website",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@9.15.4",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"prepare": "husky"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"clsx": "^2.1.1",
"focus-trap-react": "^11.0.6",
"next": "^16.1.4",
"nodemailer": "^7.0.12",
"postprocessing": "^6.38.3",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-hot-toast": "^2.6.0",
"three": "^0.183.2"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@eslint/eslintrc": "^3.3.5",
"@types/node": "^20",
"@types/nodemailer": "^7.0.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/three": "^0.183.1",
"eslint": "^9.39.4",
"eslint-config-next": "^16.1.6",
"husky": "^9.1.7",
"postcss": "^8",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"pnpm": {
"overrides": {
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
"next@>=15.6.0-canary.0 <16.1.5": ">=16.1.5",
"next@>=16.1.0-canary.0 <16.1.5": ">=16.1.5",
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
"next@>=16.0.0-beta.0 <16.1.5": ">=16.1.5",
"fast-xml-parser@>=5.0.9 <=5.3.3": ">=5.3.4",
"minimatch@3": ">=3.1.4",
"minimatch@9": "9.0.7",
"@eslint/eslintrc>minimatch": "^3.1.5",
"@eslint/eslintrc>ajv": "^6.14.0",
"eslint>ajv": "^6.14.0",
"fast-xml-parser": ">=5.3.8",
"flatted@<3.4.0": ">=3.4.0"
}
}
}