2021-10-19 16:54:01 +00:00
|
|
|
{
|
|
|
|
"name": "@woodpecker-ci/plugin-index",
|
|
|
|
"version": "0.1.0",
|
2021-11-27 14:13:00 +00:00
|
|
|
"private": true,
|
2021-10-19 16:54:01 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"scripts": {
|
2022-10-08 14:15:07 +00:00
|
|
|
"start": "pnpm run style && concurrently 'tsc -w' 'tsc -w -p tsconfig.jsx.json'",
|
|
|
|
"build": "pnpm run style && tsc && tsc -p tsconfig.jsx.json",
|
2022-09-25 17:04:47 +00:00
|
|
|
"style": "mkdir -p dist/theme/ && cp src/theme/style.css dist/theme/style.css"
|
2021-10-19 16:54:01 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-06-01 06:34:17 +00:00
|
|
|
"@docusaurus/module-type-aliases": "^3.3.2",
|
|
|
|
"@docusaurus/theme-classic": "^3.3.2",
|
|
|
|
"@docusaurus/types": "^3.3.2",
|
|
|
|
"@tsconfig/docusaurus": "^2.0.3",
|
|
|
|
"@types/node": "^20.12.13",
|
|
|
|
"axios": "^1.7.2",
|
|
|
|
"concurrently": "^8.2.2",
|
|
|
|
"isomorphic-dompurify": "^2.11.0",
|
2024-06-15 05:52:01 +00:00
|
|
|
"marked": "^13.0.0",
|
2024-06-01 06:34:17 +00:00
|
|
|
"tslib": "^2.6.2",
|
|
|
|
"typescript": "^5.4.5"
|
2021-10-19 16:54:01 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-09-10 09:11:55 +00:00
|
|
|
"react": "^17.0.2 || ^18.0.0",
|
|
|
|
"react-dom": "^17.0.2 || ^18.0.0"
|
2022-09-25 17:04:47 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-28 19:31:34 +00:00
|
|
|
"fuse.js": "^7.0.0",
|
2024-06-01 06:34:17 +00:00
|
|
|
"yaml": "^2.4.2"
|
2021-10-19 16:54:01 +00:00
|
|
|
}
|
|
|
|
}
|