2019-02-02 16:04:55 +00:00
|
|
|
{
|
|
|
|
"name": "app_name",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "",
|
|
|
|
"main": "Gruntfile.js",
|
|
|
|
"scripts": {
|
2019-04-27 13:18:46 +00:00
|
|
|
"prettier": "prettier --write \"app/**/*.js\"",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"lint": "./node_modules/.bin/eslint app"
|
2019-02-02 16:04:55 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"homepage": "",
|
2019-04-27 13:18:46 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"babel-eslint": "^10.0.1",
|
|
|
|
"eslint": "^5.9.0",
|
|
|
|
"eslint-config-prettier": "^4.0.0",
|
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
|
"eslint-plugin-babel": "^5.3.0",
|
|
|
|
"eslint-plugin-import": "^2.16.0",
|
|
|
|
"eslint-plugin-node": "^8.0.1",
|
|
|
|
"eslint-plugin-prettier": "^3.0.1",
|
|
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
|
|
"eslint-plugin-react": "^7.12.4",
|
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
|
|
"eslint-plugin-unicorn": "^7.1.0",
|
|
|
|
"prettier": "^1.16.4"
|
|
|
|
},
|
2019-02-02 16:04:55 +00:00
|
|
|
"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",
|
2019-04-09 17:23:31 +00:00
|
|
|
"bootstrap": "^4.3.1",
|
|
|
|
"embark-solc": "^4.0.1",
|
|
|
|
"embarkjs-connector-web3": "^4.0.0",
|
2019-04-27 13:18:46 +00:00
|
|
|
"moment": "^2.24.0",
|
2019-04-09 17:23:31 +00:00
|
|
|
"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",
|
2019-04-09 19:42:16 +00:00
|
|
|
"react-router-dom": "^5.0.0",
|
2019-04-09 18:23:36 +00:00
|
|
|
"react-select": "^2.3.0",
|
|
|
|
"react-validation": "^3.0.7"
|
2019-02-02 16:04:55 +00:00
|
|
|
}
|
|
|
|
}
|