-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 861 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
{
"name": "vue-nice-tabs",
"version": "3.1.2",
"main": "src/index.js",
"bin": "src/index.js",
"homepage": "https://github.com/yogeshgalav/vue-nice-tabs",
"description": "Vue lightweight package for tabs.",
"keywords": [
"vue nice tabs",
"tabs"
],
"author": "Yogesh Galav <[email protected]> (https://github.com/yogeshgalav/)",
"private": false,
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"repository": {
"type": "git",
"url": "https://github.com/yogeshgalav/vue-nice-tabs"
},
"bugs": {
"url": "https://github.com/yogeshgalav/vue-nice-tabs/issues"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.6.1",
"vite": "^2.5.4"
},
"dependencies": {
"vue": "^3.2.13"
}
}