-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.84 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@healerlab/vue3-simple-otp-input",
"private": false,
"version": "0.0.9",
"description": "Powerful, lightweight, and reusable OTP input component for Vue 3",
"main": "./dist/h-otp-input.umd.cjs",
"module": "./dist/h-otp-input.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/h-otp-input.umd.cjs",
"require": "./dist/h-otp-input.js"
}
},
"files": [
"dist"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"keywords": [
"vue",
"vue3",
"component",
"library",
"otp input",
"pincode",
"otp",
"input",
"otp input",
"vue otp input",
"vue 3 otp input",
"one-time password",
"one time password",
"payment password",
"vue composition API",
"one time password input",
"one time password input component",
"one time password input component built with vue",
"one time password input component built with vue 3",
"vue split input"
],
"author": "HealerNguyen",
"peerDependencies": {
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.66.1",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.5.3",
"vitepress": "^1.0.0-rc.10",
"vue": "^3.3.4",
"vue-tsc": "^1.8.5"
},
"license": "MIT",
"homepage": "https://healerlab.github.io/vue3-simple-otp-input",
"bugs": {
"url": "https://github.com/healerlab/vue3-simple-otp-input/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/healerlab/vue3-simple-otp-input.git"
},
"dependencies": {
"@healerlab/vue3-simple-otp-input": "^0.0.9"
}
}