react-apple-tv-card
Version:
Apple TV style card component for React and Next.js
70 lines (69 loc) • 1.86 kB
JSON
{
"name": "react-apple-tv-card",
"version": "1.0.10",
"description": "Apple TV style card component for React and Next.js",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc && rollup -c",
"test": "jest",
"lint": "eslint src/**/*.{ts,tsx}",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blak-code-tech/react-apple-tv-card.git"
},
"keywords": [
"react",
"nextjs",
"apple",
"tv",
"card",
"component",
"parallax",
"animation",
"3d",
"framer-motion"
],
"author": "Daniel Otoo",
"license": "MIT",
"bugs": {
"url": "https://github.com/blak-code-tech/react-apple-tv-card/issues"
},
"homepage": "https://github.com/blak-code-tech/react-apple-tv-card#readme",
"peerDependencies": {
"framer-motion": ">=5.0.0",
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@babel/core": "^7.27.1",
"@babel/preset-react": "^7.27.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-typescript": "^12.1.2",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"framer-motion": "^6.5.0",
"jest": "^28.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.41.0",
"rollup-plugin-dts": "^6.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.8.3"
}
}