File tree 1 file changed +23
-4
lines changed
1 file changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @openbytes/ts-react-directives" ,
3
- "version" : " 1.0.0" ,
3
+ "description" : " A collection of React directives to simplify conditional rendering and loops." ,
4
+ "version" : " 1.0.1" ,
4
5
"type" : " module" ,
5
6
"author" : {
6
7
"name" : " SkyCodr (aka: Dulan Sudasinghe)" ,
11
12
" dist" ,
12
13
" README.md"
13
14
],
15
+ "keywords" : [
16
+ " react" ,
17
+ " typescript" ,
18
+ " directives" ,
19
+ " conditionals" ,
20
+ " if" ,
21
+ " loops" ,
22
+ " rendering" ,
23
+ " conditional rendering"
24
+ ],
25
+ "homepage" : " https://skycodr.github.io/ts-react-directives/" ,
26
+ "repository" : {
27
+ "type" : " git" ,
28
+ "url" : " git+https://github.com/skycodr/ts-react-directives.git"
29
+ },
30
+ "bugs" : {
31
+ "url" : " https://github.com/skycodr/ts-react-directives/issues"
32
+ },
14
33
"readme" : " README.md" ,
15
34
"types" : " dist/ts-react-directives.d.ts" ,
16
35
"main" : " dist/ts-react-directives.cjs.js" ,
48
67
},
49
68
"dependencies" : {
50
69
"react" : " ^19.0.0" ,
51
- "react-dom" : " ^19.0.0" ,
52
- "react-syntax-highlighter" : " ^15.6.1" ,
53
- "react-tabs" : " ^6.1.0"
70
+ "react-dom" : " ^19.0.0"
54
71
},
55
72
"devDependencies" : {
56
73
"@commitlint/cli" : " ^19.7.1" ,
76
93
"jsdom" : " ^26.0.0" ,
77
94
"lint-staged" : " ^15.4.3" ,
78
95
"prettier" : " ^3.5.1" ,
96
+ "react-syntax-highlighter" : " ^15.6.1" ,
97
+ "react-tabs" : " ^6.1.0" ,
79
98
"rimraf" : " ^6.0.1" ,
80
99
"typescript" : " ~5.7.3" ,
81
100
"typescript-eslint" : " ^8.24.0" ,
You can’t perform that action at this time.
0 commit comments