-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "edge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build -d",
"start": "next start",
"lint": "next lint",
"loadCities": "tsx loadCities.ts"
},
"dependencies": {
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.5",
"@tailwindcss/forms": "^0.5.9",
"@vercel/edge": "^1.1.2",
"@vercel/functions": "^1.4.1",
"@vercel/og": "^0.6.3",
"axios": "^1.7.7",
"binary-search": "^1.3.6",
"dotenv": "^16.4.5",
"flexsearch": "^0.7.43",
"geokdbush": "^2.0.1",
"heroicons": "^2.1.5",
"kdbush": "^4.0.2",
"mongodb": "^6.9.0",
"next": "15.0.3",
"openai": "^4.65.0",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"tsx": "^4.19.1",
"typescript": "^5.6.2"
},
"pnpm": {
"overrides": {
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]"
}
}
}