38 lines
912 B
JSON
38 lines
912 B
JSON
{
|
|
"name": "cc-connect-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"clsx": "^2.1.1",
|
|
"highlight.js": "^11.11.1",
|
|
"i18next": "^25.1.2",
|
|
"lucide-react": "^0.487.0",
|
|
"qrcode.react": "^4.2.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-i18next": "^15.5.1",
|
|
"react-markdown": "^10.1.0",
|
|
"react-router-dom": "^7.5.0",
|
|
"rehype-highlight": "^7.0.2",
|
|
"remark-gfm": "^4.0.1",
|
|
"zustand": "^5.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"autoprefixer": "^10.4.21",
|
|
"postcss": "^8.5.3",
|
|
"tailwindcss": "^3.4.17",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^6.3.2"
|
|
}
|
|
}
|