34 lines
867 B
JSON
34 lines
867 B
JSON
{
|
|
"name": "reflex",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"export": "next build && next export -o _static",
|
|
"export-sitemap": "next build && next-sitemap && next export -o _static",
|
|
"prod": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^2.0.19",
|
|
"@chakra-ui/react": "^2.6.1",
|
|
"@chakra-ui/system": "^2.5.7",
|
|
"@emotion/react": "^11.11.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"axios": "1.4.0",
|
|
"focus-visible": "5.2.0",
|
|
"framer-motion": "^10.16.4",
|
|
"json5": "2.2.3",
|
|
"next": "13.5.4",
|
|
"next-sitemap": "4.1.8",
|
|
"next-themes": "0.2.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"socket.io-client": "4.6.1",
|
|
"tailwindcss": "^3.3.2",
|
|
"universal-cookie": "4.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "10.4.14",
|
|
"postcss": "8.4.24"
|
|
}
|
|
}
|