-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 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
{
"name": "rate-ministere-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:worker": "cloudflare",
"dev:worker": "wrangler dev --port 8771",
"preview:worker": "npm run build:worker && npm run dev:worker",
"deploy:worker": "npm run build:worker && wrangler deploy",
"populate-tanks": "node scripts/populateTanks.js"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@phosphor-icons/react": "^2.1.7",
"@socket.io/admin-ui": "^0.5.1",
"framer-motion": "^11.15.0",
"i18next": "^24.0.2",
"i18next-browser-languagedetector": "^8.0.0",
"js-base64": "^3.7.7",
"lucide-react": "^0.460.0",
"mongoose": "^8.9.5",
"next": "^15.0.4",
"next-auth": "^4.24.11",
"next-themes": "^0.4.6",
"nodemailer": "^7.0.7",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-i18next": "^15.1.3",
"react-icons": "^5.4.0",
"react-loading-skeleton": "^3.5.0",
"react-svg": "^16.2.0",
"react-toastify": "^11.0.2",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "15.0.3"
}
}