21 lines
478 B
JSON
21 lines
478 B
JSON
{
|
|
"name": "aes67-daemon-webui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^16.11.0",
|
|
"react-dom": "^16.11.0",
|
|
"react-modal": "^3.11.1",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "0.9.5",
|
|
"react-toastify": "^5.5.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|