virtual360-react
Version:
Virtual360 is an amazing pure React component which stitches together set of images into a smooth 360-degree image. This component is perfect for developers who want to provide ultimate and immersive user experience.
74 lines (73 loc) • 1.89 kB
JSON
{
"name": "virtual360-react",
"version": "1.2.0",
"private": false,
"author": "Jigar D. Prajapati",
"license": "MIT",
"babel": {
"presets": [
"react",
"env",
"stage-2"
]
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prep": "SET NODE_ENV=production && rd /s /q dist && mkdir dist && npx babel src/components --out-dir dist --copy-files --ignore src/components/Spinner",
"publish-to-npm": "npm run prep && np --no-tests --no-yarn"
},
"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"
]
},
"peerDependencies": {
"styled-components": "^5.2.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"@testing-library/jest-dom": "^5.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"styled-components": "^5.2.3",
"web-vitals": "^1.1.1"
},
"description": "Virtual360 is an amazing pure React component which stitches together set of images into a smooth 360-degree image. This component is perfect for developers who want to provide ultimate and immersive user experience.",
"keywords": [
"virtual360",
"360",
"360-degree",
"spin",
"image",
"rotate",
"360-rotate",
"react",
"react360",
"react-360",
"virtual",
"virtual-360",
"component",
"images",
"stitch"
]
}