30 lines
632 B
JSON
30 lines
632 B
JSON
{
|
|
"project_type": "single",
|
|
"services": {
|
|
"frontend": {
|
|
"path": ".",
|
|
"tech_stack": ["next.js", "react", "typescript", "tailwindcss"],
|
|
"port": 3000,
|
|
"dev_command": "npm run dev",
|
|
"test_command": "npm test"
|
|
}
|
|
},
|
|
"infrastructure": {
|
|
"docker": true,
|
|
"database": "supabase",
|
|
"ci_cd": false
|
|
},
|
|
"conventions": {
|
|
"linter": "eslint",
|
|
"formatter": "prettier",
|
|
"testing": "vitest",
|
|
"package_manager": "npm"
|
|
},
|
|
"scripts_directory": {
|
|
"path": "scripts/",
|
|
"count": 11,
|
|
"languages": ["javascript", "html"],
|
|
"module_types": ["commonjs", "esm"]
|
|
}
|
|
}
|