-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "adies_capstones_directory",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node --experimental-top-level-await ./node_modules/.bin/next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "ECHO $POSTGRES_PRISMA_URL"
},
"engines": {
"node": "18.x"
},
"dependencies": {
"@auth0/nextjs-auth0": "^2.4.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"@hookform/resolvers": "^3.1.0",
"@next-auth/prisma-adapter": "^1.0.6",
"@nextui-org/react": "^1.0.0-beta.13",
"@prisma/client": "^4.16.2",
"@types/jsonwebtoken": "^9.0.1",
"@types/multer": "^1.4.7",
"@types/pg": "^8.6.6",
"@types/pg-pool": "^2.0.3",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-select": "^5.0.1",
"@types/validator": "^13.7.15",
"@types/zxcvbn": "^4.4.1",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.37.0",
"dotenv": "^16.0.3",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"handlebars": "^4.7.7",
"jsonwebtoken": "^9.0.0",
"lodash.debounce": "^4.0.8",
"multer": "^1.4.5-lts.1",
"next": "^14.0.4",
"next-auth": "^4.22.1",
"next-cloudinary": "^4.10.1",
"next-images": "^1.8.5",
"nodemailer": "^6.9.1",
"pg": "^8.10.0",
"pg-pool": "^3.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.10",
"react-hook-form": "^7.43.9",
"react-icons": "^4.11.0",
"react-multi-select-component": "^4.3.4",
"react-router-dom": "^6.10.0",
"react-select": "^5.7.3",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.2",
"sharp": "^0.32.6",
"validator": "^13.9.0",
"zod": "^3.21.4",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/lodash": "^4.14.198",
"@types/node": "^18.16.19",
"@types/nodemailer": "^6.4.7",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^8.3.2",
"prettier-plugin-prisma": "^4.12.0",
"prisma": "^4.16.2",
"tailwindcss": "^3.3.1",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"typescript": "^4.4.3"
},
"prisma": {
"seed": "ts-node -P tsconfig-seed.json -r tsconfig-paths/register --transpileOnly prisma/seed.ts"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VidaMaleki/Adies_capstones_directory.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/VidaMaleki/Adies_capstones_directory/issues"
},
"homepage": "https://github.com/VidaMaleki/Adies_capstones_directory#readme"
}