-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 879 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 879 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": "doublevision",
"version": "1.0.0",
"description": "A Wordle-style daily photography feedback game",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^3.11.1",
"@google/generative-ai": "^0.24.1",
"@vercel/blob": "^2.0.0",
"dotenv": "^17.2.3",
"mongodb": "^6.20.0",
"next": "^15.1.8",
"next-auth": "^5.0.0-beta.30",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.21",
"eslint": "^9.18.0",
"eslint-config-next": "^15.1.8",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"typescript": "^5.7.2",
"vercel": "^48.8.2"
}
}