-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.96 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
{
"private": true,
"scripts": {
"dev": "NODE_ENV=development NODE_OPTIONS='--inspect' next dev -p 8016",
"build": "NODE_ENV=production next build",
"start": "node_modules/next/dist/bin/next start -p $PORT",
"find:unused": "next-unused",
"lint": "eslint ./ --ext js,jsx"
},
"dependencies": {
"@cloudinary/react": "^1.2.2",
"@cloudinary/url-gen": "^1.7.0",
"@fullhuman/postcss-purgecss": "github:fullhuman/postcss-purgecss",
"@hapi/iron": "6.0.0",
"axios": "^0.26.1",
"bcrypt": "^5.0.1",
"cloudinary": "^1.29.0",
"cloudinary-core": "^2.12.3",
"cloudinary-react": "^1.7.2",
"connect-mongo": "^4.6.0",
"cookie": "0.4.0",
"cookie-parser": "^1.4.5",
"critters": "0.0.10",
"crypto": "^1.0.1",
"daisyui": "^1.14.0",
"dotenv": "^10.0.0",
"email-validator": "^2.0.4",
"esri-leaflet-geocoder": "^3.1.2",
"express-session": "^1.17.2",
"express-validator": "^6.12.1",
"form-data": "^4.0.0",
"indicative": "^7.4.4",
"leaflet": "^1.7.1",
"leaflet-routing-machine": "^3.2.12",
"lodash.isequal": "^4.5.0",
"mailgun-js": "^0.22.0",
"mailgun.js": "^3.6.1",
"moment": "^2.29.2",
"mongoose": "^6.2.10",
"morgan": "^1.10.0",
"next": "^12.1.4",
"next-auth": "^3.29.1",
"next-connect": "^0.10.2",
"next-cookie": "^2.7.0",
"next-cookies": "^2.0.3",
"next-session": "^3.4.3",
"nextjs-cors": "^2.1.1",
"nextjs-progressbar": "0.0.13",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.1",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-typeahead": "^2.0.0-alpha.8",
"sass": "^1.49.11",
"swr": "^0.1.18",
"tailwindcss": "^3.0.24",
"terser-webpack-plugin": "^5.3.1",
"uuid": "^8.3.2",
"uuidv4": "6.2.5",
"vm-browserify": "^1.1.2"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"aws-sdk": "^2.1109.0",
"eslint": "^7.32.0",
"eslint-config-next": "^12.1.4",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-react": "^7.29.4",
"html-loader": "^2.1.2",
"mock-aws-s3": "^4.0.2",
"next-unused": "0.0.6",
"nock": "^13.2.4",
"postcss": "^8.4.12"
},
"next-unused": {
"alias": {},
"include": [
"components",
"pages",
"lib",
"middleware",
"utils"
],
"exclude": [],
"entrypoints": []
}
}