16 lines
345 B
JSON
16 lines
345 B
JSON
|
{
|
||
|
"name": "webclient",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"react": "^16.2.0",
|
||
|
"react-dom": "^16.2.0",
|
||
|
"react-scripts": "1.1.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "react-scripts start",
|
||
|
"build": "react-scripts build",
|
||
|
"test": "react-scripts test --env=jsdom",
|
||
|
"eject": "react-scripts eject"
|
||
|
}
|
||
|
}
|