{ "name": "@applemusic-like-lyrics/docs", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "build:full": "run-s build:full:projects build:full:copy-playground", "build:full:projects": "cross-env PLAYGROUND_BASE_URL=/playground/ nx run-many --target=build --projects=docs,playground-core", "build:full:copy-playground": "node ./scripts/copy-playground.js", "preview": "astro preview" }, "imports": { "#components/*": "./src/components/*" }, "dependencies": { "@applemusic-like-lyrics/core": "workspace:^", "@applemusic-like-lyrics/react": "workspace:^", "@astrojs/react": "^5.0.5", "@astrojs/starlight": "^0.39.2", "@types/react": "catalog:", "@types/react-dom": "catalog:", "astro": "^6.3.3", "react": "catalog:", "react-dom": "catalog:", "sharp": "catalog:", "starlight-sidebar-topics": "^0.7.1" }, "devDependencies": { "cross-env": "^10.1.0", "typedoc": "catalog:", "typedoc-plugin-mark-react-functional-components": "^0.2.2", "typedoc-plugin-markdown": "catalog:", "typedoc-plugin-vue": "^1.5.1" } }