UNPKG

react-split-flap

Version:
52 lines (51 loc) 1.28 kB
{ "name": "react-split-flap", "version": "0.1.7", "description": "Split-flap display component for React", "type": "module", "main": "dist/index.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "dev:publish": "yarn build && yalc publish --push", "yalc:publish": "yalc publish --push", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react", "split-flap", "display", "animation", "component" ], "author": "Chiaki.C", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/akira02/react-split-flap.git" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-typescript": "^11.0.0", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "postcss": "^8.5.4", "react": "^18.0.0", "react-dom": "^18.0.0", "rollup": "^4.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "tslib": "^2.8.1", "typescript": "^5.0.0" } }