2021-10-19 18:54:01 +02:00
|
|
|
{
|
|
|
|
"name": "@woodpecker-ci/plugin-index",
|
|
|
|
"version": "0.1.0",
|
2021-11-27 16:13:00 +02:00
|
|
|
"private": true,
|
2021-10-19 18:54:01 +02:00
|
|
|
"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": {
|
2022-04-06 17:15:28 +02:00
|
|
|
"@docusaurus/module-type-aliases": "^2.0.0-beta.18",
|
|
|
|
"@docusaurus/theme-classic": "^2.0.0-beta.18",
|
|
|
|
"@docusaurus/types": "^2.0.0-beta.18",
|
2021-10-19 18:54:01 +02:00
|
|
|
"@octokit/openapi-types": "^11.2.0",
|
|
|
|
"@octokit/rest": "^18.12.0",
|
2022-04-06 17:15:28 +02:00
|
|
|
"@tsconfig/docusaurus": "^1.0.5",
|
|
|
|
"@types/marked": "^4.0.3",
|
2021-10-19 18:54:01 +02:00
|
|
|
"clsx": "^1.1.1",
|
2022-04-06 17:15:28 +02:00
|
|
|
"concurrently": "^7.0.0",
|
|
|
|
"marked": "^4.0.12",
|
|
|
|
"typescript": "^4.6.3"
|
2021-10-19 18:54:01 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2021-11-27 16:13:00 +02:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2"
|
2021-10-19 18:54:01 +02:00
|
|
|
}
|
|
|
|
}
|