react-scroll-snapper
Version:
Swipeable views for React using CSS scroll snap
56 lines (55 loc) • 1.08 kB
JSON
{
"name": "react-scroll-snapper",
"version": "1.0.0",
"description": "Swipeable views for React using CSS scroll snap",
"keywords": [
"swipe",
"scroll",
"snap",
"page",
"view",
"carousel",
"tabs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/phaux/react-scroll-snapper.git"
},
"license": "ISC",
"author": "phaux",
"sideEffects": false,
"type": "module",
"main": "./index.js",
"exports": {
".": "./index.js",
"./index.css": "./index.css"
},
"types": "./index.d.ts",
"files": [
"index.js",
"index.d.ts",
"index.css"
],
"scripts": {
"format": "prettier --write .",
"prepare": "tsc",
"start": "vite",
"test": "tsc --noEmit"
},
"prettier": {
"printWidth": 100,
"semi": false
},
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"prettier": "^3.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.7.3",
"vite": "^6.0.11"
},
"peerDependencies": {
"react": "*"
}
}