mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-10 22:16:20 +00:00
8caa478968
Compiler annotations added to editor gutter for errors and warnings Clicking an error now scrolls editor to offending line and scrolls page to the top of the editor Added Compiling… loader.
31 lines
789 B
JSON
31 lines
789 B
JSON
{
|
|
"name": "embark-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"ace-mode-solidity": "^0.1.0",
|
|
"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-ace": "^6.1.4",
|
|
"react-dom": "^16.4.1",
|
|
"react-redux": "^5.0.7",
|
|
"react-router-dom": "^4.3.1",
|
|
"react-scripts": "1.1.4",
|
|
"react-scroll-to-component": "^1.0.2",
|
|
"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"
|
|
}
|