CoastalCommitsPastes/client/package.json

37 lines
861 B
JSON
Raw Normal View History

2022-03-06 19:46:59 -05:00
{
"name": "drift",
"version": "0.1.0",
"private": true,
"scripts": {
2022-03-07 19:42:47 -05:00
"dev": "next dev --port 3001",
2022-03-06 19:46:59 -05:00
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-03-08 05:43:04 -05:00
"@fec/remark-a11y-emoji": "^3.1.0",
2022-03-06 19:46:59 -05:00
"@geist-ui/core": "^2.3.5",
"@geist-ui/icons": "^1.0.1",
"comlink": "^4.3.1",
2022-03-08 02:09:30 -05:00
"dotenv": "^16.0.0",
2022-03-06 19:46:59 -05:00
"next": "12.1.0",
"prismjs": "^1.27.0",
"react": "17.0.2",
"react-debounce-render": "^8.0.2",
"react-dom": "17.0.2",
"react-markdown": "^8.0.0",
2022-03-08 03:37:18 -05:00
"rehype-katex": "^6.0.2",
2022-03-08 05:43:04 -05:00
"rehype-stringify": "^9.0.3",
2022-03-06 19:46:59 -05:00
"remark-gfm": "^3.0.1",
2022-03-08 03:37:18 -05:00
"remark-math": "^5.1.1",
2022-03-06 19:46:59 -05:00
"swr": "^1.2.2"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/react": "17.0.39",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"typescript": "4.6.2"
}
}