Initial commit: redefined-designs storefront

This commit is contained in:
2026-08-13 21:07:54 +00:00
commit 9be4986dd3
38 changed files with 2121 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"name": "redefined-designs-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "tsc && vite build"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.0",
"antd": "^5.20.6",
"@ant-design/icons": "^5.4.0",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"@uiw/react-md-editor": "^4.0.4"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.4",
"vite": "^5.4.0"
}
}