-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.03 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.03 KB
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": "@stackflow/docs",
"version": "1.2.29-canary.0",
"private": true,
"description": "Mobile-first stack navigator framework with Composable Plugin System",
"license": "MIT",
"scripts": {
"build": "yarn generate:plugins-docs && next build",
"dev": "yarn generate:plugins-docs && next -p 6006",
"generate:plugins-docs": "rm -rf ./pages/plugins && node scripts/generate-plugins-docs.js"
},
"dependencies": {
"@mdx-js/react": "^3.0.1",
"@stackflow/core": "^1.1.0",
"@stackflow/demo": "^1.4.1-canary.0",
"@stackflow/plugin-basic-ui": "^1.10.1-canary.0",
"@stackflow/plugin-history-sync": "^1.7.0",
"@stackflow/plugin-renderer-basic": "^1.1.13",
"@stackflow/react": "^1.4.0",
"@types/react": "^18.3.3",
"next": "^14.2.4",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"simple-reveal": "^0.8.0"
},
"devDependencies": {
"@seed-design/stylesheet": "^1.0.4",
"react-lazy-load-image-component": "^1.6.2"
}
}