-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.49 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
{
"name": "otp-designer-jquery",
"version": "2.3.1",
"description": "OTP-designer-jquery: Create custom OTP code inputs effortlessly! This jQuery plugin enables designers and developers to design visually appealing, secure OTP code input fields. Enjoy seamless integration and built-in validation events, ensuring a delightful user experience. Simplify OTP input implementation with ease.",
"keywords": [
"jquery",
"jquery-plugin",
"jqueryui",
"otp-view",
"bootstrap-input",
"otp-inputs",
"one-time-password-inputs",
"otp-ui",
"custom-one-time-password-input",
"userfriendly-otp-input",
"bootstrap-otp",
"custom-inputs"
],
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \\\"Error: no demo specified\\\" && exit 1",
"serve": "vite --host",
"build": "webpack --config webpack.config.js"
},
"author": "HichemTab <konanhichemsinshi@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/HichemTab-tech/OTP-designer-jquery.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/HichemTab-tech/OTP-designer-jquery/issues"
},
"homepage": "https://github.com/HichemTab-tech/OTP-designer-jquery#readme",
"dependencies": {
"@types/jquery": "^3.5.17",
"jquery": "^3.7.0",
"terser-webpack-plugin": "^5.3.9"
},
"devDependencies": {
"css-loader": "^6.8.1",
"style-loader": "^3.3.3",
"vite": "^5.0.11",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}