-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "po",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^0.1.5",
"aws-sdk": "^2.1023.0",
"countapi-js": "^1.0.2",
"moment": "^2.29.1",
"moment-timezone": "^0.5.33",
"next": "13.2.4",
"nextjs-progressbar": "^0.0.16",
"react": "^18.2.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^18.2.0",
"react-live-clock": "^5.3.1",
"react-medium-image-zoom": "^4.3.5",
"react-moment": "^1.1.1",
"react-responsive": "^9.0.0-beta.4",
"react-text-transition": "^1.3.0",
"react-vertical-timeline-component": "^3.5.2",
"sharp": "^0.29.2"
},
"devDependencies": {
"@types/node": "16.11.6",
"@types/react": "17.0.33",
"@types/react-custom-scrollbars": "^4.0.9",
"@types/react-scrollbar": "^0.5.3",
"@types/react-vertical-timeline-component": "^3.3.1",
"eslint": "7.32.0",
"eslint-config-next": "12.0.1",
"postcss": "^8.3.11",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "3.2.4",
"typescript": "4.4.4"
}
}