-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 960 Bytes
/
package.json
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": "render-dom",
"version": "0.0.7",
"description": "A small wrapper around React.createElement to improve api and add features. A functional alternative to JSX.",
"main": "index.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benlarkins/render-dom.git"
},
"keywords": [
"createElement",
"hyperscript",
"r-dom",
"render-dom",
"render-react"
],
"author": "benlarkins",
"license": "ISC",
"bugs": {
"url": "https://github.com/benlarkins/render-dom/issues"
},
"browserslist": "> 0.25%, not dead",
"homepage": "https://github.com/benlarkins/render-dom#readme",
"dependencies": {
"classnames": "^2.2.6",
"react": "^17.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.18.9",
"babel-preset-minify": "^0.5.2"
}
}