topic-democracy/package.json

54 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2018-04-23 04:58:58 +00:00
{
2019-03-26 02:14:51 +00:00
"name": "topic-democracy",
"version": "0.0.1",
2019-03-26 02:14:51 +00:00
"description": "Liquid democracy for permissionless governance through trust networks of delegates.",
2018-04-23 04:58:58 +00:00
"scripts": {
2019-04-04 03:18:57 +00: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 04:58:58 +00:00
},
"repository": {
"type": "git",
2019-03-26 02:14:51 +00:00
"url": "git+https://github.com/status-im/topic-democracy.git"
2018-04-23 04:58:58 +00:00
},
2018-04-23 05:04:49 +00:00
"author": "Status Research & Development GMBH",
2019-04-04 01:52:04 +00:00
"license": "CC0-1.0",
2018-04-23 04:58:58 +00:00
"bugs": {
2019-03-26 02:14:51 +00:00
"url": "https://github.com/status-im/topic-democracy/issues"
2018-04-23 04:58:58 +00:00
},
2019-03-26 02:14:51 +00:00
"homepage": "https://github.com/status-im/topic-democracy#readme",
"devDependencies": {
2019-04-04 03:18:57 +00:00
"npm-run-all": "4.1.5",
2020-10-15 06:01:36 +00:00
"rimraf": "3.0.0",
"embark": "^6.0.0",
"ethereumjs-util": "^6.1.0",
"embarkjs-web3": "^6.0.0",
"@openzeppelin/test-helpers": "^0.5.7",
"embarkjs": "^6.0.0",
"embark-basic-pipeline": "^6.0.0",
"embark-geth": "^6.0.0",
"solc": "^0.7.3"
2019-08-21 13:00:59 +00:00
},
"dependencies": {
2020-10-15 06:01:36 +00:00
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"copy-to-clipboard": "^3.0.8",
"prop-types": "^15.6.2",
2019-04-18 05:36:34 +00:00
"react": "^16.7.0",
"react-blockies": "^1.4.1",
2019-08-21 13:00:59 +00:00
"react-bootstrap": "^1.0.0-beta.8",
"react-dom": "^16.7.0",
"react-dropdown": "^1.6.4",
"react-router-bootstrap": "^0.25.0",
2019-04-18 05:36:34 +00:00
"react-router-dom": "^5.0.0",
2019-08-21 13:00:59 +00:00
"react-spinkit": "^3.0.0",
"react-spinners": "^0.5.4",
2020-10-15 06:01:36 +00:00
"react-tabs": "^3.0.0"
2018-04-23 04:58:58 +00:00
}
}