mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
3fea6c1426
Co-authored-by: Cursor <cursoragent@cursor.com>
29 lines
621 B
JSON
29 lines
621 B
JSON
{
|
|
"name": "frontend",
|
|
"displayName": "Frontend",
|
|
"version": "1.0.0",
|
|
"description": "Frontend development with React, TypeScript, accessibility, and performance.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"frontend",
|
|
"react",
|
|
"typescript",
|
|
"accessibility",
|
|
"performance"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"frontend",
|
|
"ui",
|
|
"performance"
|
|
],
|
|
"skills": "./skills/",
|
|
"rules": "./rules/"
|
|
}
|