-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
59 lines (59 loc) · 1.59 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
{
"name": "blog-starter-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ./src/**/*.{js,jsx,ts,tsx}",
"typecheck": "tsc"
},
"dependencies": {
"@headlessui/react": "^1.7.2",
"@heroicons/react": "^2.0.18",
"@mapbox/rehype-prism": "^0.8.0",
"@notionhq/client": "^2.2.3",
"@tailwindcss/typography": "^0.5.7",
"@types/prismjs": "^1.26.0",
"@vercel/analytics": "^1.0.2",
"@vercel/og": "^0.5.17",
"classnames": "^2.3.1",
"clsx": "^2.0.0",
"date-fns": "2.30.0",
"focus-visible": "^5.2.0",
"framer-motion": "^10.16.4",
"geist": "^1.0.1",
"next": "^14.0.1",
"next-themes": "^0.2.0",
"plaiceholder": "^3.0.0",
"postcss-focus-visible": "^9.0.0",
"postcss-preset-env": "^9.1.4",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rss": "^1.2.2",
"sharp": "^0.32.6"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/jest": "^29.5.5",
"@types/node": "^20.6.5",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"@types/rss": "^0.0.30",
"autoprefixer": "^10.4.7",
"eslint": "8.50.0",
"eslint-config-next": "^13.0.2",
"globby": "^13.1.1",
"next-seo": "^6.1.0",
"next-sitemap": "^4.2.3",
"postcss": "^8.4.14",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "^3.3.2",
"typescript": "^5.2.2"
},
"license": "MIT"
}