-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 KB
/
package.json
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
{
"name": "BinanceMonitor",
"description": "Binance volume monitoring and alerting",
"version": "0.1.0",
"private": true,
"keywords": [
"es6",
"react",
"redux"
],
"dependencies": {
"firebase": "^4.10.0",
"husky": "^0.14.3",
"lint-staged": "^7.0.0",
"lodash": "^4.17.5",
"moment": "^2.20.1",
"numeral": "^2.0.6",
"prettier": "^1.11.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-ga": "^2.4.1",
"react-redux": "^5.0.7",
"react-scripts": "^1.1.4",
"react-semantic-ui": "^0.2.0",
"reactour": "^1.6.5",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.1",
"semantic-ui-css": "^2.2.14",
"semantic-ui-react": "^0.78.2"
},
"lint-staged": {
"src/**/*.{js,jsx,json,css}": [
"prettier --write --single-quote --print-width=120 --use-tabs",
"git add"
]
},
"scripts": {
"precommit": "lint-staged",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {}
}