-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.13 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.13 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "vite-docs-es",
"version": "8.0.0",
"description": "Documentación oficial de Vite en Español",
"type": "module",
"main": "docs/index.md",
"directories": {
"doc": "docs"
},
"scripts": {
"typecheck": "vue-tsc",
"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"
}
},
"ignoredBuiltDependencies": [
"unrs-resolver"
]
},
"dependencies": {
"@iconify/vue": "^5.0.0",
"search-insights": "^2.17.3",
"vite": "^8.0.0",
"vitepress-plugin-graphviz": "^0.0.1"
},
"devDependencies": {
"@algolia/client-search": "^5.49.2",
"@eslint/js": "^9.39.4",
"@shikijs/vitepress-twoslash": "^4.0.2",
"@types/express": "^5.0.6",
"@types/node": "25.6.0",
"@types/react": "^18.3.28",
"@typescript-eslint/parser": "^8.57.0",
"@voidzero-dev/vitepress-theme": "^4.8.4",
"eslint": "^9.39.4",
"eslint-plugin-i": "^2.29.1",
"eslint-plugin-import-x": "^4.16.2",
"eslint-plugin-n": "^17.24.0",
"eslint-plugin-regexp": "^3.1.0",
"feed": "^5.2.0",
"globals": "^17.4.0",
"gsap": "^3.14.2",
"lint-staged": "^16.3.3",
"markdown-it-image-size": "^15.0.1",
"oxc-minify": "^0.124.0",
"prettier": "3.8.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rolldown": "1.0.0-rc.15",
"tsx": "^4.21.0",
"typescript": "^6.0.0",
"typescript-eslint": "^8.57.2",
"vitepress": "2.0.0-alpha.17",
"vitepress-plugin-group-icons": "^1.7.3",
"vue": "^3.5.31",
"vue-tsc": "^3.2.6"
},
"packageManager": "pnpm@10.33.0"
}