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": {
|
2022-10-08 16:15:07 +02: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 19:04:47 +02:00
|
|
|
"style": "mkdir -p dist/theme/ && cp src/theme/style.css dist/theme/style.css"
|
2021-10-19 18:54:01 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-05 11:43:44 +02:00
|
|
|
"@docusaurus/module-type-aliases": "^3.0.0",
|
|
|
|
"@docusaurus/theme-classic": "^3.0.0",
|
|
|
|
"@docusaurus/types": "^3.0.0",
|
2023-09-10 10:40:11 +02:00
|
|
|
"@tsconfig/docusaurus": "^2.0.0",
|
2023-09-10 09:25:31 +02:00
|
|
|
"@types/marked": "^5.0.0",
|
2023-10-28 21:17:32 +02:00
|
|
|
"@types/node": "^20.0.0",
|
2023-10-28 08:43:25 +02:00
|
|
|
"axios": "^1.6.0",
|
2023-09-10 10:19:32 +02:00
|
|
|
"concurrently": "^8.0.0",
|
2023-10-28 08:43:25 +02:00
|
|
|
"marked": "^9.1.2",
|
2023-08-01 13:30:44 +02:00
|
|
|
"tslib": "^2.6.1",
|
2023-09-10 10:33:18 +02:00
|
|
|
"typescript": "^5.0.0"
|
2021-10-19 18:54:01 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-09-10 11:11:55 +02:00
|
|
|
"react": "^17.0.2 || ^18.0.0",
|
|
|
|
"react-dom": "^17.0.2 || ^18.0.0"
|
2022-09-25 19:04:47 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-10-28 21:31:34 +02:00
|
|
|
"fuse.js": "^7.0.0",
|
2023-08-01 13:30:44 +02:00
|
|
|
"yaml": "^2.3.1"
|
2021-10-19 18:54:01 +02:00
|
|
|
}
|
|
|
|
}
|