-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
93 lines (93 loc) · 2.8 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "blogstreak",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@headlessui/react": "^2.1.0",
"@heroicons/react": "latest",
"@mlc-ai/web-llm": "0.2.35",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@serwist/next": "^9.0.2",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"@tailwindcss/forms": "^0.5.7",
"@tanstack/react-query": "^5.17.19",
"@tanstack/react-query-devtools": "^5.17.19",
"@tiptap/core": "^2.0.0",
"@tiptap/extension-color": "^2.1.16",
"@tiptap/extension-image": "^2.4.0",
"@tiptap/extension-link": "2.3.0",
"@tiptap/extension-list-item": "^2.1.16",
"@tiptap/extension-placeholder": "^2.3.2",
"@tiptap/extension-text-style": "^2.1.16",
"@tiptap/html": "^2.1.16",
"@tiptap/pm": "^2.1.16",
"@tiptap/react": "^2.1.16",
"@tiptap/starter-kit": "^2.1.16",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"framer-motion": "^11.2.11",
"lucide-react": "^0.376.0",
"meilisearch": "^0.40.0",
"next": "14.0.4",
"next-themes": "^0.3.0",
"next-view-transitions": "^0.2.0",
"openai": "4.42.0",
"react": "^18",
"react-colorful": "^5.6.1",
"react-dom": "^18",
"react-hook-form": "^7.50.1",
"react-markdown": "9.0.1",
"react-resizable-panels": "^2.0.19",
"react-responsive": "^10.0.0",
"react-scrollbars-custom": "^4.1.1",
"react-sticky-el": "^2.1.0",
"remark-gfm": "1.0.0",
"sonner": "^1.4.0",
"sse.js": "^2.4.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"url-slug": "^4.0.1",
"use-debounce": "^10.0.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/eslint-plugin": "^7.23.5",
"@shopify/eslint-plugin": "45.0.0",
"@tailwindcss/typography": "^0.5.10",
"@types/json-schema": "^7.0.15",
"@types/node": "^20",
"@types/phoenix": "^1.6.4",
"@types/prop-types": "^15.7.12",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/semver": "^7.5.8",
"autoprefixer": "^10.4.16",
"encoding": "^0.1.13",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-sort-class-members": "^1.20.0",
"json5": "^2.2.3",
"postcss": "^8.4.33",
"prettier": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.11",
"serwist": "^9.0.2",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"webpack": "^5.91.0"
}
}