-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.18 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
{
"name": "restaurant-list",
"version": "3.1.0",
"homepage": "//chicagoveg.com/restaurants/",
"private": true,
"dependencies": {
"@material-ui/core": "^4.4.0",
"@material-ui/icons": "^4.2.1",
"bootstrap": "^4.3.1",
"font-awesome": "^4.7.0",
"material-design-icons": "^3.0.1",
"node-sass": "^7.0.1",
"prop-types": "^15.7.2",
"pubsub-js": "^1.9.0",
"react": "^16.9.0",
"react-autocomplete": "^1.8.1",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-notification-system": "^0.2.17",
"react-places-autocomplete": "^7.2.1",
"react-scripts": "5.0.1",
"reactstrap": "^8.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint --fix --ext .js",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint": "^6.3.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6"
}
}