generated from tony19/vite-docs-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "vite-docs-russian",
"version": "1.0.0",
"type": "module",
"description": "Russian localization for Vite documentation",
"main": "docs/index.md",
"directories": {
"doc": "docs"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dragomano/vite-docs.git"
},
"keywords": [
"vite",
"docs",
"translation"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/dragomano/vite-docs/issues"
},
"homepage": "https://github.com/dragomano/vite-docs?tab=readme-ov-file#readme",
"devDependencies": {
"@algolia/client-search": "^5.20.0",
"@shikijs/vitepress-twoslash": "^2.1.0",
"@types/express": "^5.0.0",
"@types/node": "22.12.0",
"gsap": "^3.12.7",
"feed": "^4.2.2",
"vitepress": "^1.6.3",
"vitepress-plugin-group-icons": "^1.3.5",
"vue": "^3.5.13"
}
}