Skip to content

Commit

Permalink
Merge pull request #1 from ndt080/feature/DRZN-1_rebranding
Browse files Browse the repository at this point in the history
feat: DRZN-1 branding, restyle text
  • Loading branch information
ndt080 authored May 5, 2024
2 parents 26f5f2f + 3640dfa commit f7598ec
Show file tree
Hide file tree
Showing 21 changed files with 5,548 additions and 4,515 deletions.
90 changes: 45 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,68 +10,68 @@
"preview": "vite preview --port 3001"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@heroicons/react": "^2.1.3",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-hover-card": "^1.0.6",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@reduxjs/toolkit": "^1.9.5",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-table": "^8.10.1",
"@types/qs": "^6.9.8",
"@tanstack/react-table": "^8.16.0",
"@types/qs": "^6.9.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"dayjs": "^1.11.10",
"i18next": "^23.5.1",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
"i18next": "^23.11.3",
"qs": "^6.12.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^1.3.0",
"react-i18next": "^13.3.0",
"react-redux": "^8.1.2",
"react-router-dom": "^6.16.0",
"react-i18next": "^13.5.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.23.0",
"react-router-hash-link": "^2.4.3",
"react-use": "^17.4.0",
"react-use": "^17.5.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"url-join": "^5.0.0",
"web-vitals": "^3.4.0"
"web-vitals": "^3.5.2"
},
"devDependencies": {
"@types/node": "^20.6.5",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.6",
"@types/react-redux": "^7.1.26",
"@types/react-router-hash-link": "^2.4.7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/react-redux": "^7.1.33",
"@types/react-router-hash-link": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-simple-import-sort": "^10.0.0",
"postcss": "^8.4.30",
"prettier": "^3.0.3",
"sass": "^1.68.0",
"stylelint": "^15.10.3",
"stylelint-config-recommended-scss": "^13.0.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"sass": "^1.76.0",
"stylelint": "^15.11.0",
"stylelint-config-recommended-scss": "^13.1.0",
"stylelint-config-standard": "^34.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.5",
"workbox-window": "^7.0.0"
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^4.5.3",
"vite-plugin-pwa": "^0.16.7",
"workbox-window": "^7.1.0"
}
}
Loading

0 comments on commit f7598ec

Please sign in to comment.