generated from tony19/vite-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.11 KB
/
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
47
48
49
50
51
52
53
{
"name": "vite-docs-de",
"version": "1.0.0",
"description": "Deutsche Übersetzung der Vite Dokumentation",
"main": "docs/index.md",
"directories": {
"doc": "docs"
},
"type": "module",
"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-de.git"
},
"keywords": [
"frontend",
"hmr",
"dev-server",
"build-tool",
"vite",
"docs",
"translation"
],
"author": "rojadesign",
"license": "MIT",
"bugs": {
"url": "https://github.com/vitejs/docs-de/issues"
},
"homepage": "https://github.com/vitejs/docs-de#readme",
"dependencies": {
"feed": "^4.2.2",
"search-insights": "^2.14.0",
"vitepress": "1.4.1"
},
"devDependencies": {
"@algolia/client-search": "^5.0.0",
"@types/node": "20.17.0",
"@types/react": "^18.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}