-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
40
41
42
43
44
45
46
47
48
49
{
"name": "weather-dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest",
"apidev": "nodemon --ignore 'app/*' --ignore '**/*.json' api/src/server.js",
"app": "webpack-dev-server"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@koa/cors": "^2.2.3",
"axios": "^0.19.2",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"bcrypt": "^4.0.1",
"css-loader": "^3.5.3",
"dotenv": "^8.2.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.2.0",
"koa": "^2.11.0",
"koa-bodyparser": "^4.3.0",
"koa-logger": "^3.2.1",
"koa-route": "^3.2.0",
"moment": "^2.24.0",
"mongoose": "^5.9.10",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"recharts": "^1.8.5",
"regenerator-runtime": "^0.13.5",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.88.2",
"style-loader": "^1.2.0",
"uuid": "^7.0.3",
"webpack": "^4.43.0"
},
"devDependencies": {
"jest": "^25.4.0",
"nodemon": "^2.0.3",
"supertest": "^4.0.2",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}