2018-08-07 19:32:41 +08:00
|
|
|
{
|
|
|
|
"name": "react_advanced_demo",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"jsoneditor": "file:../..",
|
2019-07-20 17:03:00 +08:00
|
|
|
"lodash": "4.17.15",
|
2019-06-13 04:01:56 +08:00
|
|
|
"react": "16.8.6",
|
|
|
|
"react-dom": "16.8.6",
|
|
|
|
"react-scripts": "3.0.1"
|
2018-08-07 19:32:41 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
}
|
|
|
|
}
|