topic-democracy/package.json

43 lines
1.2 KiB
JSON
Raw Normal View History

2018-04-23 01:58:58 -03:00
{
2019-03-25 23:14:51 -03:00
"name": "topic-democracy",
"version": "0.0.1",
2019-03-25 23:14:51 -03:00
"description": "Liquid democracy for permissionless governance through trust networks of delegates.",
2018-04-23 01:58:58 -03:00
"scripts": {
2019-04-04 00:18:57 -03:00
"start": "npx embark run",
"ci": "npm run qa",
"clean": "npm run reset",
"package": "npm pack",
"qa": "npm-run-all test package",
"reset": "npx embark-reset && npx rimraf embark-*.tgz package",
"test": "npx embark test"
2018-04-23 01:58:58 -03:00
},
"repository": {
"type": "git",
2019-03-25 23:14:51 -03:00
"url": "git+https://github.com/status-im/topic-democracy.git"
2018-04-23 01:58:58 -03:00
},
2018-04-23 02:04:49 -03:00
"author": "Status Research & Development GMBH",
2019-04-03 22:52:04 -03:00
"license": "CC0-1.0",
2018-04-23 01:58:58 -03:00
"bugs": {
2019-03-25 23:14:51 -03:00
"url": "https://github.com/status-im/topic-democracy/issues"
2018-04-23 01:58:58 -03:00
},
2019-03-25 23:14:51 -03:00
"homepage": "https://github.com/status-im/topic-democracy#readme",
"devDependencies": {
2019-04-18 02:36:34 -03:00
"embark": "^4.0.2",
2019-04-04 00:18:57 -03:00
"embark-reset": "^4.0.0",
2019-03-21 00:24:42 -03:00
"embarkjs-connector-web3": "^4.0.0",
2019-04-04 00:18:57 -03:00
"npm-run-all": "4.1.5",
2019-04-18 02:36:34 -03:00
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-blockies": "^1.4.1",
"react-router-dom": "^5.0.0",
"prop-types": "^15.6.2",
2019-04-04 00:18:57 -03:00
"rimraf": "2.6.3",
"ethereumjs-util": "^6.1.0"
2019-04-18 02:36:34 -03:00
},
"dependencies": {
"@material-ui/core": "^3.9.3",
2019-04-26 07:00:42 -03:00
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30"
2018-04-23 01:58:58 -03:00
}
}