mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-12 08:23:48 +02:00
0812a29163
Co-authored-by: 6543 <6543@obermui.de>
28 lines
784 B
JSON
28 lines
784 B
JSON
{
|
|
"name": "@woodpecker-ci/plugin-index",
|
|
"version": "0.1.0",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"start": "concurrently 'tsc -w' 'tsc -w -p tsconfig.jsx.json'",
|
|
"build": "tsc && tsc -p tsconfig.jsx.json"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "^2.0.0-beta.7",
|
|
"@docusaurus/theme-classic": "^2.0.0-beta.7",
|
|
"@docusaurus/types": "^2.0.0-beta.7",
|
|
"@octokit/openapi-types": "^11.2.0",
|
|
"@octokit/rest": "^18.12.0",
|
|
"@tsconfig/docusaurus": "^1.0.4",
|
|
"@types/marked": "^3.0.1",
|
|
"clsx": "^1.1.1",
|
|
"concurrently": "^6.3.0",
|
|
"marked": "^3.0.7",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.4 || ^17.0.0",
|
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
}
|
|
}
|