meritocracy/package.json

25 lines
597 B
JSON
Raw Normal View History

2019-02-02 16:04:55 +00: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": {
"bootstrap": "^4.3.1",
"embark-solc": "^4.0.1",
"embarkjs-connector-web3": "^4.0.0",
"react": "^16.8.6",
"react-bootstrap": "1.0.0-beta.6",
"react-dom": "^16.8.6",
2019-02-12 10:48:09 +00:00
"react-numeric-input": "^2.2.3",
"react-router-dom": "^5.0.0",
"react-select": "^2.3.0",
"react-validation": "^3.0.7"
2019-02-02 16:04:55 +00:00
}
}