AUXteam's picture
Upload folder using huggingface_hub
8d21f7c verified
{
"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": "^3.9.2",
"@docusaurus/theme-classic": "^3.9.2",
"@docusaurus/types": "^3.9.2",
"@tsconfig/docusaurus": "^2.0.7",
"@types/node": "^24.10.9",
"axios": "^1.13.4",
"concurrently": "^9.2.1",
"isomorphic-dompurify": "^3.0.0",
"marked": "^17.0.1",
"slugify": "^1.6.6",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "^17.0.2 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"fuse.js": "^7.1.0",
"yaml": "^2.8.2"
}
}