44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "drift",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --port 3001",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@fec/remark-a11y-emoji": "^3.1.0",
|
|
"@geist-ui/core": "^2.3.5",
|
|
"@geist-ui/icons": "^1.0.1",
|
|
"@types/js-cookie": "^3.0.1",
|
|
"client-zip": "^2.0.0",
|
|
"comlink": "^4.3.1",
|
|
"dotenv": "^16.0.0",
|
|
"js-cookie": "^3.0.1",
|
|
"next": "12.1.0",
|
|
"prismjs": "^1.27.0",
|
|
"react": "17.0.2",
|
|
"react-debounce-render": "^8.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-dropzone": "^12.0.4",
|
|
"react-loading-skeleton": "^3.0.3",
|
|
"react-markdown": "^8.0.0",
|
|
"react-syntax-highlighter": "^15.4.5",
|
|
"react-syntax-highlighter-virtualized-renderer": "^1.1.0",
|
|
"rehype-katex": "^6.0.2",
|
|
"rehype-stringify": "^9.0.3",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-math": "^5.1.1",
|
|
"swr": "^1.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.21",
|
|
"@types/react": "17.0.39",
|
|
"@types/react-syntax-highlighter": "^13.5.2",
|
|
"eslint": "8.10.0",
|
|
"eslint-config-next": "12.1.0",
|
|
"typescript": "4.6.2"
|
|
}
|
|
}
|