-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
68 lines (68 loc) · 1.71 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "vite-docs-es",
"version": "5.4.0",
"description": "Documentación Oficial de Vite en Español",
"type": "module",
"main": "docs/index.md",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitejs/docs-es.git"
},
"keywords": [
"vite",
"docs",
"español",
"traduccion",
"es.vite.dev"
],
"author": {
"name": "César Gomez",
"email": "cesargomezh90@gmail.com",
"url": "https://github.com/mrcego"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/vitejs/docs-es/issues"
},
"homepage": "https://github.com/vitejs/docs-es#readme",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": "18"
}
}
},
"dependencies": {
"search-insights": "^2.17.3",
"vite": "^6.0.1"
},
"devDependencies": {
"typescript": "^5.7.2",
"@algolia/client-search": "^5.15.0",
"@eslint/js": "^9.16.0",
"@shikijs/vitepress-twoslash": "^1.24.0",
"@types/express": "^5.0.0",
"@types/node": "22.10.2",
"@types/react": "^18.3.12",
"eslint": "^9.16.0",
"eslint-plugin-import-x": "^4.4.3",
"feed": "^4.2.2",
"gsap": "^3.12.5",
"lint-staged": "^15.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript-eslint": "^8.16.0",
"vitepress": "^1.5.0",
"vitepress-plugin-group-icons": "^1.3.0",
"vue": "^3.5.13"
},
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}