Lines 15-55json
22 "main": "./src/index.ts",
23 "types": "./src/index.ts",
25 ".": "./src/index.ts",
26 "./config": "./src/config/define-prototype-config.ts",
27 "./config/prototype-icon": "./src/config/prototype-icon.tsx",
28 "./app": "./src/app.ts",
29 "./with-prototype": "./src/config/with-prototype.ts",
30 "./server": "./src/server.ts",
31 "./ui/*": "./src/components/ui/*.tsx",
32 "./styles/globals.css": "./src/styles/globals.css"
35 "postinstall": "node scripts/ensure-component-library-page.mjs",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L35 36 "setup-host": "node scripts/ensure-component-library-page.mjs",
37 "verify:prototype-ids": "node scripts/verify-prototype-component-ids.mjs",
38 "verify:prototype-preview-states": "node scripts/verify-prototype-preview-states.mjs",
39 "link-source": "./scripts/link-source.sh",
40 "sync-from-source": "./scripts/sync-from-source.sh",
41 "link-source-db": "./scripts/link-source-db.sh",
42 "share-prototype": "./scripts/share-prototype.sh",
43 "download-mobbin-references": "node scripts/download-mobbin-reference-images.mjs",
44 "publish-package": "./scripts/publish-package.sh"
48 "next-themes": ">=0.4",
53 "@radix-ui/react-dialog": "^1.1.15",
54 "@radix-ui/react-dropdown-menu": "^2.1.16",
55 "@radix-ui/react-label": "^2.1.8",