forked from bachdgvn/vue-otp-input
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.13 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
{
"name": "@bachdgvn/vue-otp-input",
"version": "1.0.6",
"description": "A fully customizable, one-time password input component for the web built with Vue 2.x.",
"author": "Bach Duong <[email protected]>",
"repository": "https://github.com/bachdgvn/vue-otp-input",
"keywords": ["vueotpinput", "vue", "otp", "input", "otpinput"],
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build-bundle": "vue-cli-service build --target lib --name vueOtpInput ./src/components/index.js",
"lint": "vue-cli-service lint"
},
"main": "./dist/vueOtpInput.common.js",
"unpkg": "./dist/vueOtpInput.umd.min.js",
"files": ["dist/*", "src/*", "public/*", "*.json", "*.js"],
"dependencies": {
"vue": "^2.5.22"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"vue-template-compiler": "^2.5.21"
}
}