-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 911 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 911 Bytes
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
{
"name": "coding-journal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@reduxjs/toolkit": "^1.9.7",
"bcryptjs": "^2.4.3",
"cookie": "^0.6.0",
"formik": "^2.4.5",
"framer-motion": "^10.16.12",
"jose": "^5.1.1",
"js-cookie": "^3.0.5",
"mongoose": "^8.0.1",
"next": "13.5.6",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.12.0",
"react-redux": "^8.1.3",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^9.1.3",
"react-web-share": "^2.0.2",
"redux-persist": "^6.0.0",
"yup": "^1.3.2"
},
"devDependencies": {
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.6",
"postcss": "^8",
"tailwindcss": "^3"
}
}