mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-19 16:31:01 +00:00
41 lines
1 KiB
JSON
41 lines
1 KiB
JSON
{
|
|
"name": "@woodpecker-ci/plugin-index",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"start": "pnpm run style && concurrently 'tsc -w' 'tsc -w -p tsconfig.jsx.json'",
|
|
"build": "pnpm run style && tsc && tsc -p tsconfig.jsx.json",
|
|
"style": "mkdir -p dist/theme/ && cp src/theme/style.css dist/theme/style.css"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "^2.2.0",
|
|
"@docusaurus/theme-classic": "^2.2.0",
|
|
"@docusaurus/types": "^2.2.0",
|
|
"@tsconfig/docusaurus": "^1.0.6",
|
|
"@types/marked": "^4.0.7",
|
|
"@types/node": "^18.11.2",
|
|
"axios": "^0.27.2",
|
|
"concurrently": "^7.4.0",
|
|
"marked": "^4.1.1",
|
|
"tslib": "^2.4.0",
|
|
"typescript": "^4.8.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"dependencies": {
|
|
"fuse.js": "^6.6.2",
|
|
"yaml": "^2.1.3"
|
|
},
|
|
"pnpm": {
|
|
"peerDependencyRules": {
|
|
"ignoreMissing": [
|
|
"react",
|
|
"react-dom"
|
|
]
|
|
}
|
|
}
|
|
}
|