@netlify/framework-info
Version:
Framework detection utility
22 lines (21 loc) • 472 B
JSON
{
"id": "react-static",
"name": "React Static",
"category": "static_site_generator",
"detect": {
"npmDependencies": ["react-static"],
"excludedNpmDependencies": [],
"configFiles": ["static.config.js"]
},
"dev": {
"command": "react-static start",
"port": 3000,
"pollingStrategies": [{ "name": "TCP" }, { "name": "HTTP" }]
},
"build": {
"command": "react-static build",
"directory": "dist"
},
"env": {},
"plugins": []
}