@gluestack-ui/hstack
Advanced tools
Comparing version
{ | ||
"name": "@gluestack-ui/hstack", | ||
"description": "A universal headless hstack component for React Native, Next.js & React", | ||
"version": "0.1.16", | ||
"main": "lib/commonjs/index", | ||
"module": "lib/module/index", | ||
"types": "lib/typescript/index.d.ts", | ||
"version": "0.1.17", | ||
"main": "lib/index", | ||
"module": "lib/index", | ||
"types": "lib/index.d.ts", | ||
"react-native": "src/index", | ||
"source": "src/index", | ||
"typings": "lib/typescript/index.d.ts", | ||
"typings": "lib/index.d.ts", | ||
"scripts": { | ||
"prepare": "bob build", | ||
"prepare": "tsc", | ||
"release": "release-it", | ||
"build": "bob build", | ||
"watch": "tsc --watch", | ||
"build": "tsc", | ||
"clean": "rm -rf lib", | ||
@@ -29,6 +30,6 @@ "dev:web": "cd example/native && yarn web --clear", | ||
"tsconfig": "7", | ||
"typescript": "^4.9.4" | ||
"typescript": "^5.6.3" | ||
}, | ||
"dependencies": { | ||
"@gluestack-ui/utils": "^0.1.12" | ||
"@gluestack-ui/utils": "^0.1.14" | ||
}, | ||
@@ -44,13 +45,2 @@ "peerDependencies": { | ||
}, | ||
"react-native-builder-bob": { | ||
"source": "src", | ||
"output": "lib", | ||
"targets": [ | ||
"commonjs", | ||
[ | ||
"module" | ||
], | ||
"typescript" | ||
] | ||
}, | ||
"files": [ | ||
@@ -76,19 +66,2 @@ "lib/", | ||
}, | ||
"release-it": { | ||
"git": { | ||
"commitMessage": "chore: release ${version}", | ||
"tagName": "v${version}" | ||
}, | ||
"npm": { | ||
"publish": true | ||
}, | ||
"github": { | ||
"release": true | ||
}, | ||
"plugins": { | ||
"@release-it/conventional-changelog": { | ||
"preset": "angular" | ||
} | ||
} | ||
}, | ||
"keywords": [ | ||
@@ -95,0 +68,0 @@ "react", |
5751
-55.65%11
-52.17%61
-42.45%Updated