Skip to content

Commit e5dcce6

Browse files
authored
Merge pull request #514 from NaucMeIT/vercel/react-server-components-cve-vu-sjq4aw
2 parents fa54c6a + 7011dd6 commit e5dcce6

File tree

1 file changed

+99
-99
lines changed

1 file changed

+99
-99
lines changed

apps/legacy_nmit/package.json

Lines changed: 99 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -1,101 +1,101 @@
11
{
2-
"name": "nauc-me-it",
3-
"version": "0.8.0",
4-
"private": false,
5-
"prisma": {
6-
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} utils/seed.ts"
7-
},
8-
"scripts": {
9-
"dev": "next dev",
10-
"build": "pnpm run partytown && next build",
11-
"start": "next start",
12-
"lint": "next lint",
13-
"prepare": "husky",
14-
"postbuild": "next-sitemap --config next-sitemap.config.mjs",
15-
"prettier": "prettier --write .",
16-
"preinstall": "npx only-allow pnpm",
17-
"postinstall": "prisma generate",
18-
"prisma": "prisma",
19-
"supabase": "supabase",
20-
"partytown": "partytown copylib public/~partytown"
21-
},
22-
"dependencies": {
23-
"@builder.io/partytown": "^0.10.2",
24-
"@builder.io/react": "^7.0.1",
25-
"@headlessui/react": "^2.2.0",
26-
"@heroicons/react": "^2.2.0",
27-
"@mdx-js/loader": "^3.1.0",
28-
"@mdx-js/react": "^3.1.0",
29-
"@next-auth/prisma-adapter": "^1.0.7",
30-
"@next/env": "^15.1.4",
31-
"@next/mdx": "^15.1.4",
32-
"@prisma/client": "^5.22.0",
33-
"@radix-ui/react-accordion": "^1.2.1",
34-
"@radix-ui/react-dialog": "^1.1.2",
35-
"@radix-ui/react-icons": "^1.3.2",
36-
"@radix-ui/react-select": "^2.1.2",
37-
"@radix-ui/react-separator": "^1.1.0",
38-
"@sendgrid/mail": "^8.1.4",
39-
"@splitbee/web": "^0.3.0",
40-
"@stripe/react-stripe-js": "^3.0.0",
41-
"@stripe/stripe-js": "^5.2.0",
42-
"body-parser": "^1.20.3",
43-
"form-data": "^4.0.1",
44-
"gray-matter": "^4.0.3",
45-
"lightgallery": "^2.8.1",
46-
"next": "^15.1.4",
47-
"next-auth": "^4.24.10",
48-
"next-axiom": "^0.18.1",
49-
"next-mdx-remote": "^5.0.0",
50-
"next-runtime": "^2.4.2",
51-
"nodemailer": "^6.9.16",
52-
"posthog-js": "^1.194.4",
53-
"posthog-node": "^4.3.1",
54-
"react": "^18.3.1",
55-
"react-calendly": "^4.3.1",
56-
"react-dom": "^18.3.1",
57-
"react-turnstile": "^1.1.4",
58-
"rehype-img-size": "^1.0.1",
59-
"rehype-pretty-code": "^0.14.0",
60-
"remark-gfm": "^4.0.0",
61-
"remark-prism": "^1.3.6",
62-
"sharp": "^0.33.5",
63-
"shiki": "^1.23.1",
64-
"stripe": "^17.4.0"
65-
},
66-
"devDependencies": {
67-
"@types/body-parser": "^1.19.5",
68-
"@types/eslint": "^8.56.12",
69-
"@types/mdx": "^2.0.13",
70-
"@types/node": "^20.17.7",
71-
"@types/nodemailer": "^6.4.17",
72-
"@types/react": "^18.3.12",
73-
"@types/remark-prism": "^1.3.7",
74-
"@typescript-eslint/eslint-plugin": "^8.15.0",
75-
"@typescript-eslint/parser": "^8.15.0",
76-
"autoprefixer": "^10.4.20",
77-
"eslint": "^9.15.0",
78-
"eslint-config-next": "^15.1.4",
79-
"eslint-config-prettier": "^9.1.0",
80-
"husky": "^9.1.7",
81-
"lint-staged": "^15.2.10",
82-
"next-sitemap": "^4.2.3",
83-
"postcss": "^8.4.49",
84-
"prettier": "^3.3.3",
85-
"prettier-plugin-tailwindcss": "^0.6.9",
86-
"prisma": "^5.22.0",
87-
"supabase": "^1.223.10",
88-
"tailwindcss": "^3.4.15",
89-
"tailwindcss-fluid": "^0.2.0",
90-
"ts-node": "^10.9.2",
91-
"tsutils": "^3.21.0",
92-
"typescript": "^5.7.2"
93-
},
94-
"packageManager": "pnpm@9.14.4",
95-
"engineStrict": true,
96-
"engines": {
97-
"node": ">=22.11.0",
98-
"npm": "please-use-pnpm",
99-
"yarn": "please-use-pnpm"
100-
}
2+
"name": "nauc-me-it",
3+
"version": "0.8.0",
4+
"private": false,
5+
"prisma": {
6+
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} utils/seed.ts"
7+
},
8+
"scripts": {
9+
"dev": "next dev",
10+
"build": "pnpm run partytown && next build",
11+
"start": "next start",
12+
"lint": "next lint",
13+
"prepare": "husky",
14+
"postbuild": "next-sitemap --config next-sitemap.config.mjs",
15+
"prettier": "prettier --write .",
16+
"preinstall": "npx only-allow pnpm",
17+
"postinstall": "prisma generate",
18+
"prisma": "prisma",
19+
"supabase": "supabase",
20+
"partytown": "partytown copylib public/~partytown"
21+
},
22+
"dependencies": {
23+
"@builder.io/partytown": "^0.10.2",
24+
"@builder.io/react": "^7.0.1",
25+
"@headlessui/react": "^2.2.0",
26+
"@heroicons/react": "^2.2.0",
27+
"@mdx-js/loader": "^3.1.0",
28+
"@mdx-js/react": "^3.1.0",
29+
"@next-auth/prisma-adapter": "^1.0.7",
30+
"@next/env": "^15.1.4",
31+
"@next/mdx": "^15.1.4",
32+
"@prisma/client": "^5.22.0",
33+
"@radix-ui/react-accordion": "^1.2.1",
34+
"@radix-ui/react-dialog": "^1.1.2",
35+
"@radix-ui/react-icons": "^1.3.2",
36+
"@radix-ui/react-select": "^2.1.2",
37+
"@radix-ui/react-separator": "^1.1.0",
38+
"@sendgrid/mail": "^8.1.4",
39+
"@splitbee/web": "^0.3.0",
40+
"@stripe/react-stripe-js": "^3.0.0",
41+
"@stripe/stripe-js": "^5.2.0",
42+
"body-parser": "^1.20.3",
43+
"form-data": "^4.0.1",
44+
"gray-matter": "^4.0.3",
45+
"lightgallery": "^2.8.1",
46+
"next": "15.1.11",
47+
"next-auth": "^4.24.10",
48+
"next-axiom": "^0.18.1",
49+
"next-mdx-remote": "^5.0.0",
50+
"next-runtime": "^2.4.2",
51+
"nodemailer": "^6.9.16",
52+
"posthog-js": "^1.194.4",
53+
"posthog-node": "^4.3.1",
54+
"react": "^18.3.1",
55+
"react-calendly": "^4.3.1",
56+
"react-dom": "^18.3.1",
57+
"react-turnstile": "^1.1.4",
58+
"rehype-img-size": "^1.0.1",
59+
"rehype-pretty-code": "^0.14.0",
60+
"remark-gfm": "^4.0.0",
61+
"remark-prism": "^1.3.6",
62+
"sharp": "^0.33.5",
63+
"shiki": "^1.23.1",
64+
"stripe": "^17.4.0"
65+
},
66+
"devDependencies": {
67+
"@types/body-parser": "^1.19.5",
68+
"@types/eslint": "^8.56.12",
69+
"@types/mdx": "^2.0.13",
70+
"@types/node": "^20.17.7",
71+
"@types/nodemailer": "^6.4.17",
72+
"@types/react": "^18.3.12",
73+
"@types/remark-prism": "^1.3.7",
74+
"@typescript-eslint/eslint-plugin": "^8.15.0",
75+
"@typescript-eslint/parser": "^8.15.0",
76+
"autoprefixer": "^10.4.20",
77+
"eslint": "^9.15.0",
78+
"eslint-config-next": "^15.1.4",
79+
"eslint-config-prettier": "^9.1.0",
80+
"husky": "^9.1.7",
81+
"lint-staged": "^15.2.10",
82+
"next-sitemap": "^4.2.3",
83+
"postcss": "^8.4.49",
84+
"prettier": "^3.3.3",
85+
"prettier-plugin-tailwindcss": "^0.6.9",
86+
"prisma": "^5.22.0",
87+
"supabase": "^1.223.10",
88+
"tailwindcss": "^3.4.15",
89+
"tailwindcss-fluid": "^0.2.0",
90+
"ts-node": "^10.9.2",
91+
"tsutils": "^3.21.0",
92+
"typescript": "^5.7.2"
93+
},
94+
"packageManager": "pnpm@9.14.4",
95+
"engineStrict": true,
96+
"engines": {
97+
"node": ">=22.11.0",
98+
"npm": "please-use-pnpm",
99+
"yarn": "please-use-pnpm"
100+
}
101101
}

0 commit comments

Comments
 (0)