-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 994 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 994 Bytes
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
{
"name": "wheatherapp",
"version": "1.0.0",
"description": "Simple Wheather App",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --watch --mode development",
"start": "live-server ./dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mesi21/WheatherApp.git"
},
"author": "Mesi",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mesi21/WheatherApp/issues"
},
"homepage": "https://github.com/Mesi21/WheatherApp#readme",
"devDependencies": {
"css-loader": "^3.4.2",
"dotenv-webpack": "^1.7.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"file-loader": "^6.0.0",
"image-webpack-loader": "^5.0.0",
"live-server": "^1.2.1",
"style-loader": "^1.1.3",
"url-loader": "^4.1.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"dotenv": "^8.2.0"
}
}