31 lines
694 B
JSON
31 lines
694 B
JSON
{
|
|
"name": "zeekerwatchman-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"next": "^15.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"@monaco-editor/react": "^4.6.0",
|
|
"react-dropzone": "^14.2.0",
|
|
"zustand": "^5.0.0",
|
|
"react-hot-toast": "^2.4.0",
|
|
"react-virtuoso": "^4.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.5.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@types/node": "^22.0.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"postcss": "^8.4.0",
|
|
"autoprefixer": "^10.4.0"
|
|
}
|
|
}
|