UNPKG

@react-slip-and-slide/web

Version:
70 lines (69 loc) 1.79 kB
{ "name": "@react-slip-and-slide/web", "author": "João Ribeiro", "license": "MIT", "version": "1.15.0", "description": "react-slip-and-slide", "files": [ "dist/*", "README.md" ], "main": "dist/react-slip-and-slide-web.cjs.js", "module": "dist/react-slip-and-slide-web.esm.js", "types": "dist/react-slip-and-slide-web.cjs.d.ts", "scripts": { "type-check": "tsc --noEmit" }, "publishConfig": { "access": "public" }, "devDependencies": { "@babel/runtime": "^7.19.4", "@types/lodash": "^4.14.184", "@types/react": "^18.0.17", "@types/styled-components": "^5.1.26", "@use-gesture/react": "10.2.20", "@vitejs/plugin-react": "^2.0.1", "eslint": "^8.24.0", "eslint-config-react-app": "^7.0.1", "lodash": "^4.17.21", "nodemon": "^2.0.20", "react": "^18.2.0", "react-spring": "^9.5.5", "styled-components": "^5.3.6", "typescript": "^4.6.4", "vite": "^3.0.7", "vite-plugin-dts": "^1.6.5", "vite-tsconfig-paths": "^3.5.1" }, "dependencies": { "@react-slip-and-slide/models": "1.7.0", "@react-slip-and-slide/utils": "1.7.0" }, "peerDependencies": { "@use-gesture/react": "^10.2.20", "lodash": "^4.17.21", "react": "^16.8 || ^17 || ^18", "react-dom": "^16.8 || ^17 || ^18", "react-spring": "^9.5.5", "styled-components": "^5.3.6" }, "keywords": [ "react-slip-and-slide", "react", "carousel", "slider", "swipe", "drag", "spring", "use-gesture" ], "repository": { "type": "git", "url": "git+https://github.com/joaorr3/react-slip-and-slide" }, "bugs": { "url": "https://github.com/joaorr3/react-slip-and-slide/issues" }, "homepage": "https://github.com/joaorr3/react-slip-and-slide#readme" }