-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 2.88 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
99
100
101
102
{
"name": "file-trade-mark",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "node server",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mdi/js": "^7.0.96",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.3",
"@reduxjs/toolkit": "^1.8.5",
"@stripe/react-stripe-js": "^2.1.1",
"@stripe/stripe-js": "^1.54.1",
"axios": "^1.4.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"chart.js": "^3.9.1",
"cookies": "^0.8.0",
"cors": "^2.8.5",
"css-loader": "^6.5.2",
"dotenv": "^16.1.4",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"express": "^4.18.2",
"formik": "^2.2.9",
"fs": "^0.0.1-security",
"google-auth-library": "^8.8.0",
"google-map-react": "^2.2.1",
"https": "^1.0.0",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^8.5.1",
"mini-css-extract-plugin": "^2.7.6",
"mongoose": "^7.2.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"natural": "^6.5.0",
"next": "^13.4.4",
"nodemailer": "^6.9.3",
"nodemon": "^2.0.22",
"nookies": "^2.5.2",
"numeral": "^2.0.6",
"path": "^0.12.7",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"postcss-import": "^14.1.0",
"postcss-loader": "^6.1.1",
"postcss-nesting": "^11.2.2",
"react": "^18.2.0",
"react-avatar": "^5.0.3",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-google-autocomplete": "^2.7.3",
"react-icons": "^4.9.0",
"react-phone-input-2": "^2.15.1",
"react-redux": "^8.0.2",
"react-swipeable-views-react-18-fix": "^0.14.1",
"sass": "^1.62.1",
"sass-loader": "^13.3.0",
"socket.io": "^4.7.1",
"socket.io-client": "^4.7.1",
"string-similarity": "^4.0.4",
"stripe": "^12.12.0",
"style-loader": "^3.3.1",
"swr": "^1.3.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@types/bcryptjs": "^2.4.2",
"@types/cookies": "^0.7.7",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/mongodb": "^4.0.7",
"@types/multer": "^1.4.7",
"@types/mysql": "^2.15.21",
"@types/node": "18.7.16",
"@types/nodemailer": "^6.4.8",
"@types/numeral": "^2.0.2",
"@types/react-redux": "^7.1.24",
"@types/react-swipeable-views": "^0.13.2",
"@types/string-similarity": "^4.0.0",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.23.1",
"eslint-config-next": "^13.0.4",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"tailwindcss": "^3.3.0",
"typescript": "^4.8.3"
}
}