File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-jsxstring-to-react" ,
3
3
"version" : " 1.0.0" ,
4
- "description" : " " ,
4
+ "description" : " React plugin to convert jsx string to react component " ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
7
7
"type" : " module" ,
10
10
"watch" : " tsc --watch" ,
11
11
"prepublish" : " tsc"
12
12
},
13
- "author" : " " ,
13
+ "keywords" : [
14
+ " react" ,
15
+ " jsxstring" ,
16
+ " react-jsxstring" ,
17
+ " react-jsxstring-to-react" ,
18
+ " react-jsxstring-to" ,
19
+ " react-plugin" ,
20
+ " jsxstring-to-react" ,
21
+ " react-component" ,
22
+ " jsx-component"
23
+ ],
24
+ "author" :
" Gihan Rangana<[email protected] >" ,
14
25
"license" : " MIT" ,
15
26
"devDependencies" : {
27
+ "@types/react" : " 18.0.27" ,
16
28
"@types/react-dom" : " ^18.0.10" ,
17
29
"@types/uuid" : " ^9.0.0" ,
18
30
"typescript" : " ^4.9.5"
19
31
},
20
32
"dependencies" : {
33
+ "react" : " ^18.2.0" ,
21
34
"react-dom" : " ^18.2.0" ,
22
35
"uuid" : " ^9.0.0"
23
36
}
You can’t perform that action at this time.
0 commit comments