-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
62 lines (62 loc) · 1.97 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
{
"name": "contentlayer-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001 & local-ssl-proxy --source 3000 --target 3001",
"build": "contentlayer build && next build && next-sitemap",
"start": "next start",
"check-links": "blc \"http://localhost:3001\" -roe"
},
"dependencies": {
"@notionhq/client": "^2.2.5",
"@radix-ui/react-dropdown-menu": "^0.1.6",
"@radix-ui/react-scroll-area": "^0.1.4",
"@radix-ui/react-tabs": "^0.1.5",
"@radix-ui/react-tooltip": "^0.1.7",
"@stackblitz/sdk": "^1.7.0-alpha.3",
"@tailwindcss/typography": "^0.5.2",
"cheerio": "^1.0.0-rc.10",
"classnames": "^2.3.1",
"contentlayer-source-notion": "^0.0.1-alpha.26",
"date-fns": "^2.28.0",
"kbar": "^0.1.0-beta.34",
"markdown-to-jsx": "^7.1.6",
"next": "12.1.5",
"next-sitemap": "^2.5.20",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-helmet": "^6.1.0",
"shiki-twoslash": "^3.0.2",
"tailwindcss-radix": "^1.6.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.41.3",
"@types/eslint": "^8.4.1",
"@types/postcss-import": "^14.0.0",
"@types/react": "^18.0.3",
"@types/react-helmet": "^6.1.5",
"autoprefixer": "^10.4.4",
"broken-link-checker": "^0.7.8",
"contentlayer": "^0.3.3",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"eslint-plugin-import": "^2.26.0",
"gray-matter": "^4.0.3",
"local-ssl-proxy": "^1.3.0",
"mdast-util-mdx": "^2.0.0",
"mdast-util-to-markdown": "^1.3.0",
"next-contentlayer": "^0.3.3",
"postcss": "^8.4.12",
"postcss-import": "^14.1.0",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.8",
"rehype-highlight": "^5.0.2",
"tailwindcss": "^3.0.24",
"typescript": "4.9.4"
},
"packageManager": "[email protected]",
"resolutions": {
"@stackblitz/[email protected]": "patch:@stackblitz/sdk@npm:1.7.0-alpha.3#.yarn/patches/@stackblitz-sdk-npm-1.7.0-alpha.3-1f8676ad43.patch"
}
}