-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 900 Bytes
/
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
{
"name": "@documentation/nuxt-micro-services-module",
"version": "0.0.18",
"description": "Microservices for nuxt+vue",
"files": [
".vitepress/dist"
],
"scripts": {
"dev": "vitepress --port 3333 --open",
"build": "vitepress build",
"serve": "vitepress serve"
},
"devDependencies": {
"@types/node": "^17.0.38",
"@unocss/reset": "^0.37.2",
"sass": "^1.52.2",
"unocss": "^0.37.2",
"unplugin-vue-components": "^0.19.6",
"vitepress": "1.0.0-alpha.4"
},
"docs": {
"type": [
"library"
],
"public": [
".vitepress/dist"
],
"files": [
{
"name": "Documentation",
"path": ".vitepress/dist/index.html",
"icon": "https://codybontecou.com/assets/img/vite-logo.1821c958.svg"
}
]
},
"publishConfig": {
"registry": "https://gitlab.mdm.de/api/v4/projects/9/packages/npm/"
}
}