-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 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
44
45
46
{
"name": "academy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/accordion": "^2.3.1",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/utils": "^2.0.14",
"@emotion/css": "^11.5.0",
"@emotion/react": "^11.6.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@fontsource/inter": "^4.5.1",
"@react-oauth/google": "^0.12.1",
"academy": "file:",
"axios": "^1.7.7",
"core-js-pure": "^3.31.0",
"date-fns": "^2.30.0",
"dotenv": "^16.4.5",
"framer-motion": "^10.16.9",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"lodash.debounce": "^4.0.8",
"lodash.kebabcase": "^4.1.1",
"log-utils": "^0.3.0",
"next": "^14.0.1",
"next-auth": "^4.24.7",
"next-images": "^1.8.4",
"next-seo": "^5.1.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.1.1",
"react-icons": "^4.12.0",
"react-loading-skeleton": "^3.3.1"
},
"resolutions": {
"log-utils": "1.0.0"
}
}