UNPKG

@fjell/registry

Version:

Dependency injection and service location system for the Fjell ecosystem

35 lines (34 loc) 990 B
{ "name": "fjell-registry-docs", "private": true, "version": "0.0.0", "type": "module", "scripts": { "copy-docs": "node node_modules/@fjell/docs-template/dist/scripts/copy-docs.js", "dev": "npm run copy-docs && vite", "build": "npm run copy-docs && tsc && vite build", "preview": "vite preview", "test": "vitest run --coverage", "test:watch": "vitest --watch" }, "dependencies": { "@fjell/docs-template": "^1.0.28", "react": "^19.1.0", "react-dom": "^19.1.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@types/react-syntax-highlighter": "^15.5.13", "@vitejs/plugin-react": "^4.7.0", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", "jsdom": "^26.1.0", "typescript": "^5.8.3", "vite": "^7.0.5", "vitest": "^3.2.4" } }