-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "link-sharing-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/core": "^0.12.0",
"@auth/mongodb-adapter": "^1.0.0",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-tabs": "^1.0.4",
"@svgr/webpack": "^8.0.1",
"@types/bcryptjs": "^2.4.2",
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/styled-components": "^5.1.26",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"classnames": "^2.3.2",
"cloudinary": "^1.40.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"mongodb": "^5.8.1",
"next": "13.4.9",
"next-auth": "^4.23.0",
"nextjs-toploader": "^1.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-loading": "^2.0.3",
"styled-components": "^6.0.3",
"typescript": "5.1.6",
"zod": "^3.21.4"
}
}