pejay-ui 1.4.2 → 1.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +76 -54
package/package.json
CHANGED
|
@@ -1,54 +1,76 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "pejay-ui",
|
|
3
|
-
"version": "1.4.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"description": "
|
|
6
|
-
"bin": {
|
|
7
|
-
"pejay-ui": "bin/cli.js"
|
|
8
|
-
},
|
|
9
|
-
"files": [
|
|
10
|
-
"bin/",
|
|
11
|
-
"templates/",
|
|
12
|
-
"utils/",
|
|
13
|
-
"registry/"
|
|
14
|
-
],
|
|
15
|
-
"keywords": [
|
|
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
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "pejay-ui",
|
|
3
|
+
"version": "1.4.3",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "A powerful React UI component CLI tool to initialize, add, and scaffold premium Tailwind CSS components, layouts, overlays, and client templates.",
|
|
6
|
+
"bin": {
|
|
7
|
+
"pejay-ui": "bin/cli.js"
|
|
8
|
+
},
|
|
9
|
+
"files": [
|
|
10
|
+
"bin/",
|
|
11
|
+
"templates/",
|
|
12
|
+
"utils/",
|
|
13
|
+
"registry/"
|
|
14
|
+
],
|
|
15
|
+
"keywords": [
|
|
16
|
+
"pejay-ui",
|
|
17
|
+
"pejay",
|
|
18
|
+
"react",
|
|
19
|
+
"react-components",
|
|
20
|
+
"ui-library",
|
|
21
|
+
"ui-components",
|
|
22
|
+
"cli",
|
|
23
|
+
"component-cli",
|
|
24
|
+
"tailwind",
|
|
25
|
+
"tailwindcss",
|
|
26
|
+
"shadcn",
|
|
27
|
+
"toast",
|
|
28
|
+
"react-toast",
|
|
29
|
+
"portal",
|
|
30
|
+
"overlays",
|
|
31
|
+
"dropdown",
|
|
32
|
+
"date-picker",
|
|
33
|
+
"time-picker",
|
|
34
|
+
"layouts",
|
|
35
|
+
"scaffold",
|
|
36
|
+
"boilerplate",
|
|
37
|
+
"tanstack-query",
|
|
38
|
+
"react-router",
|
|
39
|
+
"redux-toolkit",
|
|
40
|
+
"rtk-query",
|
|
41
|
+
"axios"
|
|
42
|
+
],
|
|
43
|
+
"license": "MIT",
|
|
44
|
+
"dependencies": {
|
|
45
|
+
"@babel/core": "^7.24.0",
|
|
46
|
+
"@babel/preset-typescript": "^7.24.0",
|
|
47
|
+
"commander": "^12.0.0",
|
|
48
|
+
"fs-extra": "^11.0.0",
|
|
49
|
+
"inquirer": "^9.0.0"
|
|
50
|
+
},
|
|
51
|
+
"repository": {
|
|
52
|
+
"type": "git",
|
|
53
|
+
"url": "git+https://github.com/pejaybro/pejay-ui.git"
|
|
54
|
+
},
|
|
55
|
+
"author": "Prayas Jadli",
|
|
56
|
+
"email": "[EMAIL_ADDRESS]",
|
|
57
|
+
"bugs": {
|
|
58
|
+
"url": "https://github.com/pejaybro/pejay-ui/issues"
|
|
59
|
+
},
|
|
60
|
+
"homepage": "https://github.com/pejaybro/pejay-ui#readme",
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@floating-ui/react": "^0.27.19",
|
|
63
|
+
"@tanstack/react-query": "^5.101.0",
|
|
64
|
+
"@types/react": "^19.2.15",
|
|
65
|
+
"@types/react-dom": "^19.2.3",
|
|
66
|
+
"clsx": "^2.1.1",
|
|
67
|
+
"dayjs": "^1.11.21",
|
|
68
|
+
"lucide-react": "^1.17.0",
|
|
69
|
+
"react": "^19.2.6",
|
|
70
|
+
"react-dom": "^19.2.6",
|
|
71
|
+
"react-router-dom": "^7.16.0",
|
|
72
|
+
"tailwind-merge": "^3.6.0",
|
|
73
|
+
"tailwindcss": "^4.3.0",
|
|
74
|
+
"typescript": "^6.0.3"
|
|
75
|
+
}
|
|
76
|
+
}
|