-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
116 lines (116 loc) · 3.69 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "fanweekend.pt",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm run generate && next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"ui:add-component": "shadcn-ui add",
"generate": "pnpm run '/^generate:.*/'",
"generate:favicon": "node tools/generate-favicon.js",
"generate:icons": "node tools/generate-icons.js",
"generate:icon-svg": "mkdir -p 'src/app/(icons)' && cp 'assets/images/pdcfw.svg' 'src/app/(icons)/icon.svg'",
"slicemachine": "start-slicemachine"
},
"dependencies": {
"@clerk/nextjs": "^5.7.5",
"@hookform/resolvers": "^3.3.4",
"@icons-pack/react-simple-icons": "^9.4.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.3",
"@prismicio/client": "^7.5.0",
"@prismicio/next": "^1.6.0",
"@prismicio/react": "^2.8.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toggle": "^1.0.3",
"@react-hook/throttle": "^2.2.0",
"@t3-oss/env-nextjs": "^0.9.2",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.45.1",
"@trpc/next": "^10.45.1",
"@trpc/react-query": "^10.45.1",
"@trpc/server": "^10.45.1",
"@types/mdx": "^2.0.11",
"@vercel/edge-config": "^1.1.1",
"@vercel/kv": "^1.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.1",
"google-auth-library": "^9.6.3",
"google-spreadsheet": "^4.1.1",
"ical-generator": "^6.0.1",
"lucide-react": "^0.354.0",
"next": "^14.1.3",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.12",
"react": "18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.0",
"react-markdown": "^9.0.1",
"react-use": "^17.5.0",
"rehype-stringify": "^10.0.0",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-stringify": "^11.0.0",
"server-only": "^0.0.1",
"stale-while-revalidate-cache": "^3.3.0",
"strip-markdown": "^6.0.0",
"superjson": "^2.2.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"to-vfile": "^8.0.0",
"unified": "^11.0.4",
"vfile": "^6.0.1",
"vfile-matter": "^5.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@slicemachine/adapter-next": "^0.3.41",
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.25",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"autoprefixer": "^10.4.18",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"mkdirp": "^3.0.1",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"shadcn-ui": "^0.8.0",
"sharp": "^0.33.2",
"sharp-ico": "^0.1.5",
"slice-machine-ui": "^2.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"ct3aMetadata": {
"initVersion": "7.25.2"
},
"packageManager": "[email protected]"
}