@mobily/stacks
Version:
⚡ A set of useful components to help you build and maintain React Native (Web too) layouts with ease.
98 lines (97 loc) • 2.57 kB
JSON
{
"name": "@mobily/stacks",
"description": "⚡ A set of useful components to help you build and maintain React Native (Web too) layouts with ease.",
"version": "2.2.2",
"license": "MIT",
"author": "Marcin Dziewulski <hello@mobily.pl>",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"require": "./dist/cjs/index.js",
"import": "./dist/esm/index.mjs",
"types": "./dist/types/index.d.ts"
},
"./package.json": "./package.json"
},
"sideEffects": false,
"files": [
"src/!(*.tsx|*.bs.js)",
"dist",
"*.md",
"index.js.flow",
"bsconfig.json",
"package.json"
],
"scripts": {
"build": "pnpm foy -c ./scripts/build.foyfile.ts",
"clean": "rm -rf ./dist && rm -f ./tsconfig.tsbuildinfo",
"test": "pnpm foy -c ./scripts/test.foyfile.ts",
"re:clean": "pnpm rescript clean",
"re:build": "pnpm rescript build",
"re:dev": "pnpm rescript build -w",
"transform": "pnpm foy -c ./scripts/transform.foyfile.ts",
"generate": "pnpm foy -c ./scripts/generate.foyfile.ts"
},
"engines": {
"node": ">= 10.*"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"react-native",
"react",
"typescript",
"rescript",
"flow",
"stacks",
"layout",
"ui"
],
"homepage": "https://mobily.github.io/stacks",
"bugs": "https://github.com/mobily/stacks/issues",
"repository": {
"type": "git",
"url": "https://github.com/mobily/stacks.git"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-native": ">=0.59.0"
},
"devDependencies": {
"@rescript/react": "^0.10.3",
"@types/jest": "^29.1.0",
"@types/jscodeshift": "^0.11.5",
"@types/react": "^18.0.21",
"@types/react-native": "^0.70.4",
"@types/react-test-renderer": "^18.0.0",
"all-contributors-cli": "^6.20.0",
"babel-jest": "^29.1.0",
"coveralls": "^3.1.1",
"esbuild": "0.15.10",
"flow-bin": "^0.188.0",
"flowgen": "^1.19.0",
"foy": "^0.2.16",
"gentype": "^4.4.0",
"globby": "^11.0.2",
"jest": "^29.1.1",
"jscodeshift": "^0.13.1",
"prettier": "^2.6.2",
"react": "^18.1.0",
"react-native": "^0.70.1",
"react-native-testing-library": "^6.0.0",
"react-test-renderer": "^18.1.0",
"rescript": "^10.0.1",
"rescript-react-native": "^0.68.1",
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
},
"dependencies": {
"wonka": "~6.1.0"
},
"cacheDirectories": [
"node_modules"
]
}