-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.41 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "react-virtual",
"version": "1.0.0",
"description": "React interop with libraries like D3 using virtual DOM",
"main": "src/index.js",
"scripts": {
"start": "webpack -d",
"build": "webpack -p -prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timthesinner/react-vdom.git"
},
"keywords": [
"React",
"Interop",
"VirtualDOM"
],
"author": "[email protected]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/timthesinner/react-vdom/issues"
},
"homepage": "https://timthesinner.github.io/react-vdom/",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"d3": "^4.4.0",
"handlebars": "^4.0.6",
"html-webpack-plugin": "^2.24.1",
"raw-loader": "^0.5.1",
"react-router": "^3.0.0",
"react-syntax-highlighter": "^4.0.1",
"static-site-generator-webpack-plugin": "^3.1.0",
"webpack": "^1.14.0",
"webpack-bundle-tracker": "^0.1.0",
"webpack-dashboard": "^0.2.0",
"webpack-dev-server": "^1.16.2",
"yarn": "^0.18.1"
},
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1"
}
}