UNPKG

room-gallery

Version:

Room Gallery: A 3D carousel - A Responsive 3D Image Slider Implemented in TypeScript as a React Component, Utilizing Vanilla JavaScript and jQuery

125 lines 3.31 kB
{ "name": "room-gallery", "version": "1.4.7-dev", "description": "Room Gallery: A 3D carousel - A Responsive 3D Image Slider Implemented in TypeScript as a React Component, Utilizing Vanilla JavaScript and jQuery", "homepage": "https://formir.io/room-gallery/", "keywords": [ "slider", "carousel", "gallery", "exhibit", "image", "picture", "jquery", "react", "component", "typescript", "javascript", "3d", "js", "ts", "html", "sass", "scss", "formir", "room", "museum", "exhibition", "showcase", "presentation", "exposition", "viewer", "zoom", "transitions", "shifts", "animation", "room gallery" ], "main": "./build/index.js", "types": "./build/index.d.ts", "files": [ "build/**/*", "src/**/*", "scss/**/*", "examples/**/*", "img/**/*", "public/**/*", "README.md", "LICENSE", "tsconfig.json", "webpack.build.js", "webpack.config.js", "jest.config.js", "package.json" ], "style": "./build/RoomGallery.css", "sass": "./scss/room-gallery.scss", "repository": { "type": "git", "url": "git+https://github.com/formir/room-gallery.git" }, "author": "Konrad Kubrak", "email": "support@formir.io", "license": "MIT", "private": false, "scripts": { "start": "webpack serve --mode development --open", "docs": "cp public/*.** docs && cp build/*.** docs/ && cp build/img/*.** docs/img && rm -rf build/demo.** && rm -rf docs/*.d.**", "clean": "rm build/main.js && rm -rf build/jquery.** && rm -rf build/RoomGallery.d.**", "build": "rm -rf build && webpack --config webpack.build.js --mode production && yarn clean && yarn docs", "test": "jest" }, "dependencies": { "sass": "^1.66.1", "react-swipeable": "^7.0.1", "dompurify": "^3.0.5" }, "peerDependencies": { "react": "^16 || ^17 || ^18" }, "devDependencies": { "@babel/core": "^7.22.11", "@babel/preset-env": "^7.23.2", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.23.2", "@types/dompurify": "^3.0.2", "@types/jest": "^29.5.6", "@types/jquery": "^3.5.19", "@types/react": "^16 || ^17 || ^18", "@types/react-dom": "^16 || ^17 || ^18", "autoprefixer": "^10.4.16", "babel-loader": "^9.1.3", "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.8.1", "html-webpack-plugin": "^5.5.3", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "jest-transform-stub": "^2.0.0", "jquery": "^3.7.1", "mini-css-extract-plugin": "^2.7.6", "postcss": "^8.4.31", "postcss-loader": "^7.3.3", "postcss-preset-env": "^9.3.0", "prettier": "3.0.3", "react": "^16 || ^17 || ^18", "react-dom": "^16 || ^17 || ^18", "sass-loader": "^13.3.2", "style-loader": "^3.3.3", "ts-jest": "^29.1.1", "ts-loader": "^9.5.0", "typescript": "^5.2.2", "webpack": "^5.88.2", "webpack-cli": "^5.1.4", "webpack-dev-server": "^4.15.1" }, "postcss": { "plugins": { "autoprefixer": {} } }, "browserslist": [ ">0.2%", "ie 11", "not dead" ] }