-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "ethanx94",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"@pusher/chatkit-client": "^1.4.0",
"@turf/turf": "^5.1.6",
"emotion": "^9.2.6",
"emotion-server": "^9.2.6",
"emotion-theming": "^9.2.6",
"leaflet": "^1.5.1",
"libmoji": "^2.3.0",
"onsenui": "^2.10.1",
"react": "^16.8.6",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.1.3",
"react-dom": "^16.8.6",
"react-emotion": "^9.2.6",
"react-geolocated": "^2.4.0",
"react-hot-loader": "^4.12.3",
"react-leaflet": "^2.4.0",
"react-onsenui": "^1.11.2",
"react-scripts": "^2.1.8"
},
"devDependencies": {
"@hot-loader/react-dom": "github:hot-loader/react-dom",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-compat": "^2.2.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jest": "^21.7.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}