UNPKG

@crossed/primitive

Version:

A universal & performant styling library for React Native, Next.js & React

66 lines 1.72 kB
{ "name": "@crossed/primitive", "description": "A universal & performant styling library for React Native, Next.js & React", "version": "2.0.0", "main": "lib/commonjs/index", "types": "lib/typescript/index.d.ts", "module": "lib/module/index", "react-native": "src/index", "source": "src/index", "typings": "lib/typescript/index.d.ts", "keywords": [ "React Native", "React", "Next.js", "Expo", "packager", "typescript", "javascript", "android", "ios", "function", "HOC", "accessibility" ], "devDependencies": { "@crossed/build": "*", "@crossed/core": "0.9.0", "@crossed/test": "0.14.0", "@gorhom/portal": "^1.0.14", "@testing-library/jest-dom": "^6.5.0", "@types/jest": "^29.5.13", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "babel-plugin-transform-remove-console": "^6.9.4", "jest": "^29.6.3", "react": "^18.3.1", "react-dom": "^18.3.1", "react-native": "=0.76.7", "react-native-web": "^0.19.10", "tsconfig": "*" }, "dependencies": { "@react-native-aria/focus": "^0.2.8", "@react-native-aria/interactions": "^0.2.10", "react-aria": "^3.27.0", "react-focus-lock": "^2.11.2", "react-focus-on": "^3.9.2", "react-remove-scroll": "^2.5.6" }, "peerDependencies": { "@crossed/core": "*", "@gorhom/portal": "*" }, "files": [ "lib/", "src/" ], "scripts": { "release": "release-it", "clean": "rm -rf lib", "watch": "crossed-build --watch --project-path ./tsconfig.build.json", "build": "crossed-build --project-path ./tsconfig.build.json", "test": "crossed-test", "type-check": "tsc --noEmit" } }