Files
margelo--react-native-graph/package.json
T
wehub-resource-sync 9bf9d719f7
CI / lint (push) Failing after 0s
CI / build-library (push) Failing after 1s
CI / build-web (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:31:31 +08:00

176 lines
3.9 KiB
JSON

{
"name": "react-native-graph",
"version": "1.2.0",
"description": "📈 Beautiful, high-performance Graphs and Charts for React Native",
"main": "./lib/module/index.js",
"types": "./lib/typescript/src/index.d.ts",
"exports": {
".": {
"source": "./src/index.ts",
"types": "./lib/typescript/src/index.d.ts",
"default": "./lib/module/index.js"
},
"./package.json": "./package.json"
},
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"react-native.config.js",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"example": "yarn workspace react-native-graph-example",
"clean": "del-cli lib",
"prepare": "bob build",
"typecheck": "tsc",
"release": "release-it --only-version",
"test": "jest",
"lint": "eslint \"**/*.{js,ts,tsx}\""
},
"keywords": [
"react-native",
"ios",
"android",
"react",
"svg",
"chart",
"charts",
"library",
"performance",
"react-native",
"crypto",
"graph",
"animation",
"graphs",
"stock",
"beautiful",
"wallet",
"animated",
"skia",
"linegraph"
],
"repository": {
"type": "git",
"url": "git+https://github.com/margelo/react-native-graph.git"
},
"author": "Marc Rousavy <me@mrousavy.com> (https://github.com/mrousavy)",
"license": "MIT",
"bugs": {
"url": "https://github.com/margelo/react-native-graph/issues"
},
"homepage": "https://github.com/margelo/react-native-graph#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@eslint/compat": "^1.3.2",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.35.0",
"@react-native/babel-preset": "0.83.0",
"@react-native/eslint-config": "0.83.0",
"@release-it/conventional-changelog": "^10.0.1",
"@shopify/react-native-skia": "^2.5.3",
"@types/jest": "^29.5.14",
"@types/react": "^19.1.12",
"del-cli": "^6.0.0",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"jest": "^29.7.0",
"prettier": "^2.8.8",
"react": "19.2.0",
"react-native": "0.83.2",
"react-native-builder-bob": "^0.40.18",
"react-native-gesture-handler": "^2.30.0",
"react-native-reanimated": "^4.2.3",
"react-native-worklets": "^0.7.4",
"release-it": "^19.0.4",
"turbo": "^2.5.6",
"typescript": "^5.9.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-reanimated": "*",
"react-native-worklets": "*"
},
"workspaces": [
"example"
],
"packageManager": "yarn@4.11.0",
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
[
"module",
{
"esm": true
}
],
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": {
"name": "angular"
}
}
}
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
]
},
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
},
"create-react-native-library": {
"type": "library",
"languages": "js",
"tools": [
"release-it",
"jest",
"eslint"
],
"version": "0.57.2"
}
}