mirror of https://github.com/embarklabs/embark.git
28 lines
684 B
JSON
28 lines
684 B
JSON
{
|
|
"name": "embark-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^0.18.0",
|
|
"classnames": "^2.2.6",
|
|
"connected-react-router": "^4.3.0",
|
|
"history": "^4.7.2",
|
|
"prop-types": "^15.6.2",
|
|
"react": "^16.4.1",
|
|
"react-dom": "^16.4.1",
|
|
"react-redux": "^5.0.7",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "1.1.4",
|
|
"redux": "^4.0.0",
|
|
"redux-saga": "^0.16.0",
|
|
"tabler-react": "^1.18.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"homepage": "http://localhost:8000/embark"
|
|
}
|