-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 863 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 863 Bytes
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
{
"name": "CoronaStatus",
"version": "1.9.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "NODE_ENV=production next start -p 8080"
},
"keywords": [],
"author": "Boris Povolotsky <boristofu@gmail.com>",
"license": "ISC",
"dependencies": {
"@svgr/webpack": "^5.5.0",
"axios": "^0.21.1",
"chart.js": "^3.4.1",
"chartjs-plugin-datalabels": "^2.0.0",
"cheerio": "*",
"next": "^11.0.1",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"react": "^17.0.2",
"react-chartjs-2": "^3.0.3",
"react-dom": "^17.0.2",
"react-select": "^4.3.1",
"rss-parser": "^3.12.0",
"styled-components": "^5.3.0",
"styled-normalize": "^8.0.7"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.13.2"
}
}