-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.2 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
64
65
66
67
68
69
70
{
"name": "website",
"version": "2.0.0-next.8",
"private": true,
"author": "Eelco Wiersma <[email protected]>",
"scripts": {
"dev": "next dev --port 3020",
"build": "yarn gen:contentlayer && next build",
"start": "next start",
"lint": "next lint",
"lint:staged": "lint-staged --allow-empty --config ../../lint-staged.config.js",
"prettify": "prettier --write src",
"gen:theme-typings": "chakra-cli tokens src/styles/theme.ts",
"gen:contentlayer": "contentlayer build --config ./contentlayer.config.ts --verbose",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@chakra-ui/cli": "^2.3.1",
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/props-docs": "^2.2.1",
"@chakra-ui/react": "^2.5.5",
"@chakra-ui/skip-nav": "^2.0.15",
"@chakra-ui/system": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fontsource/epilogue": "^4.5.11",
"@mapbox/rehype-prism": "^0.8.0",
"@mdx-js/loader": "^2.3.0",
"@next/bundle-analyzer": "^13.2.4",
"@octokit/rest": "^19.0.7",
"@saas-ui/command-bar": "^0.1.0",
"@saas-ui/palette": "^1.3.0",
"@saas-ui/props-docs": "^1.8.0",
"@saas-ui/react": "^2.0.0-next.12",
"@svgr/webpack": "^5.5.0",
"@vercel/og": "^0.5.0",
"canvas-confetti": "^1.6.0",
"contentlayer": "^0.3.1",
"date-fns": "^2.29.3",
"framer-motion": "^10.10.0",
"github-slugger": "^2.0.0",
"match-sorter": "^6.3.1",
"next": "^13.2.4",
"next-contentlayer": "^0.3.1",
"next-mdx-remote": "^4.4.1",
"next-seo": "^6.0.0",
"prism-react-renderer": "^1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-intersection-observer": "^9.4.3",
"react-live-runner": "^1.0.5",
"react-markdown": "^8.0.6",
"reading-time": "^1.5.0",
"remark-code-titles": "^0.1.2",
"remark-emoji": "^3.1.1",
"remark-gfm": "^3.0.1",
"remark-slug": "^7.0.1",
"yup": "^1.0.2"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.33.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.33",
"electron-to-chromium": "^1.4.352",
"eslint": "^8.37.0",
"eslint-config-next": "^13.2.4",
"typescript": "^4.9.5"
}
}