-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
62 lines (62 loc) · 1.54 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
{
"name": "vite-docs-pt",
"version": "5.4.0",
"description": "Documentação Oficial da Vite em Português",
"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-pt.git"
},
"keywords": [
"vite",
"docs",
"portuguese",
"translation",
"pt.vite.dev",
"br.vite.dev"
],
"author": {
"name": "Nazaré da Piedade",
"email": "[email protected]",
"url": "https://github.com/nazarepiedady"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/vitejs/docs-pt/issues"
},
"homepage": "https://github.com/vitejs/docs-pt#readme",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": "18"
}
}
},
"dependencies": {
"search-insights": "^2.17.2"
},
"devDependencies": {
"@algolia/client-search": "^5.13.0",
"@shikijs/vitepress-twoslash": "^1.22.2",
"@types/express": "^5.0.0",
"@types/node": "22.9.0",
"@types/react": "^18.3.12",
"feed": "^4.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vitepress": "^1.5.0",
"gsap": "^3.12.5",
"vitepress-plugin-group-icons": "^1.3.0",
"vue": "^3.5.12"
},
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}