Compare commits

..

No commits in common. "81f6a1b98f550e088b21ca5276030856e7cccf75" and "4f757ec1e744462abd347245f05eafe06e058979" have entirely different histories.

4 changed files with 14655 additions and 1387 deletions

View File

@ -1,3 +0,0 @@
{
"plugins": [["@babel/plugin-proposal-private-property-in-object", { "loose": true }]]
}

15996
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,6 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@parcellab/react-use-umami": "^2.0.1", "@parcellab/react-use-umami": "^2.0.1",
"@testing-library/jest-dom": "^5.17.0", "@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0", "@testing-library/react": "^13.4.0",
@ -58,6 +57,7 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"concurrently": "^8.2.2", "concurrently": "^8.2.2",
"tailwindcss": "^3.4.1" "tailwindcss": "^3.4.1"
} }

View File

@ -736,46 +736,5 @@
"uk": "США", "uk": "США",
"zh": "美国", "zh": "美国",
"zh-tw": "美國" "zh-tw": "美國"
},
{
"id": 203,
"alpha2": "cz",
"alpha3": "cze",
"ar": "جمهورية التشيك",
"bg": "Чехия",
"cs": "Česko",
"da": "Tjekkiet",
"de": "Tschechien",
"el": "Τσεχία",
"en": "Czechia",
"eo": "Ĉeĥio",
"es": "República Checa",
"et": "Tšehhi",
"eu": "Txekia",
"fa": "جمهوری چک",
"fi": "Tšekki",
"fr": "Tchéquie",
"hr": "Češka",
"hu": "Csehország",
"hy": "Չեխիա",
"it": "Rep. Ceca",
"ja": "チェコ",
"ko": "체코",
"lt": "Čekija",
"my": "Czechia",
"nl": "Tsjechië",
"no": "Tsjekkia",
"pl": "Czechy",
"pt": "Chéquia",
"ro": "Cehia",
"ru": "Чехия",
"sk": "Česko",
"sl": "Češka",
"sr": "Češka",
"sv": "Tjeckien",
"th": "เช็กเกีย",
"uk": "Чехія",
"zh": "捷克",
"zh-tw": "捷克"
} }
] ]