Files

53 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2023-09-09 17:02:12 -05:00
{
"name": "conve-x",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-02-01 16:10:10 -06:00
"@clerk/nextjs": "^4.29.5",
2023-09-10 16:02:13 -05:00
"@codemirror/commands": "^6.2.5",
2023-09-10 12:14:23 -05:00
"@codemirror/lang-markdown": "^6.2.0",
"@codemirror/language": "^6.9.0",
"@codemirror/language-data": "^6.3.1",
"@codemirror/state": "^6.2.1",
"@codemirror/view": "^6.18.0",
2023-09-10 16:02:13 -05:00
"@lezer/highlight": "^1.1.6",
2023-09-09 17:02:12 -05:00
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
2023-09-11 00:40:14 -05:00
"@types/react-syntax-highlighter": "^15.5.7",
2023-09-18 09:51:42 -05:00
"@vercel/analytics": "^1.0.2",
2023-09-09 17:02:12 -05:00
"autoprefixer": "10.4.15",
2023-09-10 12:14:23 -05:00
"codemirror": "^6.0.1",
2023-09-09 19:16:08 -05:00
"convex": "^1.2.1",
2023-09-11 20:20:52 -05:00
"encoding": "^0.1.13",
2023-09-09 17:02:12 -05:00
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
2023-09-16 11:41:08 -05:00
"eslint-plugin-prettier": "^5.0.0",
2024-02-01 16:10:10 -06:00
"next": "^13.5.6",
2023-09-09 21:39:08 -05:00
"next-themes": "^0.2.1",
2023-09-11 20:20:52 -05:00
"nextjs-toploader": "^1.4.2",
"nprogress": "^0.2.0",
2024-02-01 16:10:10 -06:00
"postcss": "^8.4.33",
2023-09-16 11:41:08 -05:00
"prettier": "^3.0.3",
2023-09-09 17:02:12 -05:00
"react": "18.2.0",
"react-dom": "18.2.0",
2023-09-09 21:39:08 -05:00
"react-icons": "^4.11.0",
2023-09-10 16:02:13 -05:00
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
2023-09-11 21:35:12 -05:00
"remark-emoji": "^4.0.0",
2023-09-10 16:02:13 -05:00
"remark-gfm": "^3.0.1",
"svix": "^1.11.0",
2023-09-09 17:02:12 -05:00
"tailwindcss": "3.3.3",
2023-09-11 20:20:52 -05:00
"typescript": "5.2.2"
2023-09-16 11:41:08 -05:00
},
"devDependencies": {
"eslint-config-prettier": "^9.0.0"
2023-09-09 17:02:12 -05:00
}
2023-09-11 20:20:52 -05:00
}