forked from pomber/the-x-in-mdx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 857 Bytes
/
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
{
"name": "xmdx",
"version": "2020.10.27",
"author": {
"name": "Rodrigo Pombo",
"url": "https://twitter.com/pomber"
},
"homepage": "https://nextjsconf2020.pomb.us",
"repository": "https://github.com/pomber/the-x-in-mdx",
"dependencies": {
"@code-hike/mini-browser": "0.2.1",
"@code-hike/mini-editor": "0.2.1",
"@code-hike/mini-terminal": "0.2.1",
"@code-hike/player": "0.2.2",
"@code-hike/scroller": "0.2.1",
"@code-hike/sim-user": "0.2.1",
"@mdx-js/loader": "^1.6.11",
"@next/mdx": "^9.4.4",
"next": "^9.4.4",
"raw-loader": "^4.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-fit-to-viewport": "^0.1.1",
"react-range": "^1.6.7",
"theme-ui": "0.3.1",
"use-spring": "^0.2.3"
},
"scripts": {
"dev": "next",
"build": "next build && next export"
}
}