-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1005 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1005 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
36
37
38
39
40
41
42
{
"name": "karlydev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@sanity/client": "^7.23.0",
"@sanity/image-url": "^2.1.1",
"@sanity/vision": "^6.3.0",
"@vercel/analytics": "^2.0.1",
"next": "^16.2.10",
"next-sanity": "^13.1.1",
"postcss": "^8.5.16",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-hot-toast": "^2.6.0",
"remixicon": "^4.9.1",
"resend": "^6.16.0",
"sanity": "^6.3.0",
"styled-components": "^6.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@types/node": "^20.19.43",
"@types/react": "^19.2.17",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^16.2.9",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3"
},
"allowScripts": {
"sharp@0.34.5": true,
"unrs-resolver@1.12.2": true,
"esbuild@0.28.1": true
}
}