Skip to content

Commit 7d129d1

Browse files
committed
package update
1 parent 0e5b26f commit 7d129d1

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-jsxstring-to-react",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "React plugin to convert jsx string to react component",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"type": "module",
@@ -10,14 +10,27 @@
1010
"watch": "tsc --watch",
1111
"prepublish": "tsc"
1212
},
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]>",
1425
"license": "MIT",
1526
"devDependencies": {
27+
"@types/react": "18.0.27",
1628
"@types/react-dom": "^18.0.10",
1729
"@types/uuid": "^9.0.0",
1830
"typescript": "^4.9.5"
1931
},
2032
"dependencies": {
33+
"react": "^18.2.0",
2134
"react-dom": "^18.2.0",
2235
"uuid": "^9.0.0"
2336
}

0 commit comments

Comments
 (0)