meritocracy/package.json

21 lines
470 B
JSON
Raw Normal View History

2019-02-02 23:04:55 +07:00
{
"name": "app_name",
"version": "0.0.1",
"description": "",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"homepage": "",
"dependencies": {
2019-03-18 11:28:40 -04:00
"embarkjs-connector-web3": "^4.0.0-beta.1",
2019-02-02 23:04:55 +07:00
"react": "^16.3.2",
"react-bootstrap": "0.32.1",
2019-02-12 17:48:09 +07:00
"react-dom": "^16.3.2",
"react-numeric-input": "^2.2.3",
"react-select": "^2.3.0"
2019-02-02 23:04:55 +07:00
}
}