-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 814 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 814 Bytes
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
{
"name": "codysnippets",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.3.1",
"autoprefixer": "10.4.16",
"axios": "^1.7.3",
"bcryptjs": "^2.4.3",
"firebase": "^10.12.5",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.5.4",
"next": "13.5.4",
"postcss": "8.4.31",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-infinite-scroll-component": "^6.1.0",
"react-toastify": "^9.1.3",
"tailwindcss": "3.3.3",
"timeago.js": "^4.0.2",
"zustand": "^4.5.4"
},
"devDependencies": {
"daisyui": "^3.9.1"
}
}