generated from tony19/vite-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.62 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.62 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "vite-docs-de",
"version": "3.3.1",
"description": "Deutsche Übersetzung der Vite Dokumentation.",
"main": "docs/index.md",
"directories": {
"doc": "docs"
},
"type": "module",
"scripts": {
"typecheck": "vue-tsc",
"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": {
"search-insights": "^2.17.3",
"vite": "^7.3.1"
},
"devDependencies": {
"@algolia/client-search": "^5.49.1",
"@eslint/js": "^10.0.1",
"@shikijs/vitepress-twoslash": "^3.23.0",
"@types/express": "^5.0.6",
"@types/node": "^25.3.1",
"@types/react": "^19.2.14",
"eslint": "^10.0.2",
"eslint-plugin-import-x": "^4.16.1",
"feed": "^5.2.0",
"gsap": "^3.14.2",
"oxc-minify": "^0.115.0",
"lint-staged": "^16.2.7",
"markdown-it-image-size": "^15.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"typescript": "^5.9.3",
"typescript-eslint": "^8.56.1",
"vitepress": "^2.0.0-alpha.15",
"vitepress-plugin-group-icons": "^1.7.1",
"vue": "^3.5.29",
"vue-tsc": "^3.2.5"
}
}