|
| 1 | +{ |
| 2 | + "name": "@method-inc/components/input", |
| 3 | + "version": "1.1.1", |
| 4 | + "description": "Method input", |
| 5 | + "license": "MIT", |
| 6 | + "author": "Method", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://github.com/method-inc/rnr-method.git" |
| 10 | + }, |
| 11 | + "publishConfig": { |
| 12 | + "registry": "https://npm.pkg.github.com" |
| 13 | + }, |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/method-inc/rnr-method/issues" |
| 16 | + }, |
| 17 | + "homepage": "https://github.com/method-inc/rnr-method#readme", |
| 18 | + "main": "dist/index.js", |
| 19 | + "module": "dist/index.mjs", |
| 20 | + "types": "dist/index.d.ts", |
| 21 | + "exports": { |
| 22 | + ".": { |
| 23 | + "import": "./dist/index.mjs", |
| 24 | + "require": "./dist/index.js", |
| 25 | + "types": "./dist/index.d.ts", |
| 26 | + "default": "./dist/index.js" |
| 27 | + }, |
| 28 | + "./dist/input": { |
| 29 | + "import": "./dist/input.mjs", |
| 30 | + "require": "./dist/input.js", |
| 31 | + "types": "./dist/input.d.ts", |
| 32 | + "default": "./dist/input.js" |
| 33 | + } |
| 34 | + }, |
| 35 | + "files": [ |
| 36 | + "dist" |
| 37 | + ], |
| 38 | + "scripts": { |
| 39 | + "build": "tsup", |
| 40 | + "dev": "tsup --watch", |
| 41 | + "clean": "rm -rf dist", |
| 42 | + "pub:beta": "pnpm publish --no-git-checks --access public --tag beta", |
| 43 | + "pub:next": "pnpm publish --no-git-checks --access public --tag next", |
| 44 | + "pub:release": "pnpm publish --access public" |
| 45 | + }, |
| 46 | + "dependencies": { |
| 47 | + "@radix-ui/react-label": "^2.1.0", |
| 48 | + "@method-inc/slot": "workspace:*", |
| 49 | + "@method-inc/types": "workspace:*", |
| 50 | + "@method-inc/utils": "workspace:*", |
| 51 | + "class-variance-authority": "^0.7.0", |
| 52 | + "clsx": "^2.0.0", |
| 53 | + "lucide-react": "^0.279.0", |
| 54 | + "nativewind": "^4.1.23" |
| 55 | + }, |
| 56 | + "devDependencies": { |
| 57 | + "@tsconfig/react-native": "^1.0.1", |
| 58 | + "@types/react": "~18.3.12", |
| 59 | + "@types/react-native-web": "^0.19.0", |
| 60 | + "autoprefixer": "10.4.15", |
| 61 | + "postcss": "8.4.30", |
| 62 | + "react": "18.3.1", |
| 63 | + "react-native": "0.76.3", |
| 64 | + "tailwindcss": "3.3.3", |
| 65 | + "tsup": "^8.1.0" |
| 66 | + }, |
| 67 | + "peerDependencies": { |
| 68 | + "react": "*", |
| 69 | + "react-native": "*", |
| 70 | + "react-native-web": "*" |
| 71 | + }, |
| 72 | + "peerDependenciesMeta": { |
| 73 | + "react-native": { |
| 74 | + "optional": true |
| 75 | + }, |
| 76 | + "react-native-web": { |
| 77 | + "optional": true |
| 78 | + } |
| 79 | + } |
| 80 | +} |
0 commit comments