UNPKG

nixa-react-native-accordion

Version:

React Native Accordion: Reanimated Collapsible Sections for React Native.

103 lines (102 loc) 2.88 kB
{ "name": "nixa-react-native-accordion", "version": "1.0.4", "description": "React Native Accordion: Reanimated Collapsible Sections for React Native.", "type": "module", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "typings": "lib/typescript/index.d.ts", "react-native": "src/index.ts", "files": [ "src", "lib" ], "scripts": { "typescript": "tsc --skipLibCheck --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\" --fix", "check": "yarn typescript && yarn lint", "build": "rm -rf lib && bob build && yarn copy-dts && yarn delete-dts", "copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" lib/typescript", "delete-dts": "find ./lib/commonjs -name '*.d.js*' -delete && find ./lib/module -name '*.d.js*' -delete", "release": "release-it --no-git.requireCleanWorkingDir" }, "repository": { "type": "git", "url": "git@github.com:kouloughli-hemza/react-native-accordion.git" }, "keywords": [ "react-native", "react-native-component", "accordion", "collapse", "reanimated", "reanimated-collapse", "reanimated-accordion", "collapsible", "collapsible-sections", "panels", "group-collapse", "ios", "android", "collapse-ui", "collapsible-ui", "react-native-collapse", "react-native-collapsible" ], "author": { "name": "Mustapha GHLISSI", "email": "ghlissi.mustapha@gmail.com" }, "license": "MIT", "bugs": { "url": "git@github.com:kouloughli-hemza/react-native-accordion.git" }, "homepage": "git@github.com:kouloughli-hemza/react-native-accordion.git", "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@react-native/eslint-config": "^0.74.85", "@release-it/conventional-changelog": "^8.0.1", "@types/react": "^18.3.3", "@types/react-native-vector-icons": "^6.4.18", "copyfiles": "^2.4.1", "eslint": "^9.7.0", "eslint-config-prettier": "^9.1.0", "husky": "^9.1.0", "lint-staged": "^15.2.7", "prettier": "^3.3.2", "react": "^18.2.0", "react-native": "^0.74.3", "react-native-builder-bob": "^0.25.0", "react-native-reanimated": "^3.13.0", "react-native-vector-icons": "^10.1.0", "release-it": "^17.6.0", "typescript": "^5.5.3" }, "peerDependencies": { "@types/react": "*", "@types/react-native-vector-icons": ">=6.4.18", "react": "*", "react-native": "*", "react-native-reanimated": ">=3.6.0", "react-native-vector-icons": ">=10.1.0" }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] }, "publishConfig": { "access": "public" } }