-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 970 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": "rv-agv-documentation",
"version": "1.0.0",
"description": "Test Doc Site",
"main": "index.js",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"repository": {
"type": "git",
"url": "https://github.com/greggiles/dogsmtb.git"
},
"author": "Greg Giles",
"license": "MIT",
"bugs": {
"url": "https://github.com/greggiles/dogsmtb/issues"
},
"homepage": "https://www.dogsmtb.com/",
"devDependencies": {
"@mdi/font": "^7.2.96",
"@types/vue-barcode-reader": "^0.0.0",
"flexsearch": "^0.7.31",
"markdown-it": "^13.0.1",
"vercel": "^29.4.0",
"vitepress": "^1.0.0-alpha.75",
"vitepress-plugin-search": "^1.0.4-alpha.19",
"vue": "^3.2.47"
},
"dependencies": {
"@zxing/library": "^0.20.0",
"axios": "^1.4.0",
"googleapis": "^118.0.0",
"postgres": "^3.3.4",
"vue3-youtube": "^0.1.9",
"vuetify": "^3.1.13"
}
}