-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.44 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
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"fileFormat": "prettier --write"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.6.3",
"@popperjs/core": "^2.11.5",
"@tailwindcss/typography": "^0.5.2",
"@tiptap/extension-bold": "^2.0.0-beta.26",
"@tiptap/extension-character-count": "^2.0.0-beta.26",
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.31",
"@tiptap/extension-image": "^2.0.0-beta.27",
"@tiptap/extension-italic": "^2.0.0-beta.26",
"@tiptap/extension-link": "^2.0.0-beta.37",
"@tiptap/extension-text-align": "^2.0.0-beta.29",
"@tiptap/extension-underline": "^2.0.0-beta.23",
"@tiptap/react": "^2.0.0-beta.109",
"@tiptap/starter-kit": "^2.0.0-beta.184",
"aws-sdk": "^2.1135.0",
"axios": "^0.26.1",
"bcryptjs": "^2.4.3",
"classnames": "^2.3.1",
"cors": "^2.8.5",
"dayjs": "^1.11.1",
"debug": "^4.3.4",
"dotenv": "^16.0.0",
"helmet": "^5.0.2",
"html-to-text": "^8.2.0",
"intl-tel-input": "^17.0.15",
"jose": "^4.6.2",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"mongoose": "^6.0.12",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"next": "12.1.0",
"nodemailer": "^6.4.13",
"react": "17.0.2",
"react-cookie": "^4.1.1",
"react-dom": "17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-highlight-words": "^0.18.0",
"react-hook-form": "^7.31.1",
"react-popper": "^2.2.5",
"react-select": "^5.3.1",
"react-textarea-autosize": "^8.3.4",
"showdown": "^2.0.3",
"styled-components": "^5.3.5",
"styled-jsx": "^5.0.2",
"web-push": "^3.5.0"
},
"devDependencies": {
"@iconify/react": "^3.2.1",
"@types/bcryptjs": "^2.4.2",
"@types/debug": "^4.1.7",
"@types/html-to-text": "^8.1.0",
"@types/intl-tel-input": "^17.0.4",
"@types/lodash": "^4.14.182",
"@types/multer": "^1.4.7",
"@types/nodemailer": "^6.4.4",
"@types/react": "^17.0.44",
"@types/react-google-recaptcha": "^2.1.5",
"@types/showdown": "^2.0.0",
"@types/web-push": "^3.3.2",
"autoprefixer": "^10.4.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.7",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.4"
}
}