This repository was archived by the owner on Feb 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.4 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.4 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
{
"name": "slothpixel-ui",
"description": "Hypixel Data Web UI",
"version": "0.1.0",
"license": "MIT",
"dependencies": {
"abcolor": "^0.5.5",
"history": "^4.7.2",
"hypixelconstants": "^3.2.2",
"isomorphic-fetch": "^2.2.1",
"material-ui": "^0.20.2",
"nanoid": "^2.0.2",
"prop-types": "^15.6.2",
"react": "^16.12.0",
"react-content-loader": "^3.4.1",
"react-dom": "^16.6.1",
"react-ga": "^2.5.6",
"react-helmet": "^5.2.0",
"react-redux": "^5.1.0",
"react-router-dom": "^4.3.1",
"react-tooltip": "^3.9.0",
"react-transition-group": "^4.0.1",
"redux": "^4.0.1",
"redux-responsive": "^4.3.8",
"redux-thunk": "^2.3.0",
"styled-components": "^4.1.1"
},
"devDependencies": {
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"react-scripts": "2.0.3",
"source-map-explorer": "^1.6.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"analyze": "source-map-explorer build/static/js/main.* --html > analyze.html",
"lint": "eslint . --ext .js,.jsx --fix",
"lintnofix": "eslint . --ext .js,.jsx",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}