CoastalCommitsPastes/client/package.json

47 lines
1.2 KiB
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",
2022-03-15 15:15:54 -04:00
"@types/js-cookie": "^3.0.1",
"client-zip": "^2.0.0",
2022-03-06 19:46:59 -05:00
"comlink": "^4.3.1",
2022-03-08 02:09:30 -05:00
"dotenv": "^16.0.0",
2022-03-15 15:15:54 -04:00
"js-cookie": "^3.0.1",
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-dropzone": "^12.0.4",
2022-03-09 20:11:37 -05:00
"react-loading-skeleton": "^3.0.3",
2022-03-06 19:46:59 -05:00
"react-markdown": "^8.0.0",
"react-syntax-highlighter": "^15.4.5",
"react-syntax-highlighter-virtualized-renderer": "^1.1.0",
"rehype-autolink-headings": "^6.1.1",
2022-03-08 03:37:18 -05:00
"rehype-katex": "^6.0.2",
"rehype-slug": "^5.0.1",
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",
"@types/react-syntax-highlighter": "^13.5.2",
2022-03-06 19:46:59 -05:00
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"typescript": "4.6.2"
}
}