-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
63 lines (63 loc) · 1.68 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
{
"name": "shuttle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.8.0",
"@next/third-parties": "^14.1.4",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"@splidejs/splide-extension-grid": "^0.4.1",
"@types/node": "18.11.11",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@vercel/analytics": "^1.3.1",
"axios": "^1.2.1",
"clsx": "^1.2.1",
"eslint": "8.29.0",
"eslint-config-next": "13.3.0",
"fathom-client": "^3.5.0",
"gray-matter": "^4.0.3",
"markdown-toc": "^1.2.0",
"next": "^14.1.4",
"next-mdx-remote": "^4.2.0",
"next-seo": "^5.15.0",
"next-sitemap": "^4.2.2",
"posthog-js": "^1.194.6",
"prism-themes": "^1.9.0",
"rc-slider": "^10.2.1",
"react": "18.2.0",
"react-animate-height": "^3.2.3",
"react-cookie-consent": "^8.0.1",
"react-countdown": "^2.3.5",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"react-scrollchor": "^7.0.2",
"react-syntax-highlighter": "^15.5.0",
"react-tooltip": "^5.21.4",
"react-twitter-embed": "^4.0.4",
"react-use": "^17.4.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "3.0.1",
"remark-gfm-4": "npm:[email protected]",
"sharp": "^0.31.2",
"typescript": "4.9.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"@types/mapbox__rehype-prism": "^0.8.0",
"@types/react-syntax-highlighter": "^15.5.6",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.2.0",
"tailwindcss": "^3.2.4"
}
}