-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "weather-app-btach-3",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "webpack --watch",
"serve": "webpack serve",
"build": "webpack --mode=production --node-env=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samimwebdev/weather-app-v-3.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/samimwebdev/weather-app-v-3/issues"
},
"homepage": "https://github.com/samimwebdev/weather-app-v-3#readme",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-loader": "^8.2.2",
"css-loader": "^6.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.2.0",
"prettier": "^2.3.2",
"prettier-webpack-plugin": "^1.2.0",
"style-loader": "^3.2.1",
"webpack": "^5.49.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}