jsoneditor/examples/react_demo/package.json

18 lines
377 B
JSON
Raw Normal View History

2018-08-06 23:10:07 +08:00
{
"name": "react_demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"jsoneditor": "file:../..",
2019-06-13 04:01:56 +08:00
"react": "16.8.6",
"react-dom": "16.8.6",
"react-scripts": "3.0.1"
2018-08-06 23:10:07 +08:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}