forked from Poornima-Open-Source-Society/Weather-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 821 Bytes
/
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
{
"name": "wheather-app",
"version": "1.0.0",
"description": "search for wheather",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --mode development --open",
"build": "webpack --mode production",
"dev": "webpack-dev-server --mode development"
},
"author": "hardik,bhanu",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.8.7",
"axios": "^0.19.2",
"babel-loader": "^8.1.0",
"babel-polyfill": "^6.26.0"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"html-webpack-plugin": "^4.2.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"babel-preset-env": "^1.7.0"
}
}