{ "name": "@tamagui/static", "version": "1.123.0", "source": "src/index.ts", "types": "./types/index.d.ts", "type": "commonjs", "main": "dist/index.js", "files": [ "src", "types", "dist" ], "scripts": { "build": "tamagui-build", "watch": "tamagui-build --watch", "clean": "tamagui-build clean", "clean:build": "tamagui-build clean:build", "lint": "biome check src", "lint:fix": "biome check --write src" }, "exports": { "./package.json": "./package.json", ".": { "types": "./types/index.d.ts", "require": "./dist/index.js", "import": "./dist/index.js", "react-native": "./dist/index.native.js", "default": "./dist/index.native.js" } }, "tests": { "parallel": true }, "publishConfig": { "access": "public" }, "license": "MIT", "dependencies": { "@babel/core": "^7.25.2", "@babel/generator": "^7.25.5", "@babel/helper-plugin-utils": "^7.24.8", "@babel/parser": "^7.25.4", "@babel/plugin-transform-react-jsx": "^7.25.2", "@babel/runtime": "^7.25.4", "@babel/traverse": "^7.25.4", "@babel/types": "^7.25.4", "@tamagui/build": "1.123.0", "@tamagui/cli-color": "1.123.0", "@tamagui/config-default": "1.123.0", "@tamagui/core": "1.123.0", "@tamagui/fake-react-native": "1.123.0", "@tamagui/generate-themes": "1.123.0", "@tamagui/helpers": "1.123.0", "@tamagui/helpers-node": "1.123.0", "@tamagui/proxy-worm": "1.123.0", "@tamagui/react-native-web-internals": "1.123.0", "@tamagui/react-native-web-lite": "1.123.0", "@tamagui/shorthands": "1.123.0", "@tamagui/types": "1.123.0", "babel-literal-to-ast": "^2.1.0", "browserslist": "^4.22.2", "check-dependency-version-consistency": "^4.1.0", "esbuild": "^0.24.2", "esbuild-register": "^3.6.0", "fast-glob": "^3.2.11", "find-cache-dir": "^3.3.2", "find-root": "^1.1.0", "fs-extra": "^11.2.0", "invariant": "^2.2.4", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "react-native-web": "^0.19.0" }, "devDependencies": { "@babel/plugin-syntax-typescript": "^7.25.4", "@expo/match-media": "^0.4.0", "@types/babel__core": "^7.20.5", "@types/find-root": "^1.1.2", "@types/node": "^22.1.0", "@types/webpack": "^4.41.26", "babel-loader": "^9.1.3", "esbuild-loader": "^4.2.2", "null-loader": "^4.0.1", "react": "*", "typescript": "^5.7.2" }, "gitHead": "a49cc7ea6b93ba384e77a4880ae48ac4a5635c14", "peerDependencies": { "react": "*" } }