mirror of
https://github.com/project-gauntlet/gauntlet.git
synced 2025-12-23 10:35:53 +00:00
132 lines
2.9 KiB
JSON
132 lines
2.9 KiB
JSON
{
|
|
"name": "plugin",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "placeholdername"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.14",
|
|
"placeholdername-binary": "file:../../js/binary"
|
|
},
|
|
"plugin": {
|
|
"metadata": {
|
|
"name": "Interesting Plugin Name"
|
|
},
|
|
"entrypoints": [
|
|
{
|
|
"id": "some-view",
|
|
"name": "Some view",
|
|
"path": "src/view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view",
|
|
"name": "Other view",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-1",
|
|
"name": "Other view 1",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-2",
|
|
"name": "Other view 2",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-3",
|
|
"name": "Other view 3",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-4",
|
|
"name": "Other view 4",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-5",
|
|
"name": "Other view 5",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-6",
|
|
"name": "Other view 6",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-7",
|
|
"name": "Other view 7",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-8",
|
|
"name": "Other view 8",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-9",
|
|
"name": "Other view 9",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-10",
|
|
"name": "Other view 10",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-11",
|
|
"name": "Other view 11",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-12",
|
|
"name": "Other view 12",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-13",
|
|
"name": "Other view 13",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-14",
|
|
"name": "Other view 14",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-15",
|
|
"name": "Other view 15",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-16",
|
|
"name": "Other view 16",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-17",
|
|
"name": "Other view 17",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-18",
|
|
"name": "Other view 18",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-19",
|
|
"name": "Other view 19",
|
|
"path": "src/other_view.tsx"
|
|
},
|
|
{
|
|
"id": "other-view-20",
|
|
"name": "Other view 20",
|
|
"path": "src/other_view.tsx"
|
|
}
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@types/lodash": "^4.14.196",
|
|
"lodash": "^4.17.21"
|
|
}
|
|
}
|