-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.23 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.23 KB
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
{
"name": "react-code-input-beautify",
"description": "This React package allows you to easily add a code input component to your applications. It provides maximum and flexible functionality, helping you to make the UX more engaging and accessible for users, without unnecessary effort.",
"version": "0.0.6",
"main": "lib/lib.umd.js",
"module": "lib/lib.mjs",
"types": "lib/lib.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"keywords": [
"code",
"verification",
"code-input",
"verification-code",
"input",
"react",
"PIN",
"pin-code",
"react-component",
"react-code-input",
"react-verification-code"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Whit3Demon/react-code-input-beautify.git"
},
"homepage": "https://github.com/Whit3Demon/react-code-input-beautify.git",
"author": "W3D",
"license": "MIT",
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"vite-plugin-css-injected-by-js": "^3.5.1",
"vite-plugin-dts": "^4.2.1"
},
"dependencies": {
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}