-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 882 Bytes
/
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
{
"name": "pop-in",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@next-auth/mongodb-adapter": "^1.1.1",
"eslint": "8.28.0",
"eslint-config-next": "13.0.4",
"express": "^4.18.2",
"framer-motion": "^7.6.7",
"luxon": "^3.1.0",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"mongodb": "^4.12.0",
"mongoose": "^6.7.3",
"nanoid": "^4.0.0",
"next": "13.0.4",
"next-auth": "^4.17.0",
"pg": "^8.8.0",
"react": "18.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-dropdown": "^1.11.0",
"react-icons": "^4.6.0",
"react-select": "^5.6.1",
"react-timesheet": "^0.1.0"
}
}