-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.26 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.26 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
{
"name": "app-weather-city",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "webpack-dev-server --mode development --open",
"dev": "webpack --mode development",
"clean": "rm -rf ./dist",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saulwolfcode/app-weather-city.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/saulwolfcode/app-weather-city/issues"
},
"homepage": "https://github.com/saulwolfcode/app-weather-city#readme",
"dependencies": {
"css-loader": "^2.1.0",
"exports-loader": "^0.7.0",
"extracted-loader": "^1.0.7",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.6.0",
"imports-loader": "^0.8.0",
"mini-css-extract-plugin": "^0.5.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"@babel/plugin-transform-async-to-generator": "^7.3.4",
"babel-plugin-syntax-async-functions": "^6.13.0"
},
"description": ""
}