UNPKG

react-chakra-slide-show

Version:
71 lines 1.76 kB
{ "name": "react-chakra-slide-show", "version": "1.0.11", "description": "React component for image slide", "keywords": [ "react", "slide", "component", "chakra ui", "image" ], "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist", "README.md" ], "author": "Chalermchon Samana <aday.3ddesign@gmail.com>", "homepage": "http://www.appcodemia.com", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/adaydesign/react-image-slide-chakra" }, "dependencies": { "@babel/polyfill": "^7.12.1", "@chakra-ui/react": "^1.6.7", "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "framer-motion": "^4.1.17", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", "web-vitals": "^1.0.1" }, "scripts": { "start": "react-scripts start", "react-build": "react-scripts build", "build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "@babel/plugin-syntax-jsx": "^7.14.5", "@babel/preset-env": "^7.15.4", "@babel/preset-react": "^7.14.5" } }