-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.67 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "coin-dash",
"version": "1.0.0",
"description": "",
"keywords": [],
"repository": "https://github.com/cloggy45/CoinDash",
"main": "src/index.js",
"eslintConfig": {
"extends": "react-app"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true
},
"dependencies": {
"@material-ui/core": "^1.5.1",
"@material-ui/icons": "^3.0.1",
"axios": "0.18.0",
"chart.js": "2.7.2",
"firebase": "5.3.1",
"history": "^4.7.2",
"lodash.foreach": "^4.5.0",
"lodash.has": "^4.5.2",
"lodash.isempty": "^4.4.0",
"lodash.map": "^4.6.0",
"moment": "2.21.0",
"node-fetch": "^2.2.0",
"react": "16.3.0",
"react-chartjs-2": "2.7.0",
"react-dom": "16.3.0",
"react-redux": "5.0.7",
"react-router-dom": "4.3.1",
"react-scripts": "^1.1.5",
"react-select": "1.2.1",
"react-test-renderer": "latest",
"react-toastify": "^4.4.0",
"redux": "3.7.2",
"redux-thunk": "2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"coverage": "react-scripts test --env=jsdom --coverage",
"cypress:open": "npx cypress open",
"pretty": "prettier --single-quote --trailing-comma es5 --write src/**"
},
"devDependencies": {
"axios-mock-adapter": "1.15.0",
"cypress": "^3.1.0",
"cypress-testing-library": "^2.3.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"expect": "22.4.3",
"prettier": "^1.14.3",
"prop-types": "^15.6.2",
"redux-logger": "3.0.6",
"redux-mock-store": "1.5.1"
}
}