|
1 | 1 | { |
2 | | - "name": "@acme/docs", |
3 | | - "version": "0.0.0", |
| 2 | + "name": "docs", |
| 3 | + "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "scripts": { |
| 6 | + "dev": "next dev", |
6 | 7 | "build": "next build", |
7 | | - "start": "next start ", |
8 | | - "dev": "next dev -p 3002", |
| 8 | + "start": "next start", |
9 | 9 | "lint": "next lint", |
10 | | - "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next", |
11 | | - "icon:fetch": "figmicon fetch --out tmp/icons", |
12 | | - "icon:cache:stats": "figmicon cache:stats", |
13 | | - "icon:cache:clear": "figmicon cache:clear", |
14 | | - "icon:generate": "figmicon generator" |
| 10 | + "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next" |
15 | 11 | }, |
16 | 12 | "dependencies": { |
17 | | - "@acme/utils": "workspace:*", |
18 | | - "@figmicon/core": "workspace:*", |
19 | | - "@figmicon/icons": "workspace:*", |
20 | | - "next": "^14.1.1", |
| 13 | + "next": "^14.1.0", |
| 14 | + "nextra": "^2.13.2", |
| 15 | + "nextra-theme-docs": "^2.13.2", |
21 | 16 | "react": "^18.2.0", |
22 | 17 | "react-dom": "^18.2.0" |
23 | 18 | }, |
24 | 19 | "devDependencies": { |
25 | | - "@acme/eslint-config": "workspace:*", |
26 | | - "@acme/tsconfig": "workspace:*", |
27 | | - "@next/eslint-plugin-next": "^14.1.1", |
28 | | - "@svgr/cli": "^8.1.0", |
29 | | - "@types/node": "^20.11.24", |
30 | | - "@types/react": "^18.2.61", |
31 | | - "@types/react-dom": "^18.2.19", |
32 | | - "typescript": "5.5.4" |
| 20 | + "@iconsync/tsconfig": "workspace:*", |
| 21 | + "@types/node": "^20.11.0", |
| 22 | + "@types/react": "^18.2.0", |
| 23 | + "@types/react-dom": "^18.2.0", |
| 24 | + "typescript": "^5.3.0" |
33 | 25 | } |
34 | 26 | } |
0 commit comments