-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "picpulse",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.2.9",
"@reduxjs/toolkit": "^2.1.0",
"@upstash/redis": "^1.28.4",
"axios": "^1.6.7",
"bcryptjs": "^2.4.3",
"cookie": "^0.6.0",
"express-async-handler": "^1.2.0",
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.2",
"framer-motion": "^11.0.3",
"ioredis": "^5.3.2",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.1.1",
"next": "14.1.0",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"react": "^18",
"react-cookie": "^7.0.2",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-redux": "^9.1.0"
},
"devDependencies": {
"@types/node": "20.11.16",
"@types/react": "18.2.55",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}