|
|
@@ -19,6 +19,7 @@
|
|
|
"expo-location": "~17.0.1",
|
|
|
"expo-router": "~3.5.14",
|
|
|
"expo-status-bar": "~1.12.1",
|
|
|
+ "nativewind": "^2.0.11",
|
|
|
"react": "18.2.0",
|
|
|
"react-native": "0.74.1",
|
|
|
"react-native-element-dropdown": "^2.12.0",
|
|
|
@@ -36,9 +37,21 @@
|
|
|
"@babel/core": "^7.20.0",
|
|
|
"@types/react": "~18.2.79",
|
|
|
"@types/react-native-modern-datepicker": "^1.0.5",
|
|
|
+ "tailwindcss": "^3.3.2",
|
|
|
"typescript": "~5.3.3"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@alloc/quick-lru": {
|
|
|
+ "version": "5.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
|
|
|
+ "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@ampproject/remapping": {
|
|
|
"version": "2.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz",
|
|
|
@@ -6810,6 +6823,17 @@
|
|
|
"node": ">=0.6"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/binary-extensions": {
|
|
|
+ "version": "2.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
|
|
+ "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/sindresorhus"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/bl": {
|
|
|
"version": "4.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
|
|
|
@@ -7104,6 +7128,22 @@
|
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/camelcase-css": {
|
|
|
+ "version": "2.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz",
|
|
|
+ "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/camelize": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/camelize/-/camelize-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-dU+Tx2fsypxTgtLoE36npi3UqcjSSMNYfkqgmoEhtZrraP5VWq0K7FkWVTYa8eMPtnU/G2txVsfdCJTn9uzpuQ==",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/caniuse-lite": {
|
|
|
"version": "1.0.30001597",
|
|
|
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001597.tgz",
|
|
|
@@ -7144,6 +7184,29 @@
|
|
|
"node": "*"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/chokidar": {
|
|
|
+ "version": "3.6.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
|
|
|
+ "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
|
|
|
+ "dependencies": {
|
|
|
+ "anymatch": "~3.1.2",
|
|
|
+ "braces": "~3.0.2",
|
|
|
+ "glob-parent": "~5.1.2",
|
|
|
+ "is-binary-path": "~2.1.0",
|
|
|
+ "is-glob": "~4.0.1",
|
|
|
+ "normalize-path": "~3.0.0",
|
|
|
+ "readdirp": "~3.6.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 8.10.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://paulmillr.com/funding/"
|
|
|
+ },
|
|
|
+ "optionalDependencies": {
|
|
|
+ "fsevents": "~2.3.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/chownr": {
|
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
|
|
|
@@ -7541,6 +7604,19 @@
|
|
|
"node": ">=8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/css-color-keywords": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/css-color-keywords/-/css-color-keywords-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-FyyrDHZKEjXDpNJYvVsV960FiqQyXc/LlYmsxl2BcdMb2WPx0OGRVgTg55rPSyLSNMqP52R9r8geSp7apN3Ofg==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/css-mediaquery": {
|
|
|
+ "version": "0.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/css-mediaquery/-/css-mediaquery-0.1.2.tgz",
|
|
|
+ "integrity": "sha512-COtn4EROW5dBGlE/4PiKnh6rZpAPxDeFLaEEwt4i10jpDMFt2EhQGS79QmmrO+iKCHv0PU/HrOWEhijFd1x99Q=="
|
|
|
+ },
|
|
|
"node_modules/css-select": {
|
|
|
"version": "5.1.0",
|
|
|
"resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz",
|
|
|
@@ -7556,6 +7632,16 @@
|
|
|
"url": "https://github.com/sponsors/fb55"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/css-to-react-native": {
|
|
|
+ "version": "3.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/css-to-react-native/-/css-to-react-native-3.2.0.tgz",
|
|
|
+ "integrity": "sha512-e8RKaLXMOFii+02mOlqwjbD00KSEKqblnpO9e++1aXS1fPQOpS1YoqdVHBqPjHNoxeF2mimzVqawm2KCbEdtHQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "camelize": "^1.0.0",
|
|
|
+ "css-color-keywords": "^1.0.0",
|
|
|
+ "postcss-value-parser": "^4.0.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/css-tree": {
|
|
|
"version": "1.1.3",
|
|
|
"resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz",
|
|
|
@@ -7587,6 +7673,17 @@
|
|
|
"url": "https://github.com/sponsors/fb55"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/cssesc": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==",
|
|
|
+ "bin": {
|
|
|
+ "cssesc": "bin/cssesc"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/csstype": {
|
|
|
"version": "3.1.3",
|
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz",
|
|
|
@@ -7861,6 +7958,11 @@
|
|
|
"node": ">=0.10"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/didyoumean": {
|
|
|
+ "version": "1.2.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz",
|
|
|
+ "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw=="
|
|
|
+ },
|
|
|
"node_modules/dir-glob": {
|
|
|
"version": "3.0.1",
|
|
|
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
|
|
|
@@ -7872,6 +7974,11 @@
|
|
|
"node": ">=8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/dlv": {
|
|
|
+ "version": "1.1.3",
|
|
|
+ "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz",
|
|
|
+ "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA=="
|
|
|
+ },
|
|
|
"node_modules/dom-serializer": {
|
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz",
|
|
|
@@ -8518,6 +8625,11 @@
|
|
|
"resolved": "https://registry.npmjs.org/expo-status-bar/-/expo-status-bar-1.12.1.tgz",
|
|
|
"integrity": "sha512-/t3xdbS8KB0prj5KG5w7z+wZPFlPtkgs95BsmrP/E7Q0xHXTcDcQ6Cu2FkFuRM+PKTb17cJDnLkawyS5vDLxMA=="
|
|
|
},
|
|
|
+ "node_modules/extend": {
|
|
|
+ "version": "3.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
|
|
|
+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g=="
|
|
|
+ },
|
|
|
"node_modules/eyes": {
|
|
|
"version": "0.1.8",
|
|
|
"resolved": "https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz",
|
|
|
@@ -9400,6 +9512,17 @@
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/is-binary-path": {
|
|
|
+ "version": "2.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
|
|
|
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
|
|
|
+ "dependencies": {
|
|
|
+ "binary-extensions": "^2.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/is-boolean-object": {
|
|
|
"version": "1.1.2",
|
|
|
"resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
|
|
|
@@ -10172,6 +10295,14 @@
|
|
|
"resolved": "https://registry.npmjs.org/jimp-compact/-/jimp-compact-0.16.1.tgz",
|
|
|
"integrity": "sha512-dZ6Ra7u1G8c4Letq/B5EzAxj4tLFHL+cGtdpR+PVm4yzPDj+lCk+AbivWt1eOM+ikzkowtyV7qSqX6qr3t71Ww=="
|
|
|
},
|
|
|
+ "node_modules/jiti": {
|
|
|
+ "version": "1.21.6",
|
|
|
+ "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz",
|
|
|
+ "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==",
|
|
|
+ "bin": {
|
|
|
+ "jiti": "bin/jiti.js"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/joi": {
|
|
|
"version": "17.13.1",
|
|
|
"resolved": "https://registry.npmjs.org/joi/-/joi-17.13.1.tgz",
|
|
|
@@ -10603,6 +10734,14 @@
|
|
|
"url": "https://opencollective.com/parcel"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/lilconfig": {
|
|
|
+ "version": "2.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
|
|
|
+ "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/lines-and-columns": {
|
|
|
"version": "1.2.4",
|
|
|
"resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
|
|
|
@@ -11665,6 +11804,61 @@
|
|
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/nativewind": {
|
|
|
+ "version": "2.0.11",
|
|
|
+ "resolved": "https://registry.npmjs.org/nativewind/-/nativewind-2.0.11.tgz",
|
|
|
+ "integrity": "sha512-qCEXUwKW21RYJ33KRAJl3zXq2bCq82WoI564fI21D/TiqhfmstZOqPN53RF8qK1NDK6PGl56b2xaTxgObEePEg==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/generator": "^7.18.7",
|
|
|
+ "@babel/helper-module-imports": "7.18.6",
|
|
|
+ "@babel/types": "7.19.0",
|
|
|
+ "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"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.18"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "tailwindcss": "~3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/nativewind/node_modules/@babel/helper-module-imports": {
|
|
|
+ "version": "7.18.6",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz",
|
|
|
+ "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/types": "^7.18.6"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/nativewind/node_modules/@babel/types": {
|
|
|
+ "version": "7.19.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.0.tgz",
|
|
|
+ "integrity": "sha512-YuGopBq3ke25BVSiS6fgF49Ul9gH1x70Bcr6bqRLjWCkcX8Hre1/5+z+IiWOIerRMSSEfGZVB9z9kyq7wVs9YA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@babel/helper-string-parser": "^7.18.10",
|
|
|
+ "@babel/helper-validator-identifier": "^7.18.6",
|
|
|
+ "to-fast-properties": "^2.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.9.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/nativewind/node_modules/react-is": {
|
|
|
+ "version": "18.3.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
|
+ "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg=="
|
|
|
+ },
|
|
|
"node_modules/ncp": {
|
|
|
"version": "2.0.0",
|
|
|
"resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz",
|
|
|
@@ -11840,6 +12034,14 @@
|
|
|
"node": ">=0.10.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/object-hash": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/object-inspect": {
|
|
|
"version": "1.13.1",
|
|
|
"resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz",
|
|
|
@@ -12328,6 +12530,163 @@
|
|
|
"node": "^10 || ^12 || >=14"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/postcss-calc": {
|
|
|
+ "version": "8.2.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz",
|
|
|
+ "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==",
|
|
|
+ "dependencies": {
|
|
|
+ "postcss-selector-parser": "^6.0.9",
|
|
|
+ "postcss-value-parser": "^4.2.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "postcss": "^8.2.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postcss-color-functional-notation": {
|
|
|
+ "version": "4.2.4",
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz",
|
|
|
+ "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==",
|
|
|
+ "dependencies": {
|
|
|
+ "postcss-value-parser": "^4.2.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^12 || ^14 || >=16"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/csstools"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "postcss": "^8.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postcss-css-variables": {
|
|
|
+ "version": "0.18.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-css-variables/-/postcss-css-variables-0.18.0.tgz",
|
|
|
+ "integrity": "sha512-lYS802gHbzn1GI+lXvy9MYIYDuGnl1WB4FTKoqMQqJ3Mab09A7a/1wZvGTkCEZJTM8mSbIyb1mJYn8f0aPye0Q==",
|
|
|
+ "dependencies": {
|
|
|
+ "balanced-match": "^1.0.0",
|
|
|
+ "escape-string-regexp": "^1.0.3",
|
|
|
+ "extend": "^3.0.1"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "postcss": "^8.2.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postcss-import": {
|
|
|
+ "version": "15.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz",
|
|
|
+ "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==",
|
|
|
+ "dependencies": {
|
|
|
+ "postcss-value-parser": "^4.0.0",
|
|
|
+ "read-cache": "^1.0.0",
|
|
|
+ "resolve": "^1.1.7"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "postcss": "^8.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postcss-js": {
|
|
|
+ "version": "4.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz",
|
|
|
+ "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==",
|
|
|
+ "dependencies": {
|
|
|
+ "camelcase-css": "^2.0.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^12 || ^14 || >= 16"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "postcss": "^8.4.21"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postcss-load-config": {
|
|
|
+ "version": "4.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz",
|
|
|
+ "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "github",
|
|
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "lilconfig": "^3.0.0",
|
|
|
+ "yaml": "^2.3.4"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 14"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "postcss": ">=8.0.9",
|
|
|
+ "ts-node": ">=9.0.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "postcss": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "ts-node": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postcss-load-config/node_modules/lilconfig": {
|
|
|
+ "version": "3.1.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz",
|
|
|
+ "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/antonk52"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postcss-nested": {
|
|
|
+ "version": "5.0.6",
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-5.0.6.tgz",
|
|
|
+ "integrity": "sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==",
|
|
|
+ "dependencies": {
|
|
|
+ "postcss-selector-parser": "^6.0.6"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "postcss": "^8.2.14"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postcss-selector-parser": {
|
|
|
+ "version": "6.1.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz",
|
|
|
+ "integrity": "sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "cssesc": "^3.0.0",
|
|
|
+ "util-deprecate": "^1.0.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/postcss-value-parser": {
|
|
|
+ "version": "4.2.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz",
|
|
|
+ "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="
|
|
|
+ },
|
|
|
"node_modules/pretty-bytes": {
|
|
|
"version": "5.6.0",
|
|
|
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
|
|
|
@@ -12987,6 +13346,22 @@
|
|
|
"node": ">=0.8"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/read-cache": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==",
|
|
|
+ "dependencies": {
|
|
|
+ "pify": "^2.3.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/read-cache/node_modules/pify": {
|
|
|
+ "version": "2.3.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
|
|
|
+ "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/readable-stream": {
|
|
|
"version": "2.3.8",
|
|
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
|
@@ -13001,6 +13376,28 @@
|
|
|
"util-deprecate": "~1.0.1"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/readdirp": {
|
|
|
+ "version": "3.6.0",
|
|
|
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
|
|
|
+ "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
|
|
|
+ "dependencies": {
|
|
|
+ "picomatch": "^2.2.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8.10.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/readdirp/node_modules/picomatch": {
|
|
|
+ "version": "2.3.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
|
|
|
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8.6"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/jonschlinkert"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/readline": {
|
|
|
"version": "1.3.0",
|
|
|
"resolved": "https://registry.npmjs.org/readline/-/readline-1.3.0.tgz",
|
|
|
@@ -14034,6 +14431,72 @@
|
|
|
"url": "https://github.com/sponsors/ljharb"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/tailwindcss": {
|
|
|
+ "version": "3.3.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.3.2.tgz",
|
|
|
+ "integrity": "sha512-9jPkMiIBXvPc2KywkraqsUfbfj+dHDb+JPWtSJa9MLFdrPyazI7q6WX2sUrm7R9eVR7qqv3Pas7EvQFzxKnI6w==",
|
|
|
+ "dependencies": {
|
|
|
+ "@alloc/quick-lru": "^5.2.0",
|
|
|
+ "arg": "^5.0.2",
|
|
|
+ "chokidar": "^3.5.3",
|
|
|
+ "didyoumean": "^1.2.2",
|
|
|
+ "dlv": "^1.1.3",
|
|
|
+ "fast-glob": "^3.2.12",
|
|
|
+ "glob-parent": "^6.0.2",
|
|
|
+ "is-glob": "^4.0.3",
|
|
|
+ "jiti": "^1.18.2",
|
|
|
+ "lilconfig": "^2.1.0",
|
|
|
+ "micromatch": "^4.0.5",
|
|
|
+ "normalize-path": "^3.0.0",
|
|
|
+ "object-hash": "^3.0.0",
|
|
|
+ "picocolors": "^1.0.0",
|
|
|
+ "postcss": "^8.4.23",
|
|
|
+ "postcss-import": "^15.1.0",
|
|
|
+ "postcss-js": "^4.0.1",
|
|
|
+ "postcss-load-config": "^4.0.1",
|
|
|
+ "postcss-nested": "^6.0.1",
|
|
|
+ "postcss-selector-parser": "^6.0.11",
|
|
|
+ "postcss-value-parser": "^4.2.0",
|
|
|
+ "resolve": "^1.22.2",
|
|
|
+ "sucrase": "^3.32.0"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "tailwind": "lib/cli.js",
|
|
|
+ "tailwindcss": "lib/cli.js"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/tailwindcss/node_modules/glob-parent": {
|
|
|
+ "version": "6.0.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
|
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
|
+ "dependencies": {
|
|
|
+ "is-glob": "^4.0.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=10.13.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/tailwindcss/node_modules/postcss-nested": {
|
|
|
+ "version": "6.0.1",
|
|
|
+ "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz",
|
|
|
+ "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "postcss-selector-parser": "^6.0.11"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "type": "opencollective",
|
|
|
+ "url": "https://opencollective.com/postcss/"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "postcss": "^8.2.14"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/tar": {
|
|
|
"version": "6.2.1",
|
|
|
"resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz",
|