generated from tony19/vite-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1001 Bytes
/
package.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "vite-docs-template",
"version": "1.0.0",
"description": "Vite docs template",
"main": "docs/index.md",
"directories": {
"doc": "docs"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": "18"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitejs/docs-template.git"
},
"keywords": [
"vite",
"docs",
"translation"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/vitejs/docs-template/issues"
},
"homepage": "https://github.com/vitejs/docs-template#readme",
"dependencies": {
"vitepress": "^1.0.0-alpha.46"
},
"devDependencies": {
"@algolia/client-search": "^4.13.1",
"@types/react": "^18.0.15",
"@types/node": "18.16.12",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}