chartjs-2-react/example/package.json
Alejandro Lembke Barrientos 77ed20aa45 Se arregla el problema con el package-lock.json de example.
Se sube a version 1.0.13
Se sube a GitHub 1.0.13
Se sube a NPM 1.0.13
2019-12-07 02:15:33 -06:00

21 lines
503 B
JSON

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