-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.2 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
{
"name": "vue3-zoomer",
"version": "0.0.0",
"description": "A Vue 3 component for zooming images.",
"type": "module",
"packageManager": "bun@1.1.33",
"license": "MIT",
"scripts": {
"dev": "vite --port 3000",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"vue": "^3.4.37"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.14",
"typescript": "^5.5.3",
"vite": "^5.4.1",
"vitepress": "^1.4.1",
"vue-tsc": "^2.0.29"
},
"engines": {
"node": ">=18"
},
"keywords": [
"vue",
"zoom",
"zoomer",
"magnifier",
"images",
"composition",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/vue3-zoomer/vue3-zoomer"
},
"bugs": {
"url": "https://github.com/vue3-zoomer/vue3-zoomer/issues"
},
"homepage": "https://github.com/vue3-zoomer/vue3-zoomer#readme"
}