-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.11 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
{
"name": "me",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.13.8",
"@apollo/client-integration-nextjs": "^0.12.2",
"clsx": "^2.1.1",
"graphql": "^16.11.0",
"motion": "^12.12.1",
"next": "15.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"sass": "1.84.0",
"tailwind-merge": "^3.3.1",
"uuid": "^11.1.0",
"zod": "^3.24.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^22.15.3",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"eslint": "^9.26.0",
"eslint-config-upleveled": "^9.2.3",
"prettier": "^3.5.3",
"stylelint": "^16.19.1",
"stylelint-config-upleveled": "^1.1.9",
"tailwindcss": "^4",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}