Skip to content

Commit

Permalink
country code added
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobatgeldi committed Dec 6, 2023
1 parent 201dba0 commit 35ca1ed
Show file tree
Hide file tree
Showing 6 changed files with 231 additions and 134 deletions.
18 changes: 18 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch via Yarn",
"runtimeExecutable": "yarn",
"cwd": "${workspaceFolder}",
"args": [
"start"
],
}
]
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"homepage": "https://ngs.covisart.com/",
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@pmndrs/branding": "^0.0.8",
"@react-three/drei": "^9.84.3",
"@react-three/fiber": "^8.14.3",
Expand All @@ -27,6 +28,7 @@
"react-axios": "^2.0.6",
"react-bootstrap": "^2.8.0",
"react-circular-progressbar": "^2.0.4",
"react-country-dropdown": "^1.1.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
Expand Down
Loading

0 comments on commit 35ca1ed

Please sign in to comment.