UNPKG

victory-native

Version:

A charting library for React Native with a focus on performance and customization.

72 lines (71 loc) 2.14 kB
{ "name": "victory-native", "version": "41.26.0", "description": "A charting library for React Native with a focus on performance and customization.", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/FormidableLabs/victory-native-xl", "directory": "lib" }, "homepage": "https://commerce.nearform.com/open-source/victory-native", "react-native": "src/index", "types": "dist/index.d.ts", "main": "dist/index.js", "exports": { ".": { "types": "./dist/index.d.ts", "react-native": "./src/index.ts", "import": "./dist/index.js", "require": "./dist/index.js", "default": "./src/index.ts" } }, "files": [ "src", "dist" ], "scripts": { "build": "rm -rf dist && tsc -p ./tsconfig.build.json", "dev": "tsc -p ./tsconfig.build.json --watch", "typecheck": "tsc --noEmit", "test": "vitest run --config test/config/vitest.config.mts && vitest run --config vitest.headless.config.ts", "test:watch": "vitest --config test/config/vitest.config.mts", "test:headless": "vitest run --config vitest.headless.config.ts", "test:headless:update-golden": "UPDATE_GOLDEN=1 vitest run --config vitest.headless.config.ts" }, "dependencies": { "d3-scale": "^4.0.2", "d3-shape": "^3.2.0", "d3-zoom": "^3.0.0", "its-fine": "^1.2.5", "react-fast-compare": "^3.2.2" }, "peerDependencies": { "@shopify/react-native-skia": ">=1.2.3 <3.0.0", "react": "*", "react-native": "*", "react-native-gesture-handler": ">=2.0.0", "react-native-reanimated": ">=3.0.0" }, "devDependencies": { "@shopify/react-native-skia": "2.0.2", "@types/d3-scale": "^4.0.3", "@types/d3-shape": "^3.1.1", "@types/d3-zoom": "^3.0.8", "@types/pngjs": "^6.0.5", "@types/react": "~18.2.14", "@vitejs/plugin-react": "^4.3.4", "canvaskit-wasm": "^0.40.0", "pixelmatch": "^7.1.0", "pngjs": "^7.0.0", "react": "19.0.0", "react-dom": "19.0.0", "typescript": "^5.1.6", "vite": "^7.0.0", "vitest": "^4.1.7" }, "publishConfig": { "provenance": true } }