meritocracy/package.json

28 lines
751 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": {
2019-04-10 19:14:58 +00:00
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"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
}
}