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-08-01 13:30:44 +02:00
|
|
|
"@docusaurus/module-type-aliases": "^2.4.1",
|
|
|
|
"@docusaurus/theme-classic": "^2.4.1",
|
|
|
|
"@docusaurus/types": "^2.4.1",
|
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-08-01 13:30:44 +02:00
|
|
|
"@types/node": "^18.17.1",
|
2023-09-09 14:54:53 +02:00
|
|
|
"axios": "^1.0.0",
|
2023-09-10 10:19:32 +02:00
|
|
|
"concurrently": "^8.0.0",
|
2023-09-10 09:32:58 +02:00
|
|
|
"marked": "^9.0.0",
|
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": {
|
2021-11-27 16:13:00 +02:00
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2"
|
2022-09-25 19:04:47 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"fuse.js": "^6.6.2",
|
2023-08-01 13:30:44 +02:00
|
|
|
"yaml": "^2.3.1"
|
2021-10-19 18:54:01 +02:00
|
|
|
}
|
|
|
|
}
|