-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 865 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
{
"name": "invisiblehotels.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"optimize-images": "next-image-export-optimizer",
"start": "next start",
"lint": "next lint",
"fetch-content": "node ./data/fetch-content.mjs"
},
"dependencies": {
"clsx": "^2.1.1",
"lodash.debounce": "^4",
"lucide-react": "^0",
"next": "14",
"next-image-export-optimizer": "^1",
"next-plausible": "^3.12.2",
"react": "18",
"react-dom": "18",
"zustand": "^4"
},
"devDependencies": {
"@types/apple-mapkit-js-browser": "^5",
"@types/lodash.debounce": "^4",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"airtable": "^0.12",
"dotenv": "^16",
"geolib": "^3",
"sass": "^1.79.4",
"typescript": "^5"
}
}