-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.69 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
{
"name": "react-map-population",
"version": "0.0.1",
"description": "React Frontend - City Map Population",
"main": "src/index.js",
"homepage": "https://hullen.github.io/react-map-population/",
"repository": "git@github.com:hullen/react-map-population.git",
"author": "Hullen Gonzales <hullenn@gmail.com>",
"private": true,
"dependencies": {
"@hot-loader/react-dom": "^16.13.0",
"axios": "^0.19.2",
"mapbox-gl": "^1.12.0",
"mapbox-gl-utils": "^0.32.1",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hook-form": "^6.3.3",
"react-hot-loader": "^4.12.21",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"styled-components": "^5.1.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@hookform/devtools": "^2.0.4",
"babel-plugin-import": "^1.13.0",
"customize-cra": "^1.0.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.4",
"eslint-plugin-react-hooks": "^4.0.8",
"gh-pages": "^3.1.0",
"http-proxy-middleware": "^1.0.5",
"prettier": "^2.0.5",
"react-app-rewired": "^2.1.6"
}
}