18 lines
377 B
JSON
18 lines
377 B
JSON
|
{
|
||
|
"name": "react_demo",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"jsoneditor": "file:../..",
|
||
|
"react": "16.4.2",
|
||
|
"react-dom": "16.4.2",
|
||
|
"react-scripts": "1.1.4"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "react-scripts start",
|
||
|
"build": "react-scripts build",
|
||
|
"test": "react-scripts test --env=jsdom",
|
||
|
"eject": "react-scripts eject"
|
||
|
}
|
||
|
}
|