mirror of https://github.com/embarklabs/embark.git
128 lines
3.5 KiB
JSON
128 lines
3.5 KiB
JSON
{
|
|
"name": "embark-ui",
|
|
"version": "5.1.0-nightly.4",
|
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
|
"contributors": [],
|
|
"description": "Web frontend for interactive DApp development with Embark",
|
|
"homepage": "https://github.com/embarklabs/embark/tree/master/packages/cockpit/ui#readme",
|
|
"bugs": "https://github.com/embarklabs/embark/issues",
|
|
"keywords": [
|
|
"blockchain",
|
|
"dapps",
|
|
"ethereum",
|
|
"ipfs",
|
|
"serverless",
|
|
"solc",
|
|
"solidity"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"directory": "packages/cockpit/ui",
|
|
"type": "git",
|
|
"url": "https://github.com/embarklabs/embark.git"
|
|
},
|
|
"files": [
|
|
"build"
|
|
],
|
|
"scripts": {
|
|
"build": "react-scripts build",
|
|
"build-storybook": "build-storybook -s public",
|
|
"ci": "npm-run-all lint test",
|
|
"clean": "npm run reset",
|
|
"lint": "eslint src/",
|
|
"prebuild": "node scripts/copy-monaco-to-public",
|
|
"prestart": "node scripts/copy-monaco-to-public dev",
|
|
"qa": "npm-run-all lint test build",
|
|
"reset": "npx rimraf build embark-*.tgz package public/vsdir storybook-static",
|
|
"start": "npm run watch",
|
|
"storybook": "start-storybook -p 9009 -s public",
|
|
"test": "react-scripts test --watchAll=false",
|
|
"watch": "run-p watch:*",
|
|
"watch:build": "react-scripts start",
|
|
"watch:test": "react-scripts test"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.7.4",
|
|
"@babel/runtime": "7.7.4",
|
|
"@coreui/coreui": "2.1.16",
|
|
"@coreui/react": "2.1.0",
|
|
"@emotion/core": "10.0.22",
|
|
"@emotion/styled": "10.0.23",
|
|
"@monaco-editor/react": "3.0.1",
|
|
"@storybook/addon-actions": "5.2.7",
|
|
"@storybook/addon-info": "5.2.7",
|
|
"@storybook/addon-knobs": "5.2.7",
|
|
"@storybook/addon-links": "5.2.7",
|
|
"@storybook/addon-options": "5.2.7",
|
|
"@storybook/addons": "5.2.7",
|
|
"@storybook/react": "5.2.7",
|
|
"ansi-to-html": "0.6.11",
|
|
"array-move": "2.0.0",
|
|
"autoscroll-react": "3.2.0",
|
|
"babel-loader": "8.0.6",
|
|
"bignumber.js": "2.0.7",
|
|
"classnames": "2.2.6",
|
|
"connected-react-router": "4.5.0",
|
|
"date-fns": "2.3.0",
|
|
"embark-api-client": "^5.1.0-nightly.1",
|
|
"eslint-plugin-import": "2.18.2",
|
|
"ethereumjs-units": "0.2.0",
|
|
"find-up": "4.1.0",
|
|
"font-awesome": "4.7.0",
|
|
"fs-extra": "8.1.0",
|
|
"history": "4.7.2",
|
|
"jquery": "3.4.1",
|
|
"monaco-editor": "0.19.3",
|
|
"npm-run-all": "4.1.5",
|
|
"perfect-scrollbar": "1.4.0",
|
|
"popper.js": "1.15.0",
|
|
"prop-types": "15.7.2",
|
|
"qs": "6.9.0",
|
|
"re-resizable": "6.0.0",
|
|
"react": "16.12.0",
|
|
"react-blockies": "1.4.0",
|
|
"react-bootstrap-typeahead": "3.4.6",
|
|
"react-copy-to-clipboard": "5.0.2",
|
|
"react-dom": "16.12.0",
|
|
"react-fontawesome": "1.6.1",
|
|
"react-helmet": "5.2.0",
|
|
"react-json-view": "1.19.1",
|
|
"react-redux": "5.1.1",
|
|
"react-router": "4.3.1",
|
|
"react-router-dom": "4.3.1",
|
|
"react-scripts": "3.2.0",
|
|
"react-sortable-hoc": "1.8.3",
|
|
"react-treebeard": "3.2.4",
|
|
"reactstrap": "6.5.0",
|
|
"redux": "4.0.4",
|
|
"redux-saga": "1.1.3",
|
|
"rimraf": "3.0.0",
|
|
"simple-line-icons": "2.4.1",
|
|
"typescript": "3.7.2",
|
|
"uuid": "3.3.2",
|
|
"velocity-react": "1.4.1",
|
|
"web3": "1.2.4",
|
|
"webpack": "4.41.2"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=10.17.0",
|
|
"npm": ">=6.11.3",
|
|
"yarn": ">=1.19.1"
|
|
}
|
|
}
|