-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
executable file
·52 lines (52 loc) · 1.36 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
{
"name": "collective",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@lexical/react": "^0.11.2",
"@next/font": "13.1.6",
"@slack/webhook": "^6.1.0",
"@splidejs/react-splide": "^0.7.12",
"@stripe/react-stripe-js": "^2.1.2",
"@stripe/stripe-js": "^2.1.0",
"@supabase/supabase-js": "^2.10.0",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.28.0",
"daisyui": "^2.50.2",
"date-fns": "^2.30.0",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"html2pdf.js": "^0.10.1",
"lexical": "^0.11.2",
"micro": "^10.0.1",
"next": "13.1.6",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-day-picker": "^8.8.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.3",
"react-select": "^5.7.0",
"rss-to-json": "^2.1.1",
"sass": "^1.65.1",
"sharp": "^0.31.3",
"stripe": "^13.0.0",
"superinference": "^0.2.11",
"use-local-storage": "^2.3.6",
"victory": "^36.6.8",
"vis-data": "^7.1.4",
"vis-network": "^9.1.4",
"wordpress-posts-react": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}