Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
feat(sbomservice): Add placeholder for SHA256SUMS in LNM v1 fixtures docs(devportal): Create README for SDK archives in public directory build(devportal): Implement offline bundle build script test(devportal): Add link checker script for validating links in documentation test(devportal): Create performance check script for dist folder size test(devportal): Implement accessibility check script using Playwright and Axe docs(devportal): Add SDK quickstart guide with examples for Node.js, Python, and cURL feat(excititor): Implement MongoDB storage for airgap import records test(findings): Add unit tests for export filters hash determinism feat(findings): Define attestation contracts for ledger web service feat(graph): Add MongoDB options and service collection extensions for graph indexing test(graph): Implement integration tests for MongoDB provider and service collection extensions feat(zastava): Define configuration options for Zastava surface secrets build(tests): Create script to run Concelier linkset tests with TRX output
37 lines
970 B
JSON
37 lines
970 B
JSON
{
|
|
"name": "@stellaops/devportal-site",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"license": "AGPL-3.0-or-later",
|
|
"engines": {
|
|
"node": ">=18.18.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev --host",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"check": "astro check",
|
|
"sync:spec": "node scripts/sync-spec.mjs",
|
|
"prepare:static": "npm run sync:spec && astro check",
|
|
"build:offline": "node scripts/build-offline.mjs",
|
|
"test:a11y": "node scripts/run-a11y.mjs",
|
|
"lint:links": "node scripts/check-links.mjs",
|
|
"budget:dist": "node scripts/check-perf.mjs"
|
|
},
|
|
"dependencies": {
|
|
"rapidoc": "9.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/mdx": "4.3.12",
|
|
"@astrojs/starlight": "0.36.2",
|
|
"@axe-core/playwright": "4.9.0",
|
|
"@playwright/test": "1.48.2",
|
|
"@types/node": "24.10.1",
|
|
"astro": "5.16.0",
|
|
"linkinator": "6.1.2",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|