UNPKG

react-native-floating-action-menu

Version:

https://github.com/nicotroia/react-native-floating-action-menu.git

72 lines 2.22 kB
{ "name": "react-native-floating-action-menu", "version": "2.0.0", "description": "https://github.com/nicotroia/react-native-floating-action-menu.git", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "start": "npm run watch", "build": "rimraf ./dist && tsc && tsc-alias && cp ./package.json ./dist/package.json && cp -r ./src/**/*.d.ts ./dist/", "lint": "eslint ./src", "lint:fix": "eslint --fix ./src", "example": "cd example/ && npm install && npm start", "prepack": "npm run build", "prepublish": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/nicotroia/react-native-floating-action-menu.git" }, "files": [ "dist/**/*" ], "keywords": [ "react-native", "javascript", "typescript", "ios", "android", "google", "material", "design" ], "author": "Nico Troia", "license": "MIT", "bugs": { "url": "https://github.com/nicotroia/react-native-floating-action-menu/issues" }, "homepage": "https://github.com/nicotroia/react-native-floating-action-menu#readme", "peerDependencies": { "react": "*", "react-native": "*" }, "dependencies": {}, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.6", "@babel/plugin-transform-react-jsx": "^7.9.4", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/node": "^18.11.9", "@types/react": "^18.2.48", "@types/react-native": "^0.73.0", "@typescript-eslint/eslint-plugin": "^5.45.0", "@typescript-eslint/parser": "^5.45.0", "babel-eslint": "^10.1.0", "babel-plugin-root-import": "^6.5.0", "babel-preset-react": "^6.24.1", "eslint": "^7.0.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^5.0.1", "eslint-plugin-react": "7.28.0", "eslint-plugin-unused-imports": "^3.0.0", "metro-react-native-babel-preset": "^0.59.0", "prettier": "^3.0.1", "rimraf": "^3.0.2", "tsc-alias": "^1.8.8", "typescript": "^5.3.3" } }