mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-16 11:49:47 +08:00
98 lines
2.6 KiB
JSON
98 lines
2.6 KiB
JSON
{
|
|
"version": "2.0.0-next.65",
|
|
"name": "nativewind",
|
|
"description": "Use Tailwindcss in your cross-platform React Native applications",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"sideEffects": false,
|
|
"keywords": [
|
|
"react-native",
|
|
"react",
|
|
"native",
|
|
"tailwind",
|
|
"tailwindcss",
|
|
"theme",
|
|
"style"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/marklawlor/nativewind.git"
|
|
},
|
|
"author": {
|
|
"name": "Mark Lawlor",
|
|
"url": "https://github.com/marklawlor"
|
|
},
|
|
"homepage": "https://nativewind.dev",
|
|
"bugs": {
|
|
"url": "https://github.com/marklawlor/nativewind/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.18"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand",
|
|
"lint": "eslint .",
|
|
"prepublishOnly": "npm run build",
|
|
"build": "rm -rf dist && tsc"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"tailwind/",
|
|
"postcss.js",
|
|
"babel.js",
|
|
"plugin.js",
|
|
"types.d.ts"
|
|
],
|
|
"dependencies": {
|
|
"@babel/generator": "^7.18.7",
|
|
"@babel/types": "7.18.13",
|
|
"css-mediaquery": "^0.1.2",
|
|
"css-to-react-native": "^3.0.0",
|
|
"micromatch": "^4.0.5",
|
|
"postcss": "^8.4.12",
|
|
"postcss-calc": "^8.2.4",
|
|
"postcss-color-functional-notation": "^4.2.2",
|
|
"postcss-css-variables": "^0.18.0",
|
|
"postcss-nested": "^5.0.6",
|
|
"react-is": "^18.1.0",
|
|
"use-sync-external-store": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.18.13",
|
|
"@babel/plugin-syntax-jsx": "7.18.6",
|
|
"@cspell/eslint-plugin": "6.8.0",
|
|
"@testing-library/react-hooks": "8.0.1",
|
|
"@testing-library/react-native": "11.0.0",
|
|
"@types/css": "0.0.33",
|
|
"@types/css-mediaquery": "0.1.1",
|
|
"@types/css-to-react-native": "3.0.0",
|
|
"@types/jest": "28.1.8",
|
|
"@types/micromatch": "4.0.2",
|
|
"@types/react": "18.0.17",
|
|
"@types/react-is": "17.0.3",
|
|
"@types/react-native": "0.69.5",
|
|
"@types/use-sync-external-store": "0.0.3",
|
|
"@typescript-eslint/eslint-plugin": "5.33.1",
|
|
"@typescript-eslint/parser": "5.33.1",
|
|
"babel-plugin-tester": "10.1.0",
|
|
"jest": "28.1.3",
|
|
"jest-environment-jsdom": "28.1.3",
|
|
"metro-react-native-babel-preset": "0.72.1",
|
|
"moti": "0.18.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-native": "0.69.4",
|
|
"react-native-svg": "13.0.0",
|
|
"react-native-web": "0.18.7",
|
|
"react-test-renderer": "18.2.0",
|
|
"tailwindcss": "3.1.8",
|
|
"ts-jest": "28.0.8",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"peerDependencies": {
|
|
"tailwindcss": "~3"
|
|
}
|
|
}
|