forked from shtrihstr/react-active-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 903 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": "react-active-html",
"version": "1.1.3",
"description": "Convert HTML string to React Components",
"main": "lib/index.js",
"scripts": {
"build": "babel src/ --out-dir lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/shtrihstr/react-active-html.git"
},
"keywords": [
"react"
],
"author": {
"name": "Oleksandr Strikha",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"to-camel-case": "^1.0.0"
},
"peerDependencies": {
"react": "^15.4.0",
"react-dom": "^15.4.0"
},
"devDependencies": {
"babel": "~6.5.2",
"babel-cli": "^6.7.7",
"babel-core": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"webpack": "~1.11.0"
}
}