-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 738 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 738 Bytes
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
{
"name": "react-tutorial-demo",
"version": "0.0.0-01f6c70",
"dependencies": {
"@code-hike/mini-browser": "0.0.0-01f6c70",
"@code-hike/mini-editor": "0.0.0-01f6c70",
"@code-hike/smooth-column": "0.0.0-01f6c70",
"@code-hike/scroller": "0.0.0-01f6c70",
"@emotion/core": "10.0.7",
"@mdx-js/loader": "^1.6.5",
"@mdx-js/react": "^1.0.6",
"@next/mdx": "^9.4.4",
"@silvenon/remark-smartypants": "^1.0.0",
"next": "^9.5.3",
"raw-loader": "^4.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"theme-ui": "0.2.31",
"use-spring": "^0.2.3"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export"
}
}