-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.4",
"@react-oauth/google": "^0.12.1",
"@types/mdx": "^2.0.10",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@types/react-select": "^5.0.1",
"appwrite": "^13.0.1",
"framer-motion": "^10.12.17",
"next": "13.4.4",
"next-mdx-remote": "^4.4.1",
"prettier": "^3.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.48.2",
"react-select": "^5.8.0",
"rehype-pretty-code": "^0.12.3",
"remark-emoji": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-parse": "^10.0.1",
"shikiji": "^0.9.0",
"typescript": "5.0.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/prettier": "^3.0.0",
"autoprefixer": "^10.4.14",
"daisyui": "^4.0.7",
"encoding": "^0.1.13",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.24",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2"
}
}