-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.79 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.79 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next --turbopack",
"format": "prettier --cache --write .",
"graphql:deploy": "sanity graphql deploy",
"lint": "next lint .",
"presetup": "echo 'about to setup env variables, follow the guide here: https://github.com/sanity-io/demo-graphql-presentation-nextjs#using-the-sanity-cli'",
"setup": "npx sanity@latest init --env .env.local",
"postsetup": "echo 'create the read token by following the rest of the guide: https://github.com/sanity-io/demo-graphql-presentation-nextjs#creating-a-read-token'",
"start": "next start"
},
"prettier": {
"plugins": [
"prettier-plugin-packagejson",
"prettier-plugin-tailwindcss"
],
"semi": false,
"singleQuote": true
},
"dependencies": {
"@next/env": "15.5.7",
"@sanity/assist": "5.0.2",
"@sanity/client": "7.13.1",
"@sanity/icons": "3.7.4",
"@sanity/image-url": "1.2.0",
"@sanity/vision": "4.20.0",
"@tailwindcss/typography": "0.5.19",
"@types/node": "^24.10.1",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@urql/core": "6.0.1",
"@vercel/speed-insights": "1.2.0",
"autoprefixer": "10.4.22",
"date-fns": "4.1.0",
"next": "15.5.9",
"next-sanity": "10.1.4",
"postcss": "8.5.6",
"react": "19.2.1",
"react-dom": "19.2.1",
"rxjs": "7.8.2",
"sanity": "4.20.0",
"sanity-plugin-asset-source-unsplash": "4.0.1",
"server-only": "0.0.1",
"styled-components": "6.1.19",
"tailwindcss": "3.4.18",
"typescript": "5.9.3"
},
"devDependencies": {
"eslint": "9.39.3",
"eslint-config-next": "15.5.7",
"prettier": "3.7.3",
"prettier-plugin-packagejson": "2.5.20",
"prettier-plugin-tailwindcss": "0.7.1"
},
"packageManager": "pnpm@9.15.9"
}