mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
63 lines
1.7 KiB
JSON
63 lines
1.7 KiB
JSON
{
|
|
"name": "@nextui-org/snippet",
|
|
"version": "2.2.7",
|
|
"description": "Display a snippet of copyable code for the command line.",
|
|
"keywords": [
|
|
"snippet"
|
|
],
|
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
|
"homepage": "https://nextui.org",
|
|
"license": "MIT",
|
|
"main": "src/index.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nextui-org/nextui.git",
|
|
"directory": "packages/components/snippet"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nextui-org/nextui/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup src --dts",
|
|
"dev": "pnpm build:fast --watch",
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc --noEmit",
|
|
"build:fast": "tsup src",
|
|
"prepack": "clean-package",
|
|
"postpack": "clean-package restore"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"@nextui-org/theme": ">=2.4.0",
|
|
"@nextui-org/system": ">=2.4.0"
|
|
},
|
|
"dependencies": {
|
|
"@nextui-org/button": "workspace:*",
|
|
"@nextui-org/shared-utils": "workspace:*",
|
|
"@nextui-org/react-utils": "workspace:*",
|
|
"@nextui-org/shared-icons": "workspace:*",
|
|
"@nextui-org/use-clipboard": "workspace:*",
|
|
"@nextui-org/tooltip": "workspace:*",
|
|
"@react-aria/focus": "3.19.0",
|
|
"@react-aria/utils": "3.26.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nextui-org/theme": "workspace:*",
|
|
"@nextui-org/system": "workspace:*",
|
|
"framer-motion": "11.9.0",
|
|
"clean-package": "2.2.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"clean-package": "../../../clean-package.config.json"
|
|
}
|