@gluestack-style/animation-resolver
Version:
A gluestack-style plugin for resolving animation properties, utilizing animation libraries.
55 lines (54 loc) • 1.27 kB
JSON
{
"name": "@gluestack-style/animation-resolver",
"version": "1.0.4",
"description": "A gluestack-style plugin for resolving animation properties, utilizing animation libraries.",
"keywords": [
"react",
"native",
"react-native",
"animation",
"transition"
],
"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",
"scripts": {
"prepare": "bob build",
"release": "release-it",
"build": "bob build",
"clean": "rm -rf lib"
},
"peerDependencies": {
"@gluestack-style/react": ">=1.0"
},
"devDependencies": {
"@gluestack-style/react": "^1.0.44",
"@types/react": "^18.0.22",
"@types/react-native": "^0.69.15",
"babel-plugin-transform-remove-console": "^6.9.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-native": "^0.70.3",
"react-native-builder-bob": "^0.20.1",
"tsconfig": "*",
"typescript": "^4.7.4"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
[
"module"
],
"typescript"
]
},
"files": [
"lib/",
"src/"
]
}