-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.29 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
{
"name": "next-auth-credentials",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev2": "next dev -H 192.168.1.90",
"build": "next build",
"start": "next start",
"prod": "cross-env MONGO_URI=$(grep MONGO_URI .env.production | cut -d '=' -f 2-) next dev",
"lint": "next lint",
"lint:fix": "eslint . --fix",
"deploy:test": "vercel",
"deploy:prod": "vercel --prod --debug"
},
"peerOptionalDependencies": {
"mongodb": "^4.0.1"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.8.1",
"@svgr/webpack": "^8.1.0",
"@typescript-eslint/typescript-estree": "^5.55.0",
"@vercel/analytics": "^1.4.1",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"browser-image-compression": "^2.0.2",
"classnames": "^2.3.1",
"cloudinary-react": "^1.8.1",
"color": "^4.2.3",
"date-fns": "^2.28.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"form-data": "^4.0.0",
"formidable": "^2.1.1",
"formidable-serverless": "^1.1.1",
"formik": "^2.2.9",
"i": "^0.3.7",
"mapbox-gl": "^2.8.2",
"next": "^15.1.2",
"next-auth": "^4.24.11",
"next-connect": "^0.13.0",
"nodemailer": "^6.9.1",
"npm": "^11.0.0",
"prettier": "^2.8.4",
"rc-tooltip": "^6.0.1",
"react": "^18.2.0",
"react-cookie": "^7.2.2",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-feather": "^2.0.9",
"react-hot-toast": "^2.2.0",
"react-linkify": "^1.0.0-alpha",
"react-loading-skeleton": "^3.2.0",
"react-map-gl": "^7.0.13",
"react-phone-number-input": "^3.2.13",
"react-responsive-modal": "^6.2.0",
"react-select": "^5.3.2",
"react-select-async-paginate": "^0.6.1",
"react-slider": "^2.0.1",
"sas": "^3.0.4",
"sass": "^1.59.3",
"typescript-eslint": "^0.0.1-alpha.0",
"use-debounce": "^8.0.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "18.11.10",
"@types/react": "18.0.26",
"autoprefixer": "^10.4.7",
"cross-env": "^7.0.3",
"dotenv-cli": "^7.1.0",
"eslint": "^7.32.0",
"eslint-config-next": "11.0.1",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"typescript": "^4.4.4"
},
"optionalDependencies": {
"mongodb": "^3.6.0"
}
}