-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
77 lines (77 loc) · 2.43 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
71
72
73
74
75
76
77
{
"name": "theatrejs-website",
"description": "theatrejs.com and Theatre.js' docs",
"version": "0.1.0",
"private": true,
"license": "Apache-2.0",
"scripts": {
"dev": "next dev -p 3001 & local-ssl-proxy --source 3000 --target 3001",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"check-links": "blc \"http://localhost:3001\" -roe",
"sync-with-mux": "node -r esbuild-register sync-with-mux.ts"
},
"dependencies": {
"@code-hike/mdx": "^0.7.4",
"@mdx-js/loader": "^2.1.2",
"@mux/mux-node": "^7.3.0",
"@mux/mux-player": "latest",
"@mux/mux-player-react": "latest",
"@next/mdx": "^12.2.3",
"@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",
"@radix-ui/react-visually-hidden": "^0.1.4",
"@stackblitz/sdk": "^1.7.0-alpha.3",
"@tailwindcss/typography": "^0.5.2",
"cheerio": "^1.0.0-rc.10",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"dotenv": "^16.0.3",
"esbuild": "^0.15.15",
"esbuild-register": "^3.4.1",
"fathom-client": "^3.5.0",
"globby": "^13.1.3",
"kbar": "^0.1.0-beta.34",
"markdown-to-jsx": "^7.1.6",
"mdx-bundler": "^9.2.1",
"next": "12.2.2",
"next-sitemap": "^2.5.20",
"node-fetch": "^3.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"shiki-twoslash": "^3.0.2",
"tailwindcss-radix": "^1.6.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.29.2",
"@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.2.6",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"eslint-plugin-import": "^2.26.0",
"local-ssl-proxy": "^1.3.0",
"mdast-util-mdx": "^2.0.0",
"mdast-util-to-markdown": "^1.3.0",
"next-contentlayer": "^0.2.6",
"postcss": "^8.4.12",
"postcss-import": "^14.1.0",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.12",
"rehype-highlight": "^5.0.2",
"tailwindcss": "^3.1.6",
"typescript": "4.7.4"
},
"packageManager": "yarn@3.2.0",
"resolutions": {
"@stackblitz/sdk@1.7.0": "patch:@stackblitz/sdk@npm:1.7.0-alpha.3#.yarn/patches/@stackblitz-sdk-npm-1.7.0-alpha.3-1f8676ad43.patch"
}
}