cptadmin / packages /frontend /package.json
BG5's picture
Upload 253 files
db242f8
{
"name": "frontend",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^2.0.0",
"@svgr/webpack": "^6.5.1",
"@types/ramda": "^0.29.7",
"clsx": "^2.0.0",
"emoji-picker-react": "^4.4.7",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"js-yaml": "^4.1.0",
"next": "^13.5.6",
"ramda": "^0.29.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-iframe": "^1.8.5",
"react-markdown": "^8.0.5",
"rehype-katex": "^6.0.2",
"rehype-prism-plus": "^1.5.1",
"remark-breaks": "^3.0.2",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sass": "^1.59.2",
"shared": "workspace:*",
"swr": "^2.1.3",
"zustand": "^4.3.6"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-katex": "^3.0.0",
"typescript": "*"
},
"packageManager": "pnpm@8.6.3"
}