react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
189 lines (188 loc) • 6.3 kB
JSON
{
"name": "react-native-ui-lib",
"version": "7.44.0",
"main": "src/index.js",
"types": "src/index.d.ts",
"author": "Ethan Sharabi <ethan.shar@gmail.com>",
"homepage": "https://github.com/wix/react-native-ui-lib",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/wix/react-native-ui-lib"
},
"scripts": {
"start": "watchman watch-del-all && react-native start",
"start:web": "npm --prefix webDemo run start",
"ios": "react-native run-ios",
"android": "react-native run-android",
"iPad": "react-native run-ios --simulator='iPad Pro (9.7 inch)'",
"pretest": "npm run lint",
"lint": "eslint src -c .eslintrc.js --ext .tsx,.ts,.js",
"lint:fix": "eslint src -c .eslintrc.js --fix",
"test": "jest",
"test:watch": "jest --watch",
"test:perf": "TEST_RUNNER_ARGS='--testMatch **/*.perf.js' reassure measure",
"xcode": "xed ios",
"build:dev": "tsc --p tsconfig.dev.json",
"build": "node scripts/build/build.js",
"build:local": "./scripts/build/createLocalPackage.sh",
"pre-push": "npm run build:dev && npm run test",
"docs:deploy": "./scripts/docs/deployDocs.sh",
"docs:build": "node scripts/docs/buildDocs.js",
"docs:start": "(cd docuilib && yarn start)",
"calendar:createMocks": "node scripts/createCalendarMockData.js",
"snippets:build": "node scripts/generateSnippets.js",
"release": "node ./scripts/release/release.js",
"releaseDemo": "./scripts/release/releaseDemo.sh",
"releaseDocs": "./scripts/release/releaseDocs.sh",
"releaseEslint": "./scripts/release/releaseEslint.sh",
"releaseNative": "./scripts/release/releaseNative.sh",
"updateWebAssets": "node scripts/assets/extractDimensions.js"
},
"dependencies": {
"babel-plugin-transform-inline-environment-variables": "^0.0.2",
"color": "^3.1.0",
"commons-validator-js": "^1.0.237",
"date-fns": "^2.29.3",
"deprecated-react-native-prop-types": "^2.3.0",
"hoist-non-react-statics": "^3.0.0",
"lodash": "^4.17.21",
"memoize-one": "^5.0.5",
"prop-types": "^15.5.10",
"react-freeze": "^1.0.0",
"react-native-redash": "^12.0.3",
"semver": "^5.5.0",
"tinycolor2": "^1.4.2",
"uilib-native": "4.5.1",
"url-parse": "^1.2.0",
"wix-react-native-text-size": "1.0.9"
},
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.24.4",
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
"@babel/preset-env": "^7.20.0",
"@babel/preset-react": "^7.10.1",
"@babel/runtime": "^7.26.10",
"@formatjs/intl-datetimeformat": "^6.0.3",
"@formatjs/intl-getcanonicallocales": "^2.0.2",
"@formatjs/intl-locale": "^3.0.3",
"@formatjs/intl-numberformat": "^8.0.4",
"@formatjs/intl-pluralrules": "^5.0.3",
"@react-native-community/blur": "4.4.1",
"@react-native-community/datetimepicker": "^3.4.6",
"@react-native-community/netinfo": "^5.6.2",
"@react-native/babel-preset": "0.73.21",
"@react-native/eslint-config": "0.73.2",
"@react-native/metro-config": "0.73.5",
"@react-native/typescript-config": "0.73.1",
"@shopify/flash-list": "1.7.6",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^11.5.1",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/jest": "^29.2.1",
"@types/lodash": "^4.0.0",
"@types/prop-types": "^15.5.3",
"@types/react": "18.3.7",
"@types/react-native": "0.73.0",
"@types/react-test-renderer": "^18.3.0",
"@types/tinycolor2": "^1.4.2",
"@types/url-parse": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"@welldone-software/why-did-you-render": "^3.2.1",
"babel-jest": "^29.6.3",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "8.19.0",
"eslint-config-wix": "2.0.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.0.4",
"eslint-plugin-react-native": "^4.0.0",
"jest": "^29.6.3",
"light-date": "^1.2.0",
"metro-react-native-babel-preset": "0.73.10",
"moment": "^2.24.0",
"object-hash": "^3.0.0",
"postcss": "^8.4.21",
"postcss-js": "^4.0.0",
"prettier": "^3.2.5",
"prettier-eslint": "16.3.0",
"react": "18.2.0",
"react-autobind": "^1.0.6",
"react-dom": "^18.2.0",
"react-native": "0.73.9",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "2.14.1",
"react-native-haptic-feedback": "^1.11.0",
"react-native-linear-gradient": "2.6.2",
"react-native-mmkv": "2.11.0",
"react-native-navigation": "7.40.1",
"react-native-reanimated": "3.16.7",
"react-native-shimmer-placeholder": "^2.0.6",
"react-native-svg": "15.2.0",
"react-native-svg-transformer": "1.5.0",
"react-test-renderer": "18.2.0",
"reassure": "^0.4.1",
"shell-utils": "^1.0.10",
"typescript": "5.0.4"
},
"peerDependencies": {
"react": ">=17.0.1",
"react-native": ">=0.64.1",
"react-native-gesture-handler": ">=2.5.0",
"react-native-reanimated": ">=2.0.0",
"react-native-ui-lib": "*"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!(@react-native|react-native|react-native-reanimated|react-native-redash|uilib-native)/)"
],
"testPathIgnorePatterns": [
"/e2e/",
"/node_modules/",
"/typings/",
"/expoDemo/",
"/uilib-docs/"
],
"setupFiles": [
"./jestSetup/jest-setup.js"
],
"testMatch": [
"**/*.spec.(js|ts|tsx)"
],
"fakeTimers": {
"legacyFakeTimers": true
}
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@3.4.1",
"files": [
"*.js",
"*.d.ts",
"!scripts",
"scripts/release/prReleaseNotesCommon.js",
"scripts/docs/buildDocsCommon.js",
"src",
"testkit",
"ReactNativeUILib.podspec",
"!src/**/*.ts",
"src/**/*.d.ts",
"!src/**/*.tsx",
"!src/**/__tests__",
"!**/.DS_Store",
"lib/components",
"lib/ios",
"lib/android",
"!lib/android/build",
"!lib/scripts",
"lib/package.json",
"lib/ReactNativeUILib.podspec"
]
}