forked from daangn/stackflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 881 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 881 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
28
29
30
31
{
"name": "@stackflow/docs",
"version": "0.11.0",
"private": true,
"description": "Mobile-first stack navigator framework with Composable Plugin System",
"license": "MIT",
"scripts": {
"build": "next build",
"start": "next"
},
"dependencies": {
"@mdx-js/react": "^2.1.1",
"@stackflow/basic-ui": "^0.11.0",
"@stackflow/core": "^0.11.0",
"@stackflow/demo": "^0.11.0",
"@stackflow/plugin-history-sync": "^0.11.0",
"@stackflow/plugin-renderer-basic": "^0.11.0",
"@stackflow/react": "^0.11.0",
"@types/react": "^18.0.15",
"next": "^12.1.6",
"nextra": "^2.0.0-beta.5",
"nextra-theme-docs": "2.0.0-beta.5",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"simple-reveal": "^0.6.0"
},
"devDependencies": {
"@seed-design/stylesheet": "^1.0.0-alpha.0",
"react-lazy-load-image-component": "^1.5.4"
}
}