-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.32 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
47
48
49
{
"name": "freetime",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/preset-react": "^7.17.12",
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.2.1",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@fontsource/koh-santepheap": "^4.5.11",
"@fullcalendar/common": "^5.11.0",
"@fullcalendar/interaction": "^5.11.0",
"@fullcalendar/react": "^5.11.1",
"@fullcalendar/timegrid": "^5.11.0",
"@react-oauth/google": "^0.2.6",
"@reduxjs/toolkit": "^1.8.2",
"axios": "^0.27.2",
"cookies-next": "^2.0.5",
"firebase": "^9.8.4",
"framer-motion": "^6.3.15",
"google-auth-library": "^8.0.3",
"googleapis": "^104.0.0",
"moment": "^2.29.3",
"nanoid": "^4.0.0",
"next": "12.1.6",
"next-transpile-modules": "^9.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.0.3",
"react-firebaseui": "^6.0.0",
"react-google-login": "^5.2.2",
"react-loader-spinner": "^5.1.5",
"react-moment": "^1.1.2",
"react-multi-email": "^0.5.3",
"react-redux": "^8.0.2"
},
"devDependencies": {
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"jest": "^28.1.1"
}
}