UNPKG

resium

Version:

React components for Cesium

98 lines (97 loc) 3.08 kB
{ "name": "resium", "version": "1.14.3", "description": "React components for Cesium", "type": "module", "source": "./src/index.ts", "main": "./dist/resium.cjs", "module": "./dist/resium.module.js", "exports": "./dist/resium.modern.js", "unpkg": "./dist/resium.umd.js", "types": "./dist/index.d.ts", "repository": "https://github.com/reearth/resium.git", "author": "rot1024 <aayhrot@gmail.com>", "license": "MIT", "sideEffects": false, "scripts": { "start": "microbundle watch --tsconfig tsconfig.build.json --jsx React.createElement", "build": "microbundle --tsconfig tsconfig.build.json --jsx React.createElement", "test": "jest --coverage", "check": "run-p type lint", "type": "tsc", "lint": "eslint --ext '.js,.ts,.tsx' .", "format": "eslint --ext '.js,.ts,.tsx' --fix .", "storybook": "start-storybook -s .storybook/public -p 9001", "storybook:build": "build-storybook -s .storybook/public -o docs/static/examples", "docs": "yarn --cwd docs start", "docs:build": "yarn --cwd docs generate && build-storybook -s .storybook/public -o docs/static/examples && yarn --cwd docs build", "docs:generate": "yarn --cwd docs generate" }, "files": [ "src", "dist" ], "engines": { "node": ">=12" }, "jest": { "transform": { "^.+\\.tsx?$": "esbuild-jest" }, "testEnvironment": "jsdom", "testPathIgnorePatterns": [ "/node_modules/", "/dist/", "/docs/", "/example/" ] }, "peerDependencies": { "cesium": "1.x", "react": ">=16.8" }, "devDependencies": { "@babel/eslint-parser": "^7.15.8", "@storybook/addon-essentials": "^6.3.12", "@storybook/addon-storysource": "6.3.12", "@storybook/addons": "^6.3.12", "@storybook/react": "6.3.12", "@storybook/theming": "^6.3.12", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.2", "@testing-library/react-hooks": "^7.0.2", "@types/jest": "^27.0.2", "@types/node": "^16.11.1", "@types/react": "^17.0.30", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "babel-eslint": "^10.1.0", "babel-preset-react-app": "^10.0.0", "cesium": "1.86.1", "copy-webpack-plugin": "^6.4.0", "cross-env": "7.0.3", "esbuild": "^0.13.8", "esbuild-jest": "^0.5.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-config-react-app": "^6.0.0", "eslint-plugin-flowtype": "^6.1.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-jest": "^24.4.0", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.26.1", "eslint-plugin-react-hooks": "^4.2.0", "eslint-plugin-testing-library": "^4.12.4", "jest": "^27.3.0", "microbundle": "^0.14.1", "npm-run-all": "4.1.5", "prettier": "^2.4.1", "react": "^17.0.2", "react-dom": "^17.0.2", "ts-expect": "^1.3.0", "ts-node": "^10.3.0", "typescript": "4.4.4", "webpack": "^4.46.0" } }