generated from sanity-io/nextjs-blog-cms-sanity-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.74 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
{
"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/react": "2.0.2",
"@sanity/image-url": "1.0.2",
"@sanity/orderable-document-list": "^1.2.1",
"@sanity/vision": "^3.68.3",
"@sendgrid/mail": "^8.1.1",
"@vercel/og": "0.5.0",
"axios": "^1.7.7",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"intl-segmenter-polyfill": "0.4.4",
"js-cookie": "^3.0.5",
"next": "^14.2.15",
"next-sanity": "4.1.6",
"nodemailer": "^6.9.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-image-gallery": "^1.3.0",
"sanity": "^3.68.3",
"sanity-plugin-asset-source-unsplash": "1.0.6",
"styled-components": "^6.1.8",
"suspend-react": "0.0.9",
"swiper": "^10.2.0",
"swr": "2.1.1",
"xml": "^1.0.1"
},
"devDependencies": {
"@types/js-cookie": "^3.0.4",
"@types/react": "^18.0.28",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.4.14",
"eslint": "^8.35.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-packagejson": "^2.4.3",
"prettier-plugin-tailwindcss": "^0.2.5",
"tailwindcss": "3.3.1",
"typescript": "5.0.3"
},
"engines": {
"node": ">=18"
}
}