-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.79 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
64
65
66
67
68
69
70
71
72
73
74
{
"name": "nomads-map",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.8.3",
"@material-ui/icons": "^3.0.2",
"@turf/circle": "^6.0.1",
"@turf/helpers": "^6.1.4",
"autosuggest-highlight": "^3.1.1",
"axios": "^0.18.0",
"boom": "^7.3.0",
"connected-react-router": "^4.4.1",
"dotenv": "^6.2.0",
"hapi": "^17.8.1",
"hapi-mongodb": "^8.0.0",
"history": "^4.7.2",
"inert": "^5.1.2",
"lodash.debounce": "^4.0.8",
"lodash.isfunction": "^3.0.9",
"lodash.sortby": "^4.7.0",
"mapbox-gl": "^0.51.0",
"react": "^16.6.3",
"react-async-script-loader": "^0.3.0",
"react-autosuggest": "^9.4.3",
"react-dom": "^16.6.3",
"react-mapbox-gl": "^4.0.2",
"react-redux": "^5.1.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.3",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.2",
"reselect": "^4.0.0",
"styled-components": "^4.1.3"
},
"scripts": {
"postinstall": "npm run build",
"start": "react-scripts start",
"build": "react-scripts build",
"server": "node server/index",
"test": "react-scripts test",
"eject": "react-scripts eject",
"precommit": "pretty-quick --staged"
},
"eslintConfig": {
"extends": "react-app",
"plugins": [
"prettier"
],
"rules": {
"prettier/prettier": "error"
}
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-config-react-app": "^3.0.5",
"eslint-plugin-prettier": "^3.0.0",
"husky": "^1.2.0",
"prettier": "^1.15.2",
"pretty-quick": "^1.8.0"
},
"proxy": "http://localhost:4001",
"engines": {
"npm": "5.7.1",
"node": "9.5.0"
}
}