28 lines
751 B
JSON
28 lines
751 B
JSON
{
|
|
"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": {
|
|
"@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",
|
|
"react-numeric-input": "^2.2.3",
|
|
"react-router-dom": "^5.0.0",
|
|
"react-select": "^2.3.0",
|
|
"react-validation": "^3.0.7"
|
|
}
|
|
}
|