-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.42 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
{
"name": "securenote",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.1",
"@types/multer": "^1.4.7",
"@types/react-redux": "^7.1.25",
"axios": "^1.2.5",
"bcryptjs": "^2.4.3",
"colors": "^1.4.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dayjs": "^1.11.7",
"dompurify": "^2.4.3",
"dotenv": "^16.0.3",
"formik": "^2.2.9",
"install": "^0.13.0",
"joi": "^17.7.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.9.0",
"mongoose-slug-updater": "^3.3.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"next": "^12.3.1",
"next-connect": "^0.13.0",
"next-redux-wrapper": "^8.1.0",
"npm": "^9.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^3.1.4",
"react-icons": "^4.7.1",
"react-quill": "^2.0.0",
"react-redux": "^8.0.5",
"react-toastify": "^9.1.1",
"react-web-share": "^2.0.2",
"redux": "^4.2.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"autoprefixer": "^10.4.13",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "4.9.4"
}
}