|
1 | 1 | {
|
2 |
| - "name": "nextra-docs-template", |
3 |
| - "version": "0.0.1", |
4 |
| - "description": "Nextra docs template", |
5 |
| - "scripts": { |
6 |
| - "dev": "next dev", |
7 |
| - "build": "next build", |
8 |
| - "start": "next start" |
9 |
| - }, |
10 |
| - "repository": { |
11 |
| - "type": "git", |
12 |
| - "url": "git+https://github.com/shuding/nextra-docs-template.git" |
13 |
| - }, |
14 |
| - "author": "Shu Ding <[email protected]>", |
15 |
| - "license": "MIT", |
16 |
| - "bugs": { |
17 |
| - "url": "https://github.com/shuding/nextra-docs-template/issues" |
18 |
| - }, |
19 |
| - "homepage": "https://github.com/shuding/nextra-docs-template#readme", |
20 |
| - "dependencies": { |
21 |
| - "next": "^13.0.6", |
22 |
| - "nextra": "latest", |
23 |
| - "nextra-theme-docs": "latest", |
24 |
| - "react": "^18.2.0", |
25 |
| - "react-dom": "^18.2.0", |
26 |
| - "vfile-message": "^3.1.4" |
27 |
| - }, |
28 |
| - "devDependencies": { |
29 |
| - "@types/node": "18.11.10", |
30 |
| - "@types/react": "18.2.0", |
31 |
| - "typescript": "^4.9.3" |
32 |
| - } |
| 2 | + "name": "nextra-docs-template", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Nextra docs template", |
| 5 | + "scripts": { |
| 6 | + "dev": "next dev", |
| 7 | + "build": "next build", |
| 8 | + "start": "next start" |
| 9 | + }, |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "git+https://github.com/shuding/nextra-docs-template.git" |
| 13 | + }, |
| 14 | + "author": "Shu Ding <[email protected]>", |
| 15 | + "license": "MIT", |
| 16 | + "bugs": { |
| 17 | + "url": "https://github.com/shuding/nextra-docs-template/issues" |
| 18 | + }, |
| 19 | + "homepage": "https://github.com/shuding/nextra-docs-template#readme", |
| 20 | + "dependencies": { |
| 21 | + "next": "^13.0.6", |
| 22 | + "nextra": "latest", |
| 23 | + "nextra-theme-docs": "latest", |
| 24 | + "react": "^18.2.0", |
| 25 | + "react-dom": "^18.2.0", |
| 26 | + "vfile-message": "^3.1.4" |
| 27 | + }, |
| 28 | + "devDependencies": { |
| 29 | + "@types/node": "18.11.10", |
| 30 | + "@types/react": "18.2.0", |
| 31 | + "rome": "12.0.0", |
| 32 | + "typescript": "^4.9.3" |
| 33 | + }, |
| 34 | + "packageManager": "[email protected]" |
33 | 35 | }
|
0 commit comments