21 lines
497 B
JSON
21 lines
497 B
JSON
|
{
|
||
|
"name": "chart-2-react-example",
|
||
|
"homepage": "https://aleleba.github.io/chart-2-react",
|
||
|
"version": "0.0.0",
|
||
|
"license": "MIT",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"prop-types": "^15.6.2",
|
||
|
"react": "^16.4.1",
|
||
|
"react-dom": "^16.4.1",
|
||
|
"react-scripts": "^1.1.4",
|
||
|
"chart-2-react": "file:.."
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "react-scripts start",
|
||
|
"build": "react-scripts build",
|
||
|
"test": "react-scripts test --env=jsdom",
|
||
|
"eject": "react-scripts eject"
|
||
|
}
|
||
|
}
|