-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
32 lines (32 loc) · 875 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
{
"name": "fractal-react-adapter",
"version": "1.0.2",
"description": "Use React as the template engine for Fractal components.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sumul/fractal-react-adapter.git"
},
"keywords": [
"fractal",
"react"
],
"author": "Sumul Shah <sumul@sumulshah.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sumul/fractal-react-adapter/issues"
},
"homepage": "https://github.com/sumul/fractal-react-adapter#readme",
"dependencies": {
"@frctl/fractal": "^1.1.3",
"babel-plugin-module-resolver": "^2.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"bluebird": "^3.5.0",
"html": "^1.0.0",
"lodash": "^4.17.4",
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}