mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-17 03:58:57 +08:00
72 lines
1.9 KiB
JSON
72 lines
1.9 KiB
JSON
{
|
|
"version": "0.0.29",
|
|
"name": "tailwindcss-react-native",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"sideEffects": false,
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/marklawlor/tailwindcss-react-native.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/marklawlor/tailwindcss-react-native/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"homepage": "https://github.com/marklawlor/tailwindcss-react-native",
|
|
"keywords": "react native react-native tailwind tailwindcss",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "eslint .",
|
|
"prepublishOnly": "npm run build",
|
|
"build": "rm -rf dist && tsc"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"babel.js",
|
|
"types.d.ts"
|
|
],
|
|
"dependencies": {
|
|
"@react-native-community/hooks": "^2.8.1",
|
|
"babel-literal-to-ast": "^2.1.0",
|
|
"css": "^3.0.0",
|
|
"css-mediaquery": "^0.1.2",
|
|
"css-to-react-native": "^3.0.0",
|
|
"micromatch": "^4.0.5",
|
|
"postcss": "^8.4.12",
|
|
"postcss-color-functional-notation": "^4.2.2",
|
|
"postcss-css-variables": "^0.18.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.9",
|
|
"@babel/plugin-syntax-jsx": "^7.16.7",
|
|
"@babel/types": "^7.17.0",
|
|
"@types/css": "^0.0.33",
|
|
"@types/css-mediaquery": "^0.1.1",
|
|
"@types/css-to-react-native": "^3.0.0",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/micromatch": "^4.0.2",
|
|
"@types/react": "^18.0.5",
|
|
"@types/react-native": "^0.67.4",
|
|
"@types/tailwindcss": "^3.0.10",
|
|
"@typescript-eslint/eslint-plugin": "^5.20.0",
|
|
"@typescript-eslint/parser": "^5.20.0",
|
|
"babel-plugin-tester": "^10.1.0",
|
|
"eslint": "^8.13.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-unicorn": "^42.0.0",
|
|
"jest": "^27.5.1",
|
|
"moti": "^0.17.1",
|
|
"prettier": "^2.6.2",
|
|
"react-native": "^0.68.1",
|
|
"tailwindcss": "^3.0.24",
|
|
"ts-jest": "^27.1.4",
|
|
"typescript": "^4.6.3"
|
|
},
|
|
"peerDependencies": {
|
|
"tailwindcss": "~3"
|
|
}
|
|
}
|