-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 849 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 849 Bytes
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
{
"name": "react-jsxstring-to-react",
"version": "1.0.1",
"description": "React plugin to convert jsx string to react component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"prepublish": "tsc"
},
"keywords": [
"react",
"jsxstring",
"react-jsxstring",
"react-jsxstring-to-react",
"react-jsxstring-to",
"react-plugin",
"jsxstring-to-react",
"react-component",
"jsx-component"
],
"author": "Gihan Rangana<itsmerangana@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/react": "18.0.27",
"@types/react-dom": "^18.0.10",
"@types/uuid": "^9.0.0",
"typescript": "^4.9.5"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.0"
}
}