-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.13 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "nextjs-blog-cms-sanity-v3",
"private": true,
"scripts": {
"build": "next build",
"dev": "next",
"format": "npx prettier --write . --ignore-path .gitignore --cache",
"lint": "next lint -- --ignore-path .gitignore",
"lint:fix": "npm run format && npm run lint -- --fix",
"start": "next start",
"type-check": "tsc --noEmit"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"dependencies": {
"@portabletext/to-html": "^2.0.13",
"@sanity/code-input": "^4.1.4",
"@sanity/image-url": "1.0.2",
"@sanity/preview-url-secret": "1.6.21",
"@sanity/scheduled-publishing": "^1.4.1",
"@sanity/vision": "3.57.3",
"@sanity/visual-editing": "2.1.10",
"@vercel/analytics": "^1.3.1",
"@vercel/og": "0.6.2",
"@vercel/speed-insights": "^1.0.12",
"classnames": "2.5.1",
"date-fns": "3.6.0",
"disqus-react": "^1.1.5",
"embla-carousel-react": "^8.3.0",
"feed": "^4.2.2",
"get-youtube-id": "^1.0.1",
"intl-segmenter-polyfill": "0.4.4",
"next": "14.2.11",
"next-sanity": "9.4.7",
"next-sanity-image": "6.1.1",
"next-share": "^0.27.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.1",
"react-lite-youtube-embed": "^2.4.0",
"react-medium-image-zoom": "^5.2.9",
"react-toastify": "^10.0.5",
"react-twitter-embed": "^4.0.4",
"sanity": "3.57.3",
"sanity-plugin-asset-source-unsplash": "3.0.1",
"sanity-plugin-iframe-pane": "3.1.6",
"styled-components": "6.1.13",
"suspend-react": "^0.1.3",
"swr": "2.2.5",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1"
},
"devDependencies": {
"@types/react": "18.3.5",
"@types/styled-components": "5.1.34",
"autoprefixer": "10.4.20",
"eslint": "^8.0.0",
"eslint-config-next": "14.2.11",
"eslint-plugin-simple-import-sort": "12.1.1",
"postcss": "8.4.47",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.2",
"prettier-plugin-tailwindcss": "0.6.6",
"tailwindcss": "3.4.11",
"typescript": "5.6.2"
},
"engines": {
"node": ">=16"
}
}