changing the package.json installation

This commit is contained in:
Cristhian Zanforlin Lousa 2023-06-06 18:32:39 -03:00
commit c797b98984
3 changed files with 911 additions and 12 deletions

View file

@ -1,14 +1,5 @@
{
"dependencies": {
"add": "^2.0.6",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"lucide-react": "^0.233.0",
"shadcn-ui": "^0.1.3",
"switch": "^0.0.0",
"table": "^6.8.1",
"tailwind-merge": "^1.13.0",
"tailwindcss-animate": "^1.0.5",
"vite-plugin-svgr": "^3.2.0"
}
}

File diff suppressed because it is too large Load diff

View file

@ -36,7 +36,16 @@
"remark-math": "^5.1.1",
"uuid": "^9.0.0",
"vite-plugin-svgr": "^3.2.0",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"add": "^2.0.6",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"lucide-react": "^0.233.0",
"shadcn-ui": "^0.1.3",
"switch": "^0.0.0",
"table": "^6.8.1",
"tailwind-merge": "^1.13.0",
"tailwindcss-animate": "^1.0.5"
},
"scripts": {
"dev:docker": "vite --host 0.0.0.0",