Added parser function

This commit is contained in:
VityaSchel
2023-10-01 20:18:37 +04:00
parent 0bb5f022e9
commit b6ea0217c3
19 changed files with 1664 additions and 153 deletions

View File

@@ -9,10 +9,16 @@
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@types/content-type": "^1.1.6",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"content-type": "^1.0.5",
"lucide-react": "^0.279.0",
"next": "latest",
"node-html-parser": "^6.1.10",
"react": "latest",
"react-dom": "latest",
"tailwind-merge": "^1.14.0",
@@ -22,6 +28,7 @@
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",