Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Recovery Package
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanductran authored Jan 14, 2024
1 parent 794c0d3 commit 93cef54
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"author": "Tuan Duc Tran <[email protected]>",
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.2",
"@sentry/nextjs": "^7.93.0",
"@ducanh2912/next-pwa": "^10.0.0",
"@sentry/nextjs": "^7.91.0",
"@sentry/profiling-node": "^1.3.3",
"clsx": "^2.1.0",
"is-absolute-url": "^4.0.1",
"mini-svg-data-uri": "^1.4.4",
Expand All @@ -15,8 +16,9 @@
"preact": "^10.19.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-parallax-tilt": "^1.7.186",
"sharp": "^0.33.2"
"react-parallax-tilt": "^1.7.177",
"sharp": "^0.33.1",
"tailwind-merge": "^2.2.0"
},
"description": "HR Documentation is a document sharing platform build from nextra",
"devDependencies": {
Expand All @@ -25,11 +27,11 @@
"@next/env": "^14.0.4",
"@next/eslint-plugin-next": "^14.0.4",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.11.0",
"@types/node": "^20.10.8",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.2.47",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@types/react": "^18.2.45",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.17.0",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
Expand All @@ -40,17 +42,17 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.13.1",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-unicorn": "^50.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"postcss": "^8.4.33",
"postcss": "^8.4.32",
"postcss-focus-visible": "^9.0.1",
"postcss-import": "^16.0.0",
"prettier": "^3.2.2",
"prettier": "^3.1.1",
"prettier-plugin-pkg": "^0.18.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"sass": "^1.69.7",
"tailwindcss": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"sass": "^1.69.6",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"webpack": "^5.89.0"
},
Expand All @@ -64,7 +66,7 @@
]
},
"name": "hrpenci.site",
"packageManager": "[email protected].1",
"packageManager": "[email protected].0",
"scripts": {
"build": "NODE_ENV=production next build && next-sitemap",
"dev": "NODE_ENV=development next dev",
Expand All @@ -76,4 +78,4 @@
"start": "next start"
},
"version": "2.1.2"
}
}

0 comments on commit 93cef54

Please sign in to comment.