Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
38 lines
No EOL
1.1 KiB
Text
38 lines
No EOL
1.1 KiB
Text
{
|
|
"name": "intl-messageformat",
|
|
"description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.",
|
|
"version": "10.7.18",
|
|
"license": "BSD-3-Clause",
|
|
"author": "Eric Ferraiuolo <eferraiuolo@gmail.com>",
|
|
"sideEffects": false,
|
|
"types": "index.d.ts",
|
|
"dependencies": {
|
|
"tslib": "^2.8.0",
|
|
"@formatjs/fast-memoize": "2.2.7",
|
|
"@formatjs/icu-messageformat-parser": "2.11.4",
|
|
"@formatjs/ecma402-abstract": "2.3.6"
|
|
},
|
|
"bugs": "https://github.com/formatjs/formatjs/issues",
|
|
"contributors": [
|
|
"Anthony Pipkin <a.pipkin@yahoo.com>",
|
|
"Caridy Patino <caridy@gmail.com>",
|
|
"Drew Folta <drew@folta.net>",
|
|
"Long Ho <holevietlong@gmail.com>"
|
|
],
|
|
"gitHead": "a7842673d8ad205171ad7c8cb8bb2f318b427c0c",
|
|
"homepage": "https://github.com/formatjs/formatjs",
|
|
"keywords": [
|
|
"globalization",
|
|
"i18n",
|
|
"icu",
|
|
"internationalization",
|
|
"intl",
|
|
"localization",
|
|
"messageformat",
|
|
"parser",
|
|
"plural"
|
|
],
|
|
"main": "index.js",
|
|
"module": "lib/index.js",
|
|
"repository": "git@github.com:formatjs/formatjs.git"
|
|
} |