-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1004 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
31
32
33
34
35
{
"name": "weather_service",
"version": "1.1.0",
"description": "Weather service es6 from openWeatherMap.org source",
"main": "src/index.js",
"dependencies": {
"highcharts": "^9.3.2",
"react": "^17.0.2",
"react-bootstrap": "^2.1.0",
"react-dom": "^17.0.2",
"react-mixin": "^5.0.0",
"react-router": "^5.2.1",
"react-router-dom": "^5.2.1"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^10.2.0",
"css-loader": "^6.5.1",
"highcharts-more": "^0.1.7",
"style-loader": "^3.3.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.2"
},
"scripts": {
"start": "webpack serve --open --progress --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"author": "Mozhaev Alexandr",
"license": "MIT"
}