Skip to content

Commit f3c1772

Browse files
committed
update package json
1 parent 019f4b5 commit f3c1772

File tree

1 file changed

+33
-31
lines changed

1 file changed

+33
-31
lines changed

package.json

Lines changed: 33 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,35 @@
11
{
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]"
3335
}

0 commit comments

Comments
 (0)