-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 752 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 752 Bytes
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
{
"name": "criptoya-api-docs",
"version": "0.0.1",
"description": "Documentation for Criptoya API",
"repository": "https://github.com/enzonotario/criptoya-api-docs",
"author": "Enzo Notario <hi@enzonotario.me>",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"docs:gen": "node .vitepress/scripts/generateDocs.mjs"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"collect.js": "^4.36.1",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"vitepress": "^1.6.3",
"vitepress-openapi": "^0.0.3-alpha.86",
"vitepress-plugin-group-icons": "^1.6.1"
},
"packageManager": "pnpm@9.15.9"
}