TrollCallAPIs/package.json

50 lines
1.3 KiB
JSON
Raw Normal View History

2023-06-19 05:16:00 +00:00
{
"devDependencies": {
2023-06-27 02:56:32 +00:00
"@types/cookie": "^0.5.1",
2023-06-19 05:16:00 +00:00
"@types/express": "^4.17.17",
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.1",
"concurrently": "^8.2.0",
"eslint": "^8.49.0",
2023-06-19 05:16:00 +00:00
"nodemon": "^2.0.22",
"tsc-alias": "^1.8.6",
"typescript": "^5.1.3"
},
"name": "trollcallquick",
"version": "0.1.0",
"main": "dist/index.js",
2023-06-27 02:56:32 +00:00
"private": true,
2023-06-19 05:16:00 +00:00
"scripts": {
2023-06-27 02:56:32 +00:00
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
2023-06-19 05:16:00 +00:00
},
"author": "MeowcaTheoRange",
"license": "ISC",
"description": "",
"dependencies": {
"@types/cookie-parser": "^1.4.3",
2023-08-07 23:29:30 +00:00
"@types/crypto-js": "^4.1.1",
2023-06-27 02:56:32 +00:00
"@types/react": "^18.2.14",
"argon2": "^0.31.1",
2023-06-19 05:16:00 +00:00
"body-parser": "^1.20.2",
2023-06-27 02:56:32 +00:00
"cookie": "^0.5.0",
2023-06-19 05:16:00 +00:00
"cookie-parser": "^1.4.6",
2023-08-29 19:52:02 +00:00
"cookies-next": "^3.0.0",
2023-08-07 23:29:30 +00:00
"crypto-js": "^4.1.1",
2023-06-19 05:16:00 +00:00
"dotenv": "^16.3.0",
"express": "^4.18.2",
"formik": "^2.4.4",
2023-06-19 05:16:00 +00:00
"lodash": "^4.17.21",
"mongodb": "^5.6.0",
"nanoid": "^3.3.6",
2023-06-27 02:56:32 +00:00
"next": "^13.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
2023-06-19 05:16:00 +00:00
"tsconfig-paths": "^4.2.0",
"yup": "^1.2.0"
}
}