This repository has been archived by the owner on May 26, 2023. It is now read-only.
forked from leerob/site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.52 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
{
"private": true,
"license": "MIT",
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"lint": "next lint",
"sanity": "sanity dev"
},
"dependencies": {
"@next/font": "13.0.2",
"@prisma/client": "^4.5.0",
"@sanity/image-url": "^1.0.1",
"@sanity/webhook": "^2.0.0",
"@tailwindcss/typography": "0.5.7",
"@vercel/analytics": "^0.1.3",
"classnames": "^2.3.2",
"date-fns": "2.29.3",
"googleapis": "48.0.0",
"motion": "^10.14.3",
"next": "13.0.2",
"next-auth": "4.15.1",
"next-mdx-remote": "^4.1.0",
"next-sanity": "^1.0.6",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"sanity": "dev-preview",
"sanity-plugin-markdown": "^3.0.0-v3-studio.0",
"styled-components": "^5.3.6",
"swr": "1.3.0",
"tailwindcss": "3.2.1",
"use-delayed-render": "^0.0.7"
},
"devDependencies": {
"@types/react": "^18.0.24",
"autoprefixer": "10.4.13",
"eslint": "8.26.0",
"eslint-config-next": "13.0.2",
"globby": "13.1.2",
"postcss": "^8.4.18",
"prettier": "2.7.1",
"prisma": "4.5.0",
"reading-time": "^1.5.0",
"rehype": "12.0.1",
"rehype-autolink-headings": "6.1.1",
"rehype-code-titles": "1.1.0",
"rehype-prism-plus": "^1.5.0",
"rehype-slug": "5.1.0",
"remark-gfm": "^3.0.1",
"rss": "1.2.2",
"typescript": "^4.8.4"
},
"prettier": {
"arrowParens": "always",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none"
}
}