nxc-host/package.json

33 lines
779 B
JSON
Raw Normal View History

2023-10-31 02:50:40 +01:00
{
"name": "nxc-host",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"cath": "^1.5.23",
"mongodb": "^5.2.0",
"multer": "^1.4.2",
"multer-gridfs-storage": "^5.0.2",
"next": "13.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-highlight": "^0.15.0",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/mongodb": "^4.0.7",
"@types/multer": "^1.4.7",
"@types/multer-gridfs-storage": "^4.0.5",
"@types/node": "^18.15.11",
"@types/react-highlight": "^0.12.5"
},
"author": "Night Kaly",
"license": "GNU General Public License v3.0"
}