-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.97 KB
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
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"https": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write ."
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@google/genai": "^1.44.0",
"@tanstack/react-query": "5.83.0",
"clsx": "2.1.1",
"next": "^14.2.35",
"next-themes": "0.4.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.60.0",
"react-markdown": "9.1.0",
"react-spinners": "0.17.0",
"react-syntax-highlighter": "^16.1.1",
"rehype-slug": "6.0.0",
"remark-breaks": "4.0.0",
"remark-gfm": "4.0.1",
"remove-markdown": "0.6.2",
"tailwind-merge": "2.6.0",
"zustand": "5.0.6"
},
"devDependencies": {
"@eslint/config-array": "0.18.0",
"@eslint/object-schema": "2.1.4",
"@next/eslint-plugin-next": "15.1.6",
"@svgr/webpack": "8.1.0",
"@tailwindcss/typography": "0.5.15",
"@tanstack/eslint-plugin-query": "5.62.9",
"@tanstack/react-query-devtools": "5.83.0",
"@types/node": "20.16.5",
"@types/react": "18.3.6",
"@types/react-dom": "18.3.0",
"@types/react-syntax-highlighter": "15.5.13",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.23",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-tailwindcss": "3.17.5",
"postcss": "8.4.47",
"prettier": "3.6.2",
"prettier-plugin-tailwindcss": "0.6.6",
"svgo": "3.3.2",
"tailwindcss": "3.4.11",
"typescript": "5.8.3",
"typescript-eslint": "8.5.0"
}
}