generated from sanity-io/sanity-template-nextjs-clean
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.51 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.51 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next",
"format": "npx prettier --write . --ignore-path .gitignore",
"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": "3.0.4",
"@sanity/client": "6.4.7",
"@sanity/code-input": "^4.1.1",
"@sanity/demo": "1.0.2",
"@sanity/vision": "3.15.1",
"@tailwindcss/typography": "0.5.9",
"@vercel/analytics": "^1.0.2",
"@vercel/og": "^0.5.13",
"next": "^13.4.19",
"next-sanity": "5.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-refractor": "^2.1.7",
"sanity": "3.15.1",
"sanity-plugin-iframe-pane": "2.5.5",
"styled-components": "5.3.11"
},
"devDependencies": {
"@sanity/block-tools": "^3.16.4",
"@types/react": "18.2.20",
"autoprefixer": "^10.4.15",
"axios": "^1.5.0",
"dotenv": "^16.3.1",
"eslint": "8.47.0",
"eslint-config-next": "13.4.17",
"eslint-plugin-simple-import-sort": "10.0.0",
"jsdom": "^22.1.0",
"marked": "^9.0.0",
"postcss": "^8.4.28",
"prettier": "3.0.2",
"prettier-plugin-packagejson": "2.4.5",
"prettier-plugin-tailwindcss": "0.5.3",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.1",
"typescript": "5.1.6"
},
"engines": {
"node": ">=18"
}
}