Skip to content

Commit 979c326

Browse files
committed
Ooops... forgot to add the postbuild script.
1 parent 6f0b72e commit 979c326

File tree

1 file changed

+126
-125
lines changed

1 file changed

+126
-125
lines changed

apps/website/package.json

Lines changed: 126 additions & 125 deletions
Original file line numberDiff line numberDiff line change
@@ -1,129 +1,130 @@
11
{
2-
"name": "@fluster/website",
3-
"version": "0.1.3",
4-
"funding": [
5-
{
6-
"type": "paypal",
7-
"url": "https://www.paypal.com/ncp/payment/D6S6NP4AHJD6Y"
2+
"name": "@fluster/website",
3+
"version": "0.1.3",
4+
"funding": [
5+
{
6+
"type": "paypal",
7+
"url": "https://www.paypal.com/ncp/payment/D6S6NP4AHJD6Y"
8+
},
9+
{
10+
"type": "patreon",
11+
"url": "https://www.patreon.com/uhlittlelessdum/about"
12+
},
13+
{
14+
"type": "github",
15+
"url": "https://github.com/flusterIO/fluster"
16+
}
17+
],
18+
"private": true,
19+
"scripts": {
20+
"build": "next build",
21+
"postbuild": "next-sitemap",
22+
"dev": "next dev",
23+
"lint": "next lint",
24+
"start": "next start",
25+
"transpileTailwind": "tsc -p ./tsconfig.tailwind.json",
26+
"typecheck": "tsc --noEmit -p ./tsconfig.json"
827
},
9-
{
10-
"type": "patreon",
11-
"url": "https://www.patreon.com/uhlittlelessdum/about"
28+
"dependencies": {
29+
"@content-collections/core": "^0.9.1",
30+
"@content-collections/mdx": "^0.2.2",
31+
"@content-collections/next": "^0.2.4",
32+
"@fumadocs/content-collections": "latest",
33+
"@hookform/resolvers": "^5.0.1",
34+
"@next/third-parties": "^15.3.2",
35+
"@prisma/client": "^6.8.2",
36+
"@prisma/nextjs-monorepo-workaround-plugin": "^6.8.2",
37+
"@radix-ui/react-accordion": "^1.2.11",
38+
"@radix-ui/react-alert-dialog": "^1.1.14",
39+
"@radix-ui/react-aspect-ratio": "^1.1.7",
40+
"@radix-ui/react-avatar": "^1.1.10",
41+
"@radix-ui/react-checkbox": "^1.3.2",
42+
"@radix-ui/react-collapsible": "^1.1.11",
43+
"@radix-ui/react-context-menu": "^2.2.15",
44+
"@radix-ui/react-dialog": "^1.1.14",
45+
"@radix-ui/react-dropdown-menu": "^2.1.15",
46+
"@radix-ui/react-hover-card": "^1.1.14",
47+
"@radix-ui/react-label": "^2.1.7",
48+
"@radix-ui/react-menubar": "^1.1.15",
49+
"@radix-ui/react-navigation-menu": "^1.2.13",
50+
"@radix-ui/react-popover": "^1.1.14",
51+
"@radix-ui/react-progress": "^1.1.7",
52+
"@radix-ui/react-radio-group": "^1.3.7",
53+
"@radix-ui/react-scroll-area": "^1.2.9",
54+
"@radix-ui/react-select": "^2.2.5",
55+
"@radix-ui/react-separator": "^1.1.7",
56+
"@radix-ui/react-slider": "^1.3.5",
57+
"@radix-ui/react-slot": "^1.2.3",
58+
"@radix-ui/react-switch": "^1.2.5",
59+
"@radix-ui/react-tabs": "^1.1.12",
60+
"@radix-ui/react-toggle": "^1.1.9",
61+
"@radix-ui/react-toggle-group": "^1.1.10",
62+
"@radix-ui/react-tooltip": "^1.2.7",
63+
"@reduxjs/toolkit": "2.8.2",
64+
"@shikijs/transformers": "3.4.2",
65+
"@shikijs/twoslash": "^3.4.2",
66+
"@trpc/client": "^11.4.2",
67+
"@trpc/server": "^11.4.2",
68+
"@types/mdx": "2.0.13",
69+
"@use-gesture/vanilla": "^10.3.1",
70+
"@vercel/postgres": "^0.10.0",
71+
"class-variance-authority": "^0.7.1",
72+
"clsx": "2.1.1",
73+
"cmdk": "^1.1.1",
74+
"date-fns": "^4.1.0",
75+
"dotenv": "^16.5.0",
76+
"embla-carousel-react": "^8.6.0",
77+
"framer-motion": "^12.15.0",
78+
"fumadocs-core": "latest",
79+
"fumadocs-docgen": "latest",
80+
"fumadocs-mdx": "^11.6.9",
81+
"fumadocs-python": "^0.0.3",
82+
"fumadocs-twoslash": "latest",
83+
"fumadocs-typescript": "^4.0.6",
84+
"fumadocs-ui": "latest",
85+
"input-otp": "^1.4.2",
86+
"lethargy": "^1.0.9",
87+
"lucide-react": "^0.510.0",
88+
"mathjax-full": "3.2.2",
89+
"mermaid": "^11.7.0",
90+
"mini-svg-data-uri": "^1.4.4",
91+
"next": "15.3.2",
92+
"next-sitemap": "^4.2.3",
93+
"next-themes": "^0.4.6",
94+
"popmotion": "^11.0.5",
95+
"prisma": "^6.10.1",
96+
"react": "^19.0.0",
97+
"react-day-picker": "^9.7.0",
98+
"react-dom": "^19.0.0",
99+
"react-hook-form": "^7.56.3",
100+
"react-redux": "9.2.0",
101+
"react-resizable-panels": "^3.0.3",
102+
"react-responsive": "10.0.1",
103+
"recharts": "^3.0.0",
104+
"rehype-mathjax": "7.1.0",
105+
"remark-emoji": "5.0.1",
106+
"remark-math": "6.0.0",
107+
"sass": "^1.89.0",
108+
"shiki": "3.3.0",
109+
"sonner": "^2.0.5",
110+
"vaul": "^1.1.2",
111+
"zod": "^3.24.4"
12112
},
13-
{
14-
"type": "github",
15-
"url": "https://github.com/flusterIO/fluster"
16-
}
17-
],
18-
"private": true,
19-
"scripts": {
20-
"build": "next build",
21-
"dev": "next dev",
22-
"lint": "next lint",
23-
"start": "next start",
24-
"transpileTailwind": "tsc -p ./tsconfig.tailwind.json",
25-
"typecheck": "tsc --noEmit -p ./tsconfig.json"
26-
},
27-
"dependencies": {
28-
"@content-collections/core": "^0.9.1",
29-
"@content-collections/mdx": "^0.2.2",
30-
"@content-collections/next": "^0.2.4",
31-
"@fumadocs/content-collections": "latest",
32-
"@hookform/resolvers": "^5.0.1",
33-
"@next/third-parties": "^15.3.2",
34-
"@prisma/client": "^6.8.2",
35-
"@prisma/nextjs-monorepo-workaround-plugin": "^6.8.2",
36-
"@radix-ui/react-accordion": "^1.2.11",
37-
"@radix-ui/react-alert-dialog": "^1.1.14",
38-
"@radix-ui/react-aspect-ratio": "^1.1.7",
39-
"@radix-ui/react-avatar": "^1.1.10",
40-
"@radix-ui/react-checkbox": "^1.3.2",
41-
"@radix-ui/react-collapsible": "^1.1.11",
42-
"@radix-ui/react-context-menu": "^2.2.15",
43-
"@radix-ui/react-dialog": "^1.1.14",
44-
"@radix-ui/react-dropdown-menu": "^2.1.15",
45-
"@radix-ui/react-hover-card": "^1.1.14",
46-
"@radix-ui/react-label": "^2.1.7",
47-
"@radix-ui/react-menubar": "^1.1.15",
48-
"@radix-ui/react-navigation-menu": "^1.2.13",
49-
"@radix-ui/react-popover": "^1.1.14",
50-
"@radix-ui/react-progress": "^1.1.7",
51-
"@radix-ui/react-radio-group": "^1.3.7",
52-
"@radix-ui/react-scroll-area": "^1.2.9",
53-
"@radix-ui/react-select": "^2.2.5",
54-
"@radix-ui/react-separator": "^1.1.7",
55-
"@radix-ui/react-slider": "^1.3.5",
56-
"@radix-ui/react-slot": "^1.2.3",
57-
"@radix-ui/react-switch": "^1.2.5",
58-
"@radix-ui/react-tabs": "^1.1.12",
59-
"@radix-ui/react-toggle": "^1.1.9",
60-
"@radix-ui/react-toggle-group": "^1.1.10",
61-
"@radix-ui/react-tooltip": "^1.2.7",
62-
"@reduxjs/toolkit": "2.8.2",
63-
"@shikijs/transformers": "3.4.2",
64-
"@shikijs/twoslash": "^3.4.2",
65-
"@trpc/client": "^11.4.2",
66-
"@trpc/server": "^11.4.2",
67-
"@types/mdx": "2.0.13",
68-
"@use-gesture/vanilla": "^10.3.1",
69-
"@vercel/postgres": "^0.10.0",
70-
"class-variance-authority": "^0.7.1",
71-
"clsx": "2.1.1",
72-
"cmdk": "^1.1.1",
73-
"date-fns": "^4.1.0",
74-
"dotenv": "^16.5.0",
75-
"embla-carousel-react": "^8.6.0",
76-
"framer-motion": "^12.15.0",
77-
"fumadocs-core": "latest",
78-
"fumadocs-docgen": "latest",
79-
"fumadocs-mdx": "^11.6.9",
80-
"fumadocs-python": "^0.0.3",
81-
"fumadocs-twoslash": "latest",
82-
"fumadocs-typescript": "^4.0.6",
83-
"fumadocs-ui": "latest",
84-
"input-otp": "^1.4.2",
85-
"lethargy": "^1.0.9",
86-
"lucide-react": "^0.510.0",
87-
"mathjax-full": "3.2.2",
88-
"mermaid": "^11.7.0",
89-
"mini-svg-data-uri": "^1.4.4",
90-
"next": "15.3.2",
91-
"next-sitemap": "^4.2.3",
92-
"next-themes": "^0.4.6",
93-
"popmotion": "^11.0.5",
94-
"prisma": "^6.10.1",
95-
"react": "^19.0.0",
96-
"react-day-picker": "^9.7.0",
97-
"react-dom": "^19.0.0",
98-
"react-hook-form": "^7.56.3",
99-
"react-redux": "9.2.0",
100-
"react-resizable-panels": "^3.0.3",
101-
"react-responsive": "10.0.1",
102-
"recharts": "^3.0.0",
103-
"rehype-mathjax": "7.1.0",
104-
"remark-emoji": "5.0.1",
105-
"remark-math": "6.0.0",
106-
"sass": "^1.89.0",
107-
"shiki": "3.3.0",
108-
"sonner": "^2.0.5",
109-
"vaul": "^1.1.2",
110-
"zod": "^3.24.4"
111-
},
112-
"devDependencies": {
113-
"@eslint/eslintrc": "^3",
114-
"@tailwindcss/container-queries": "0.1.1",
115-
"@tailwindcss/postcss": "^4.1.10",
116-
"@tailwindcss/typography": "0.5.16",
117-
"@types/node": "^20",
118-
"@types/react": "^19",
119-
"@types/react-dom": "^19",
120-
"eslint": "^9",
121-
"eslint-config-next": "15.3.2",
122-
"postcss": "8.5.3",
123-
"tailwindcss": "^4.1.10",
124-
"tailwindcss-animate": "^1.0.7",
125-
"typescript": "^5",
126-
"wireit": "0.14.12"
127-
},
128-
"packageManager": "pnpm@9.7.1"
113+
"devDependencies": {
114+
"@eslint/eslintrc": "^3",
115+
"@tailwindcss/container-queries": "0.1.1",
116+
"@tailwindcss/postcss": "^4.1.10",
117+
"@tailwindcss/typography": "0.5.16",
118+
"@types/node": "^20",
119+
"@types/react": "^19",
120+
"@types/react-dom": "^19",
121+
"eslint": "^9",
122+
"eslint-config-next": "15.3.2",
123+
"postcss": "8.5.3",
124+
"tailwindcss": "^4.1.10",
125+
"tailwindcss-animate": "^1.0.7",
126+
"typescript": "^5",
127+
"wireit": "0.14.12"
128+
},
129+
"packageManager": "pnpm@9.7.1"
129130
}

0 commit comments

Comments
 (0)