generated from sanity-io/nextjs-blog-cms-sanity-v3
-
Notifications
You must be signed in to change notification settings - Fork 90
/
Copy pathpackage.json
39 lines (39 loc) · 1004 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
32
33
34
35
36
37
38
39
{
"name": "nextjs-app",
"private": true,
"scripts": {
"predev": "npm run typegen",
"dev": "next --turbo",
"prebuild": "npm run typegen",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typegen": "sanity typegen generate"
},
"dependencies": {
"@sanity/client": "^6.22.5",
"@sanity/image-url": "^1.1.0",
"@sanity/uuid": "^3.0.2",
"@tailwindcss/typography": "^0.5.15",
"@vercel/speed-insights": "^1.1.0",
"autoprefixer": "^10.4.20",
"date-fns": "^3.6.0",
"next": "^15.1.6",
"next-sanity": "^9.8.42",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sanity": "^3.71.2",
"sonner": "^1.7.0",
"styled-components": "^6.1.13"
},
"devDependencies": {
"typescript": "5.6.3",
"eslint": "^8.57.0",
"@types/react-dom": "^18.3.1",
"@types/node": "^20.14.13",
"@types/react": "^18.3.12",
"eslint-config-next": "^15.0.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15"
}
}