|
1 | 1 | { |
2 | | - "name": "@stackflow/docs", |
3 | | - "version": "1.2.26", |
4 | | - "private": true, |
5 | | - "description": "Mobile-first stack navigator framework with Composable Plugin System", |
6 | | - "license": "MIT", |
7 | | - "scripts": { |
8 | | - "build": "yarn generate:plugins-docs && next build", |
9 | | - "dev": "yarn generate:plugins-docs && next -p 6006", |
10 | | - "generate:plugins-docs": "rm -rf ./pages/plugins && node scripts/generate-plugins-docs.js" |
11 | | - }, |
12 | | - "dependencies": { |
13 | | - "@mdx-js/react": "^3.0.1", |
14 | | - "@stackflow/core": "^1.1.0", |
15 | | - "@stackflow/demo": "^1.3.1", |
16 | | - "@stackflow/plugin-basic-ui": "^1.9.1", |
17 | | - "@stackflow/plugin-history-sync": "^1.6.2", |
18 | | - "@stackflow/plugin-renderer-basic": "^1.1.12", |
19 | | - "@stackflow/react": "^1.3.0", |
20 | | - "@types/react": "^18.3.3", |
21 | | - "next": "^14.2.4", |
22 | | - "nextra": "^2.13.4", |
23 | | - "nextra-theme-docs": "^2.13.4", |
24 | | - "react": "^18.3.1", |
25 | | - "react-dom": "^18.3.1", |
26 | | - "simple-reveal": "^0.8.0" |
27 | | - }, |
28 | | - "devDependencies": { |
29 | | - "@seed-design/stylesheet": "^1.0.4", |
30 | | - "react-lazy-load-image-component": "^1.6.2" |
31 | | - } |
| 2 | + "name": "@stackflow/docs", |
| 3 | + "version": "1.2.26", |
| 4 | + "private": true, |
| 5 | + "description": "Mobile-first stack navigator framework with Composable Plugin System", |
| 6 | + "license": "MIT", |
| 7 | + "imports": { |
| 8 | + "#solid-demo-renderer": { |
| 9 | + "browser": "./components/SolidDemoRenderer.tsx", |
| 10 | + "default": "./components/SolidDemoRenderer.server.tsx" |
| 11 | + } |
| 12 | + }, |
| 13 | + "scripts": { |
| 14 | + "build": "yarn generate:plugins-docs && next build", |
| 15 | + "dev": "yarn generate:plugins-docs && next -p 6006", |
| 16 | + "generate:plugins-docs": "rm -rf ./pages/plugins && node scripts/generate-plugins-docs.js" |
| 17 | + }, |
| 18 | + "dependencies": { |
| 19 | + "@mdx-js/react": "^3.0.1", |
| 20 | + "@stackflow/core": "^1.1.0", |
| 21 | + "@stackflow/demo": "^1.3.1", |
| 22 | + "@stackflow/demo-solid": "^1.3.1", |
| 23 | + "@stackflow/plugin-basic-ui": "^1.9.1", |
| 24 | + "@stackflow/plugin-history-sync": "^1.6.2", |
| 25 | + "@stackflow/plugin-renderer-basic": "^1.1.12", |
| 26 | + "@stackflow/react": "^1.3.0", |
| 27 | + "@types/react": "^18.3.3", |
| 28 | + "next": "^14.2.4", |
| 29 | + "nextra": "^2.13.4", |
| 30 | + "nextra-theme-docs": "^2.13.4", |
| 31 | + "react": "^18.3.1", |
| 32 | + "react-dom": "^18.3.1", |
| 33 | + "simple-reveal": "^0.8.0" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "@seed-design/stylesheet": "^1.0.4", |
| 37 | + "react-lazy-load-image-component": "^1.6.2" |
| 38 | + } |
32 | 39 | } |
0 commit comments