mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 22:01:49 +00:00
19 lines
373 B
JSON
19 lines
373 B
JSON
{
|
|
"name": "basic-usage",
|
|
"description": "reactFiberTraverse Basic Usage Example",
|
|
"keywords": [
|
|
"react-fiber-traverse"
|
|
],
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "16.8.6",
|
|
"react-dom": "16.8.6",
|
|
"react-scripts": "3.0.1",
|
|
"react-fiber-traverse": "latest"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start"
|
|
}
|
|
}
|