-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.31 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
{
"name": "f1-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"",
"format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\"",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@auth/core": "^0.9.0",
"@auth/mongodb-adapter": "^1.0.0",
"@auth/nextjs": "^0.0.0-380f8d56",
"@faker-js/faker": "^8.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@reduxjs/toolkit": "^1.9.5",
"@types/bcrypt": "^5.0.0",
"@types/js-cookie": "^3.0.3",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"bcrypt": "^5.1.0",
"classnames": "^2.3.2",
"eslint-config-next": "13.4.8",
"focus-trap-react": "^10.2.1",
"framer-motion": "^10.12.18",
"highlight.js": "^11.8.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.259.0",
"mongodb": "^5.7.0",
"ms": "^2.1.3",
"next": "^13.4.9",
"next-auth": "^4.22.1",
"next-mdx-remote": "^4.4.1",
"next-redux-wrapper": "^8.1.0",
"next-sitemap": "^4.1.8",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-redux": "^8.1.1",
"react-twitter-embed": "^4.0.4",
"redux-persist": "^6.0.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-highlight": "^6.0.0",
"rehype-slug": "^5.1.0",
"remark": "^14.0.3",
"sharp": "^0.32.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.2",
"typescript": "5.1.6"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.3.0"
}
}