-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.78 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.78 KB
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
{
"name": "weather-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ModestasBar/WeatherApp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ModestasBar/WeatherApp/issues"
},
"homepage": "https://github.com/ModestasBar/WeatherApp#readme",
"dependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-regular-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"babel": "^6.23.0",
"babel-loader": "^8.0.6",
"countries-list": "^2.5.1",
"css-loader": "^3.4.2",
"dotenv": "^8.2.0",
"google-map-react": "^1.1.5",
"html-webpack-plugin": "^3.2.0",
"loader": "^2.1.1",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-geolocated": "^3.0.1",
"react-use-geolocation": "^0.1.1",
"style-loader": "^1.1.3",
"unsplash-js": "^6.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^1.7.0",
"install-peerdeps": "^2.0.1",
"node-sass": "^4.13.1",
"sass-lint": "^1.13.1",
"sass-loader": "^8.0.2"
}
}