Weather Station / ECOWITT / DNT
0

Configure Feed

Select the types of activity you want to include in your feed.

at stats 924 B View raw
1{ 2 "name": "ecowitt-nextjs15", 3 "version": "0.1.0", 4 "private": true, 5 "scripts": { 6 "predev": "tsx src/scripts/prewarm.ts", 7 "dev": "next dev", 8 "build": "next build", 9 "prestart": "tsx src/scripts/prewarm.ts", 10 "start": "next start", 11 "lint": "next lint", 12 "prewarm": "tsx src/scripts/prewarm.ts" 13 }, 14 "dependencies": { 15 "@duckdb/node-api": "^1.3.2-alpha.25", 16 "@heroicons/react": "^2.2.0", 17 "chart.js": "^4.5.0", 18 "chartjs-plugin-zoom": "^2.2.0", 19 "i18next": "^25.3.6", 20 "next": "15.4.6", 21 "react": "19.1.1", 22 "react-dom": "19.1.1", 23 "react-i18next": "^15.6.1", 24 "suncalc": "^1.9.0" 25 }, 26 "devDependencies": { 27 "@tailwindcss/postcss": "^4", 28 "@types/node": "^24", 29 "@types/react": "^19", 30 "@types/react-dom": "^19", 31 "eslint": "9.33.0", 32 "eslint-config-next": "15.4.6", 33 "tailwindcss": "^4", 34 "tsx": "^4.7.0", 35 "typescript": "^5" 36 } 37}