-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 998 Bytes
/
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
{
"name": "radar-hack",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.13",
"prettier": "^3.2.5",
"turbo": "^2.1.2",
"typescript": "^5.6.2"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
],
"dependencies": {
"@google/generative-ai": "^0.19.0",
"@next-auth/prisma-adapter": "^1.0.7",
"install": "^0.13.0",
"next": "^14.2.15",
"next-auth": "^4.24.8",
"next-mdx-remote": "^5.0.0",
"npm": "^10.8.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-toastify": "^10.0.5",
"recharts": "^2.12.7",
"simplex-noise": "^4.0.3",
"ui": "^0.2.4"
}
}