-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.49 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
50
51
52
53
54
55
{
"name": "berkeleyfind",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^2.5.1",
"@chakra-ui/anatomy": "^2.2.2",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@types/react-window": "^1.8.8",
"@types/react-window-infinite-loader": "^1.0.9",
"@upstash/redis": "^1.34.3",
"autoprefixer": "^10.4.19",
"bcrypt": "^5.1.1",
"chakra-react-select": "^4.7.6",
"cloudinary": "^2.0.3",
"cookies-next": "^4.2.1",
"core-js": "^3.36.1",
"framer-motion": "^11.0.20",
"lorem-ipsum": "^2.0.8",
"mongodb": "^6.5.0",
"mongoose": "^8.2.3",
"next": "14.2.4",
"next-auth": "^4.24.7",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.1",
"react-icons": "^5.2.1",
"react-schedule-selector": "^3.0.2",
"react-window": "^1.8.10",
"react-window-infinite-loader": "^1.0.9",
"styled-components": "^6.1.8",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/react": "^18.2.70",
"depcheck": "^1.4.7",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"eslint-plugin-unused-imports": "^3.1.0",
"prettier": "3.2.5",
"typescript": "^5.4.3"
}
}