-
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.59 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.59 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": "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"
},
"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": "8.0.3"
},
"devDependencies": {
"@algolia/client-search": "5.50.1",
"@eslint/js": "10.0.1",
"@shikijs/vitepress-twoslash": "4.0.2",
"@types/express": "5.0.6",
"@types/node": "25.5.0",
"@types/react": "19.2.14",
"eslint": "10.1.0",
"eslint-plugin-import-x": "4.16.2",
"feed": "5.2.0",
"gsap": "3.14.2",
"oxc-minify": "0.121.0",
"lint-staged": "16.4.0",
"markdown-it-image-size": "15.0.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"typescript": "5.9.3",
"typescript-eslint": "8.58.0",
"vitepress": "2.0.0-alpha.17",
"vitepress-plugin-group-icons": "1.7.3",
"vue": "3.5.31",
"vue-tsc": "3.2.6"
}
}