-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 763 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 763 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
{
"name": "nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@fontsource/anonymous-pro": "^4.5.0",
"@fontsource/inter": "^4.5.0",
"@fontsource/stoke": "^4.5.0",
"@next/bundle-analyzer": "^11.0.1",
"chart.js": "^3.4.1",
"firebase": "^8.7.1",
"formik": "^2.2.9",
"framer-motion": "^4.1.17",
"js-cookie": "^2.2.1",
"moment": "^2.29.1",
"next": "10.x",
"react": "17.x",
"react-big-calendar": "^0.33.5",
"react-chartjs-2": "^3.0.4",
"react-dom": "17.x",
"react-icons": "^4.2.0"
}
}