embark-area-51/embark-ui/package.json

18 lines
392 B
JSON
Raw Normal View History

2018-08-01 09:19:11 +00:00
{
"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"
}