You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
110 lines
2.9 KiB
110 lines
2.9 KiB
{
|
|
"name": "@rneui/base",
|
|
"version": "4.0.0-rc.7",
|
|
"description": "Cross Platform React Native UI Toolkit",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"prepublish": "tsc --composite false",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"funding": {
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/react-native-elements"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"native",
|
|
"react native",
|
|
"react native elements",
|
|
"rneui",
|
|
"react native ui",
|
|
"react native components",
|
|
"ui library",
|
|
"ios",
|
|
"android",
|
|
"bootstrap"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc --composite false",
|
|
"test": "jest",
|
|
"test:update": "jest -u",
|
|
"test:ci": "jest --runInBand",
|
|
"test:watch": "jest --watch",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
"clean-install": "rimraf node_modules && yarn"
|
|
},
|
|
"author": "RNE Core Team",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/react-native-elements/react-native-elements/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+-label%3A%22pkg%3A+circular-slider%22+-label%3A%22pkg%3A+themed%22+"
|
|
},
|
|
"homepage": "https://reactnativeelements.com/",
|
|
"dependencies": {
|
|
"@types/react-native-vector-icons": "^6.4.10",
|
|
"color": "^3.2.1",
|
|
"deepmerge": "^4.2.2",
|
|
"hoist-non-react-statics": "^3.3.2",
|
|
"react-native-ratings": "^8.1.0",
|
|
"react-native-size-matters": "^0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/color": "^3.0.3",
|
|
"@types/hoist-non-react-statics": "^3.3.1",
|
|
"metro-react-native-babel-preset": "^0.70.2",
|
|
"react-native-safe-area-context": "^3.4.1",
|
|
"react-native-vector-icons": "^7.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native-safe-area-context": "^3.1.9 || ^4.0.0",
|
|
"react-native-vector-icons": ">7.0.0"
|
|
},
|
|
"jest": {
|
|
"displayName": "@rneui/base",
|
|
"preset": "react-native",
|
|
"timers": "fake",
|
|
"testPathIgnorePatterns": [
|
|
"./src/SearchBar/__tests__/common.tsx",
|
|
"<rootDir>/node_modules",
|
|
"<rootDir>/dist"
|
|
],
|
|
"transformIgnorePatterns": [
|
|
"<rootDir>/../../node_modules/(?!(@react-native|react-native)/)"
|
|
],
|
|
"coveragePathIgnorePatterns": [
|
|
"./src/searchbar/__tests__/common.tsx"
|
|
],
|
|
"collectCoverageFrom": [
|
|
"src/**/*.tsx",
|
|
"!src/index.tsx",
|
|
"!src/helpers/*.tsx"
|
|
],
|
|
"collectCoverage": true,
|
|
"globals": {
|
|
"__DEV__": true
|
|
},
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/.ci/setupTests.ts"
|
|
],
|
|
"testRegex": "/__tests__/.*\\.(ts|tsx|js)$",
|
|
"transform": {
|
|
".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "jest-transform-stub"
|
|
},
|
|
"moduleFileExtensions": [
|
|
"ts",
|
|
"tsx",
|
|
"js",
|
|
"jsx",
|
|
"json",
|
|
"node"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/react-native-elements/react-native-elements.git",
|
|
"directory": "packages/base"
|
|
}
|
|
} |