-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.68 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 3.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "bbk-manager",
"private": true,
"version": "1.4.0",
"description": "A DApp for managing BBK and ACT tokens",
"author": "Brickblock Engineering <dev@brickblock.io>",
"license": "UNLICENSED",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"----- AUTOGENERATED COMMON SECTION START -----": "----- THIS SECTION IS MAINTAINED BY BBK-DEVTOOLS -----",
"flow:coverage": "flow-coverage-report --config flow-coverage.config.json",
"health:comment": "Runs all checks (linters, flow, tests etc) to gauge the overall code health",
"health": "node scripts/healthcheck.js",
"lint": "yarn lint:js && yarn lint:json && yarn lint:yaml && yarn lint:markdown",
"lint:js": "eslint --fix src",
"lint:json": "jsonlint-cli package.json src/**/*.json",
"lint:markdown": "markdownlint **/*.md --ignore node_modules --ignore CHANGELOG.md",
"lint:yaml": "yamllint **/*.yaml **/*.yml --ignore=node_modules/**/*.yaml --ignore=node_modules/**/*.yml",
"lint:docker": "hadolint Dockerfile",
"release": "standard-version --message \"chore(release): %s [ci-release]\"",
"test": "NODE_PATH=src react-scripts test",
"todo": "leasot '**/*.js' --ignore 'node_modules/**/*','build/**/*','.git/**/*','flow-typed/**/*' || true",
"----- AUTOGENERATED COMMON SECTION END -----": "----- THIS SECTION IS MAINTAINED BY BBK-DEVTOOLS -----",
"start:prod": "PORT=8080 REACT_APP_BBK_ENV=production NODE_PATH=src serve build",
"start": "PORT=8080 REACT_APP_BBK_ENV=development NODE_PATH=src react-scripts start",
"build": "REACT_APP_BBK_ENV=${BBK_RUNTIME_ENVIRONMENT:-production} REACT_APP_COMMIT_SHA=${COMMIT_SHA:-$(git rev-parse --short HEAD)} NODE_PATH=src react-scripts build",
"eject": "react-scripts eject"
},
"devDependencies": {
"@brickblock/eslint-config-base": "^4.2.3",
"@brickblock/eslint-config-react": "^2.4.0",
"@commitlint/cli": "^7.6.1",
"@commitlint/config-conventional": "^7.6.0",
"chalk": "^2.4.2",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-compat": "^3.1.1",
"eslint-plugin-css-modules": ">= 2",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react-hooks": "^1.6.0",
"eslint-plugin-react-redux": ">= 2",
"eslint-plugin-react-ssr": ">= 1",
"eslint-plugin-security": ">= 1",
"eslint-plugin-unicorn": "^8.0.2",
"flow-bin": "^0.98.1",
"flow-coverage-report": "^0.6.1",
"flow-inlinestyle": "^1.0.9",
"flow-typed": "^2.5.1",
"husky": "^2.2.0",
"jsonlint-cli": "^1.0.1",
"leasot": "^7.3.1",
"lint-staged": "^8.1.6",
"markdownlint-cli": "^0.16.0",
"ora": "^3.4.0",
"prettier": "^1.17.1",
"serve": "^11.0.0",
"shelljs": "^0.8.3",
"standard-version": "^6.0.1",
"yaml-lint": "^1.2.4"
},
"dependencies": {
"@brickblock/smart-contracts": "^6.1.0",
"@brickblock/strong-config-browser": "^1.2.4",
"@brickblock/styleguide": "^3.5.0",
"@brickblock/web3-utils": "^1.0.1",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@ramda/compose": "^0.26.1",
"@sentry/browser": "^5.2.1",
"abi-decoder": "^1.2.0",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.18.0",
"notistack": "0.8.2",
"number-to-words": "^1.2.4",
"ramda": "^0.26.1",
"react": "^16.8.6",
"react-autosuggest": "^9.4.3",
"react-dom": "^16.8.6",
"react-feather": "^1.1.6",
"react-jss": "^8.6.1",
"react-number-format": "^4.0.8",
"react-scripts": "3.0.1",
"truffle-contract": "^4.0.15",
"web3": "^1.0.0-beta.55",
"web3-utils": "^1.0.0-beta.55"
},
"homepage": "http://localhost:8080",
"resolutions": {
"bn.js": "4.11.8"
}
}