UNPKG

@netlify/framework-info

Version:
22 lines (21 loc) 472 B
{ "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": [] }