mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-04 23:56:30 +00:00
62d82765fd
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
31 lines
879 B
JSON
31 lines
879 B
JSON
{
|
|
"name": "@woodpecker-ci/plugin-index",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"start": "yarn run style && concurrently 'tsc -w' 'tsc -w -p tsconfig.jsx.json'",
|
|
"build": "yarn 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.1.0",
|
|
"@docusaurus/theme-classic": "^2.1.0",
|
|
"@docusaurus/types": "^2.1.0",
|
|
"@tsconfig/docusaurus": "^1.0.6",
|
|
"@types/marked": "^4.0.7",
|
|
"axios": "^0.27.2",
|
|
"concurrently": "^7.4.0",
|
|
"marked": "^4.1.0",
|
|
"typescript": "^4.7.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"dependencies": {
|
|
"fuse.js": "^6.6.2",
|
|
"yaml": "^2.1.1"
|
|
}
|
|
}
|