embark/embark-ui/package.json

33 lines
863 B
JSON
Raw Normal View History

2018-08-01 09:19:11 +00:00
{
"name": "embark-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
2018-08-06 05:51:22 +00:00
"ace-mode-solidity": "^0.1.0",
2018-08-01 13:13:51 +00:00
"axios": "^0.18.0",
2018-08-07 09:34:40 +00:00
"classnames": "^2.2.6",
2018-08-01 13:13:51 +00:00
"connected-react-router": "^4.3.0",
"history": "^4.7.2",
2018-08-02 10:27:33 +00:00
"prop-types": "^15.6.2",
2018-08-28 17:34:08 +00:00
"react": "^16.4.2",
2018-08-06 05:51:22 +00:00
"react-ace": "^6.1.4",
2018-08-28 17:34:08 +00:00
"react-copy-to-clipboard": "^5.0.1",
2018-08-01 09:19:11 +00:00
"react-dom": "^16.4.1",
2018-08-01 13:13:51 +00:00
"react-redux": "^5.0.7",
2018-08-01 15:34:59 +00:00
"react-router-dom": "^4.3.1",
2018-08-01 13:13:51 +00:00
"react-scripts": "1.1.4",
"react-scroll-to-component": "^1.0.2",
2018-08-30 12:13:37 +00:00
"react-treebeard": "^2.1.0",
2018-08-01 13:13:51 +00:00
"redux": "^4.0.0",
2018-08-01 15:34:59 +00:00
"redux-saga": "^0.16.0",
"tabler-react": "^1.18.0"
2018-08-01 09:19:11 +00:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"homepage": "http://localhost:8000/embark"
}