-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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
{
"name": "hello-leaflet",
"version": "0.1.0",
"private": true,
"dependencies": {
"dotenv": "^5.0.1",
"google-map-react": "^1.0.3",
"leaflet": "^1.3.1",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-geocode": "^0.0.9",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"semantic-ui-css": "^2.3.1",
"semantic-ui-react": "^0.80.0"
},
"scripts": {
"start": "set PORT=4000 && react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"fixlint": "eslint src --fix"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.8.2",
"prettier": "^1.12.1",
"prettier-eslint": "^8.8.1"
}
}