UNPKG

react-krpano-toolkit

Version:

A React toolkit for KRPano integration with reusable functions and screen/hotspot configuration management

85 lines (84 loc) 2.35 kB
{ "name": "react-krpano-toolkit", "version": "1.0.5", "description": "A React toolkit for KRPano integration with reusable functions and screen/hotspot configuration management", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "lint": "eslint src --ext .ts,.tsx", "lint:fix": "eslint src --ext .ts,.tsx --fix", "type-check": "tsc --noEmit", "prepare": "npm run build", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "keywords": [ "krpano", "react", "typescript", "360", "panorama", "virtual-tour", "hotspot", "screen-config", "xml-alternative" ], "author": "Vũ Văn Định <vuvandinh.work@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/vuvandinh123/react-krpano-toolkit.git" }, "bugs": { "url": "https://github.com/vuvandinh123/react-krpano-toolkit/issues" }, "homepage": "https://github.com/vuvandinh123/react-krpano-toolkit#readme", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "dependencies": { "lodash": "^4.17.21" }, "devDependencies": { "@babel/core": "^7.23.0", "@babel/preset-env": "^7.23.0", "@babel/preset-react": "^7.22.0", "@babel/preset-typescript": "^7.23.0", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.2.0", "@rollup/plugin-typescript": "^11.1.0", "@storybook/addon-essentials": "^7.5.0", "@storybook/react": "^7.5.0", "@storybook/react-vite": "^7.5.0", "@types/lodash": "^4.14.200", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.50.0", "eslint-plugin-react": "^7.33.0", "eslint-plugin-react-hooks": "^4.6.0", "rollup": "^4.0.0", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-peer-deps-external": "^2.2.4", "storybook": "^7.5.0", "typescript": "^5.2.0" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=16.0.0", "npm": ">=8.0.0" } }