-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.52 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "yarn setup && next build",
"start": "next start",
"lint": "next lint",
"setup": "NODE_OPTIONS='--experimental-json-modules' node ./scripts/setup.mjs"
},
"dependencies": {
"@auth/mongodb-adapter": "^2.0.7",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.6",
"@next-auth/mongodb-adapter": "^1.0.3",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@tanstack/react-query": "^5.12.2",
"@tanstack/react-query-devtools": "^5.12.2",
"@types/node": "^17.0.21",
"@types/react": "^18.0.11",
"argon2": "^0.31.2",
"avvvatars-react": "^0.4.2",
"dotenv": "^16.0.1",
"flowbite": "^2.2.1",
"js-cookie": "^3.0.1",
"mongodb": "^4.6.0",
"next": "^13.5.6",
"next-auth": "^4.3.1",
"next-cloudinary": "^5.20.0",
"next-mdx-remote": "^4.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.0.1",
"react-textarea-autosize": "^8.3.4",
"remark": "^14.0.2",
"remark-mdx": "^2.1.1",
"swr": "^2.0.0-beta.1"
},
"devDependencies": {
"@faker-js/faker": "^7.1.0",
"@types/bcrypt": "^5.0.2",
"@types/js-cookie": "^3.0.2",
"@types/react": "^18.0.11",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.4",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.12",
"prettier": "3.2.4",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.2"
}
}