tsunami / package.json
Gitdeeper4's picture
رفع جميع ملفات TSU-WAVE مع YAML
12834b7
{
"name": "tsu-wave-netlify",
"version": "1.0.0",
"description": "TSU-WAVE Netlify Deployment - Real-time tsunami monitoring system",
"main": "index.js",
"scripts": {
"dev": "netlify dev",
"build": "echo 'Static site ready - no build required'",
"deploy": "netlify deploy --prod"
},
"dependencies": {
"@supabase/supabase-js": "^2.39.0",
"@supabase/realtime-js": "^2.9.0",
"@supabase/storage-js": "^2.5.0",
"axios": "^1.6.0",
"node-fetch": "^3.3.0"
},
"devDependencies": {
"netlify-cli": "^17.0.0"
},
"keywords": [
"tsunami",
"early-warning",
"dashboard",
"netlify",
"supabase"
],
"author": "Samir Baladi",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://gitlab.com/gitdeeper4/tsu-wave.git"
},
"bugs": {
"url": "https://gitlab.com/gitdeeper4/tsu-wave/-/issues"
},
"homepage": "https://tsu-wave.netlify.app"
}