-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 810 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 810 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
{
"name": "kenyonwx",
"version": "0.0.3",
"description": "Display's the current weather conditions from a Davis Instruments weather station near Kenyon, MN.",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint"
},
"cacheDirectories": [
"node_modules/",
".next/cache/"
],
"author": "Michael Weiner",
"license": "MIT",
"engines": {
"node": "24.x"
},
"dependencies": {
"@headlessui/react": "^2.2.10",
"@heroicons/react": "^2.2.0",
"@tailwindcss/postcss": "^4.3.2",
"axios": "^1.18.1",
"memjs": "^1.3.1",
"next": "^16.2.10",
"pino": "^10.3.1",
"postcss": "^8.5.18",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"tailwindcss": "^4.1.18"
}
}