-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.45 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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/code-highlight": "^7.5.3",
"@mantine/core": "^7.5.3",
"@mantine/hooks": "^7.5.3",
"@portabletext/react": "^3.0.11",
"@sanity-typed/next-sanity": "^2.1.2",
"@sanity-typed/types": "^6.3.3",
"@sanity/client": "^6.14.3",
"@sanity/icons": "^2.10.3",
"@sanity/types": "^3.30.0",
"@sanity/ui": "^2.0.7",
"@sanity/vision": "^3.30.0",
"@t3-oss/env-nextjs": "^0.9.2",
"@tabler/icons-react": "^2.47.0",
"@vercel/analytics": "^1.2.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jiti": "^1.21.0",
"next": "^14.1.0",
"next-sanity": "8.0.2",
"react": "^18.2",
"react-dom": "^18",
"sanity": "^3.30.0",
"sanity-plugin-iframe-pane": "^3.1.3",
"sanity-plugin-vercel-deploy": "^3.3.4",
"styled-components": "^6.1.8",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"eslint-plugin-unused-imports": "^3.1.0",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"typescript": "^5",
"typescript-eslint": "^7.0.2"
}
}