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": {
|
2023-08-01 11:30:44 +00:00
|
|
|
"@docusaurus/module-type-aliases": "^2.4.1",
|
|
|
|
"@docusaurus/theme-classic": "^2.4.1",
|
|
|
|
"@docusaurus/types": "^2.4.1",
|
2023-09-10 08:40:11 +00:00
|
|
|
"@tsconfig/docusaurus": "^2.0.0",
|
2023-09-10 07:25:31 +00:00
|
|
|
"@types/marked": "^5.0.0",
|
2023-08-01 11:30:44 +00:00
|
|
|
"@types/node": "^18.17.1",
|
2023-09-09 12:54:53 +00:00
|
|
|
"axios": "^1.0.0",
|
2023-09-10 08:19:32 +00:00
|
|
|
"concurrently": "^8.0.0",
|
2023-09-10 07:32:58 +00:00
|
|
|
"marked": "^9.0.0",
|
2023-08-01 11:30:44 +00:00
|
|
|
"tslib": "^2.6.1",
|
2023-09-10 08:33:18 +00:00
|
|
|
"typescript": "^5.0.0"
|
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": {
|
|
|
|
"fuse.js": "^6.6.2",
|
2023-08-01 11:30:44 +00:00
|
|
|
"yaml": "^2.3.1"
|
2021-10-19 16:54:01 +00:00
|
|
|
}
|
|
|
|
}
|