-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 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
{
"name": "flash-package",
"version": "0.3.2",
"description": "A highly customizable and lightning-fast component library featuring Input Text, Number, Checkbox, Dropdown, Color Picker, and more. Modify colors, fonts, and styles to suit your needs.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
"prepare": "npm run build"
},
"keywords": [
"reactJS",
"react",
"ReactJS",
"JS",
"JavaScript",
"UI",
"React",
"tailwindcss",
"Input"
],
"repository": {
"type": "git",
"url": "https://github.com/Vairavelflash/flash-package"
},
"author": "vairavel",
"license": "ISC",
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.6",
"tsup": "^8.2.1",
"typescript": "^5.5.3"
},
"peerDependencies": {
"react": ">=16"
},
"files": [
"dist"
]
}