@madeja-studio/telar
Version:
UI component library by Madeja Studio
203 lines (202 loc) • 5.22 kB
JSON
{
"name": "@madeja-studio/telar",
"version": "0.7.0",
"description": "UI component library by Madeja Studio",
"source": "./src/index.ts",
"main": "./lib/commonjs/index.js",
"module": "./lib/module/index.js",
"types": "./lib/typescript/module/src/index.d.ts",
"exports": {
".": {
"import": {
"types": "./lib/typescript/module/src/index.d.ts",
"default": "./lib/module/index.js"
},
"require": {
"types": "./lib/typescript/commonjs/src/index.d.ts",
"default": "./lib/commonjs/index.js"
}
},
"./package.json": "./package.json"
},
"files": [
"src",
"lib",
"android",
"ios",
"cpp",
"*.podspec",
"!ios/build",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__",
"!**/.*"
],
"scripts": {
"test": "jest",
"lint": "tsc --noEmit && eslint \"**/*.{js,ts,tsx}\" && npm run --prefix dev-app lint",
"lint:fix": "eslint \"**/*.{js,ts,tsx}\" --fix",
"clean": "del-cli lib",
"gen": "ts-node scripts/theme-extension/index.ts && npm run lint:fix",
"prepack": "bob build",
"release": "release-it",
"release:patch": "release-it --increment=patch",
"release:minor": "release-it --increment=minor",
"release:major": "release-it --increment=major",
"start": "cd dev-app && npm run start"
},
"keywords": [
"react-native",
"ios",
"android"
],
"repository": {
"type": "git",
"url": "git+https://github.com/madeja-studio/telar.git"
},
"author": "Madeja Studio <madeja.studio@serchinastico.com> (https://madeja.studio)",
"license": "MIT",
"bugs": {
"url": "https://github.com/madeja-studio/telar/issues"
},
"homepage": "https://github.com/madeja-studio/telar#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"polished": "^4.3.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^20.3.0",
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@evilmartians/lefthook": "^2.0.13",
"@gorhom/portal": "^1.0.14",
"@madeja-studio/cepillo": "^0.7.1",
"@react-native/eslint-config": "^0.83.1",
"@react-spring/native": "^9.7.5",
"@release-it/conventional-changelog": "^10.0.4",
"@types/jest": "^29.5.14",
"@types/react": "^19.1.17",
"babel-plugin-module-resolver": "^5.0.2",
"commitlint": "^20.3.0",
"del-cli": "^7.0.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-json-files": "^5.1.2",
"eslint-plugin-perfectionist": "^5.3.1",
"eslint-plugin-prettier": "^5.5.4",
"eta": "^4.5.0",
"expo-blur": "^15.0.8",
"expo-haptics": "^15.0.8",
"jest": "^30.2.0",
"prettier": "^3.7.4",
"react": "^19.1.0",
"react-native": "^0.81.5",
"react-native-builder-bob": "^0.40.17",
"react-native-gesture-handler": "^2.30.0",
"react-native-pager-view": "^8.0.0",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "^4.19.0",
"release-it": "^19.2.3",
"smob": "^1.5.0",
"tailwindcss": "^3.2.2",
"ts-morph": "^27.0.2",
"ts-node": "^10.9.2",
"twrnc": "^4.16.0",
"type-fest": "^5.3.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.52.0",
"vitest": "^4.0.16"
},
"resolutions": {
"@types/react": "^18.2.44"
},
"peerDependencies": {
"@expo/vector-icons": "14.x.x",
"@gorhom/portal": "^1.x.x",
"@madeja-studio/cepillo": "*",
"@react-spring/native": ">=9.x.x",
"expo-blur": ">=15.x.x",
"expo-haptics": ">=15.x.x",
"react": ">=18.0.0",
"react-native": ">=0.74.0",
"react-native-gesture-handler": ">=2.0.0",
"react-native-pager-view": ">=6.0.0",
"react-native-safe-area-context": ">=4.0.0",
"react-native-screens": ">=4.0.0",
"smob": "1.x.x"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/dev-app/node_modules",
"<rootDir>/lib/"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
[
"commonjs",
{
"esm": true,
"configFile": true
}
],
[
"module",
{
"esm": true
}
],
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"create-react-native-library": {
"type": "library",
"version": "0.38.1"
}
}