-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.77 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
{
"name": "jobspot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.0",
"axios": "^1.2.6",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"cloudinary": "^1.28.1",
"cookies-next": "^2.0.4",
"file-saver": "^2.0.5",
"filepond-plugin-file-encode": "^2.1.10",
"filepond-plugin-file-validate-type": "^1.2.6",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.10",
"jsonwebtoken": "^8.5.1",
"lottie-react": "^2.2.1",
"mini-svg-data-uri": "^1.4.4",
"moment": "^2.29.1",
"multer": "^1.4.4",
"multer-storage-cloudinary": "^4.0.0",
"next": "12.1.0",
"next-connect": "^0.12.2",
"nextjs-progressbar": "^0.0.16",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-filepond": "^7.1.1",
"react-google-login": "^5.2.2",
"react-icons": "^4.3.1",
"react-rainbow-components": "^1.3.1",
"react-redux": "^7.2.6",
"react-spinners": "^0.11.0",
"react-toastify": "^8.2.0",
"redux-persist": "^6.0.0",
"usehooks-ts": "^2.4.2"
},
"devDependencies": {
"@prisma/client": "^4.9.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/line-clamp": "^0.3.1",
"autoprefixer": "^10.4.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.8",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"prisma": "^4.9.0",
"tailwindcss": "^3.0.23"
}
}