-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.4 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.4 KB
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
56
{
"name": "shutterly-media-sharing-platform",
"version": "1.3",
"private": true,
"author": {
"email": "dilshan.chamodxo@gmail.com",
"name": "chamod dilshan",
"url": "https://www.dilshanxo.dev/"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@azure/storage-blob": "^12.29.1",
"@prisma/adapter-pg": "^7.5.0",
"@prisma/client": "^7.5.0",
"@types/twemoji": "^13.1.1",
"axios": "^1.13.6",
"bcrypt": "^6.0.0",
"emoji-picker-react": "^4.18.0",
"framer-motion": "^11.3.19",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.577.0",
"next": "^15.2.4",
"next-themes": "^0.4.6",
"react": "^19",
"react-dom": "^19",
"react-easy-crop": "^5.5.6",
"redis": "^4.7.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"twemoji": "^14.0.2"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.19",
"dotenv": "^16.6.1",
"eslint": "^9",
"eslint-config-next": "^15.2.4",
"postcss": "^8.4.38",
"prisma": "^7.5.0",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
}
}