-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.53 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
{
"name": "vite-docs-de",
"version": "4.1.0",
"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"
},
"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": "8.0.16"
},
"devDependencies": {
"@algolia/client-search": "5.52.1",
"@eslint/js": "10.0.1",
"@shikijs/vitepress-twoslash": "4.0.2",
"@types/express": "5.0.6",
"@voidzero-dev/vitepress-theme": "4.0.4",
"@types/node": "25.6.2",
"@types/react": "19.2.15",
"eslint": "10.3.0",
"eslint-plugin-import-x": "4.16.2",
"feed": "5.2.1",
"gsap": "3.15.0",
"oxc-minify": "0.128.0",
"lint-staged": "16.4.0",
"markdown-it-image-size": "15.0.1",
"react": "19.2.6",
"react-dom": "19.2.6",
"typescript": "5.9.3",
"typescript-eslint": "8.59.4",
"vitepress": "2.0.0-alpha.17",
"vitepress-plugin-group-icons": "1.7.5",
"vue": "3.5.34",
"vue-tsc": "3.2.7"
}
}