2018-12-21 22:18:05 +03:00
|
|
|
{
|
|
|
|
"name": "react-json-tree-example",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "React-Json-Tree example",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node server.js",
|
|
|
|
"stats": "NODE_ENV=production webpack --json > dist/stats.json"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/gaearon/react-hot-boilerplate.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react",
|
|
|
|
"reactjs",
|
|
|
|
"boilerplate",
|
|
|
|
"hot",
|
|
|
|
"reload",
|
|
|
|
"hmr",
|
|
|
|
"live",
|
|
|
|
"edit",
|
|
|
|
"webpack"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/gaearon/react-hot-boilerplate/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/gaearon/react-hot-boilerplate",
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-core": "^6.26.0",
|
|
|
|
"babel-loader": "^7.1.2",
|
|
|
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
|
|
"babel-preset-react": "^6.5.0",
|
|
|
|
"webpack": "^3.8.1",
|
2020-05-04 18:21:30 +03:00
|
|
|
"webpack-dev-server": "^3.10.3"
|
2018-12-21 22:18:05 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"immutable": "^3.8.1",
|
|
|
|
"react": "^16.0.0",
|
|
|
|
"react-base16-styling": "^0.5.3",
|
|
|
|
"react-dom": "^16.0.0"
|
|
|
|
}
|
|
|
|
}
|