18 lines
392 B
JSON
18 lines
392 B
JSON
|
{
|
||
|
"name": "embark-ui",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"react": "^16.4.1",
|
||
|
"react-dom": "^16.4.1",
|
||
|
"react-scripts": "1.1.4"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"start": "react-scripts start",
|
||
|
"build": "react-scripts build",
|
||
|
"test": "react-scripts test --env=jsdom",
|
||
|
"eject": "react-scripts eject"
|
||
|
},
|
||
|
"homepage": "http://localhost:8000/embark"
|
||
|
}
|