UNPKG

@huangjs888/react-native-colorize

Version:
85 lines (84 loc) 2.54 kB
{ "name": "@huangjs888/react-native-colorize", "title": "React Native Colorize", "version": "1.1.0", "description": "Draw pseudo-color use webview", "main": "src/index", "source": "src/index", "files": [ "src", "README.md" ], "scripts": { "start": "npm run lint && npm run clean && npm run build && npm run develop", "clean": "rimraf ./src/dist", "develop": "webpack-dev-server --mode development --config ./src/webview/webpack.config.js", "build": "webpack --mode production --config ./src/webview/webpack.config.js", "debugger": "node --inspect-brk ./node_modules/webpack/bin/webpack.js --mode development --config ./src/webview/webpack.config.js", "lint": "eslint . --ext .js,.jsx" }, "repository": { "type": "git", "url": "https://github.com/huangjs888/react-native-colorize.git", "baseUrl": "https://github.com/huangjs888/react-native-colorize" }, "keywords": [ "huangjs", "huangjs888", "react-native", "react-native-colorize", "colorize", "pseudo", "color", "pseudo-color", "heatmap" ], "author": { "name": "Huangjs", "email": "1170384651@qq.com" }, "license": "MIT", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/huangjs888/react-native-colorize/issues" }, "homepage": "https://github.com/huangjs888/react-native-colorize#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "peerDependencies": { "react": "*", "react-native": "*", "react-native-webview": ">=11.0.0 && <12.0.0" }, "dependencies": { "@huangjs888/d3-chart": "^3.0.1", "deprecated-react-native-prop-types": "^3.0.1", "prop-types": "^15.8.1" }, "devDependencies": { "@babel/core": "^7.18.9", "@babel/plugin-transform-runtime": "^7.18.9", "@babel/preset-env": "^7.18.9", "@babel/runtime": "^7.18.9", "@react-native-community/eslint-config": "^3.2.0", "babel-loader": "^8.2.5", "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^4.0.0", "eslint": "^7.32.0", "html-webpack-plugin": "^5.5.0", "less": "^4.1.3", "less-loader": "^11.0.0", "metro-react-native-babel-preset": "^0.72.3", "mini-css-extract-plugin": "^2.6.1", "parse5": "^7.0.0", "prettier": "^2.8.1", "react": "18.1.0", "react-native": "0.70.6", "react-native-webview": "^11.26.0", "webpack": "^5.73.0", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.9.3" } }