-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "track-covid19",
"version": "0.1.0",
"description": "Track COVID-19",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx prettier --write src"
},
"author": "Zairon Jacobs <zaironjacobs@gmail.com>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.2.0",
"@fortawesome/free-brands-svg-icons": "6.2.0",
"@fortawesome/free-regular-svg-icons": "6.2.0",
"@fortawesome/free-solid-svg-icons": "6.2.0",
"@fortawesome/react-fontawesome": "0.2.0",
"axios": "0.27.2",
"moment": "2.29.4",
"mongodb": "4.9.1",
"next": "12.3.0",
"next-translate": "1.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-select": "5.4.0",
"styled-components": "5.3.5"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"@types/styled-components": "5.1.26",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"prettier": "2.7.1",
"sass": "1.54.8",
"typescript": "4.9.4"
}
}