30 lines
767 B
JSON
30 lines
767 B
JSON
{
|
|
"name": "pynecone",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"export": "next build && next export -o _static",
|
|
"prod": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^2.0.10",
|
|
"@chakra-ui/react": "1.8.8",
|
|
"@emotion/react": "^11.9.0",
|
|
"@emotion/styled": "^11.8.1",
|
|
"axios": "^0.27.2",
|
|
"focus-visible": "^5.2.0",
|
|
"framer-motion": "^6.3.3",
|
|
"gridjs": "^4.0.0",
|
|
"gridjs-react": "^4.0.0",
|
|
"next": "^12.1.0",
|
|
"plotly.js": "2.6.4",
|
|
"prettier": "^2.7.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-markdown": "^8.0.3",
|
|
"react-plotly.js": "^2.6.0",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"rehype-katex": "^6.0.2",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-math": "^5.1.1"
|
|
}
|
|
} |