49 lines
1.6 KiB
JSON
49 lines
1.6 KiB
JSON
{
|
|
"name": "status-contracts",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "embark test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/status-im/contracts.git"
|
|
},
|
|
"author": "Status Research & Development GMBH",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/status-im/contracts/issues"
|
|
},
|
|
"homepage": "https://github.com/status-im/contracts#readme",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0-beta.56",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.56",
|
|
"@babel/plugin-proposal-decorators": "^7.0.0-beta.56",
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.0.0-beta.56",
|
|
"@babel/plugin-proposal-function-sent": "^7.0.0-beta.56",
|
|
"@babel/plugin-proposal-numeric-separator": "^7.0.0-beta.56",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.56",
|
|
"@babel/plugin-proposal-throw-expressions": "^7.0.0-beta.56",
|
|
"@babel/plugin-syntax-class-properties": "^7.0.0-beta.56",
|
|
"@babel/preset-stage-0": "^7.0.0-beta.56",
|
|
"babel-eslint": "^8.2.6",
|
|
"babel-preset-stage-2": "^6.24.1",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-plugin-import": "^2.13.0",
|
|
"eslint-plugin-node": "^7.0.1",
|
|
"eslint-plugin-promise": "^3.8.0",
|
|
"eslint-plugin-react": "^7.10.0",
|
|
"eslint-plugin-standard": "^3.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^1.4.3",
|
|
"@material-ui/icons": "^2.0.1",
|
|
"@material-ui/lab": "^1.0.0-alpha.9",
|
|
"react": "^16.4.2",
|
|
"react-blockies": "^1.3.0",
|
|
"react-bootstrap": "^0.32.1",
|
|
"react-dom": "^16.4.2"
|
|
}
|
|
}
|