-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 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
{
"name": "promptsbook",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 5000",
"build": "next build",
"start": "next start -p 5000",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@next/bundle-analyzer": "^14.2.8",
"@sentry/nextjs": "^8.28.0",
"@vercel/speed-insights": "^1.0.12",
"bufferutil": "^4.0.9",
"cross-env": "^7.0.3",
"emoji-picker-react": "^4.12.0",
"hooks": "^0.3.2",
"moment-timezone": "^0.5.46",
"mongodb": "^6.7.0",
"mongoose": "^8.4.3",
"next": "^13.5.8",
"next-auth": "^4.24.7",
"node-cache": "^5.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-live-clock": "^6.1.23-beta",
"sharp": "^0.33.5",
"socket.io-client": "^4.8.1",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"typekit": "^0.1.1",
"utf-8-validate": "^5.0.10",
"ws": "^8.18.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
}
}