-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.13 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.13 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
{
"name": "hackathon-fe-global-tracker",
"version": "0.0.1",
"description": "Globally track system events",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrickvienneau/hackathon-fe-global-tracker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/patrickvienneau/hackathon-fe-global-tracker/issues"
},
"homepage": "https://github.com/patrickvienneau/hackathon-fe-global-tracker#readme",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@babel/runtime": "^7.13.17",
"@giantmachines/redux-websocket": "^1.5.0",
"axios": "^0.21.1",
"babel-eslint": "^10.1.0",
"classnames": "^2.3.1",
"convert-string-to-number": "^1.0.3",
"country-list": "^2.2.0",
"currency-formatter": "^1.5.7",
"d3-scale": "^3.3.0",
"eslint": "^7.24.0",
"eslint-config-standard": "^16.0.2",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-standard": "^5.0.0",
"geolib": "^3.3.1",
"hash-it": "^5.0.0",
"immer": "^9.0.1",
"lodash": "^4.17.21",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "^7.2.3",
"react-simple-maps": "^2.3.0",
"react-transition-group": "^4.4.1",
"redux-saga": "^1.1.3"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.4",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"sass": "^1.32.11",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.35.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
}
}