TrollCallAPIs/package.json
2023-06-26 21:56:32 -05:00

42 lines
1.1 KiB
JSON

{
"devDependencies": {
"@types/cookie": "^0.5.1",
"@types/express": "^4.17.17",
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.1",
"concurrently": "^8.2.0",
"nodemon": "^2.0.22",
"tsc-alias": "^1.8.6",
"typescript": "^5.1.3"
},
"name": "trollcallquick",
"version": "0.1.0",
"main": "dist/index.js",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"author": "MeowcaTheoRange",
"license": "ISC",
"description": "",
"dependencies": {
"@types/cookie-parser": "^1.4.3",
"@types/react": "^18.2.14",
"body-parser": "^1.20.2",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.0",
"express": "^4.18.2",
"lodash": "^4.17.21",
"mongodb": "^5.6.0",
"nanoid": "^3.3.6",
"next": "^13.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsconfig-paths": "^4.2.0",
"yup": "^1.2.0"
}
}