-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 4.35 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 4.35 KB
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
117
118
119
120
121
122
123
{
"name": "joelgrayson.com",
"version": "1.0.0",
"private": true,
"license": "UCJG",
"homepage": "https://joelgrayson.com",
"scripts": {
"build": "npm run jredirects && npx prisma generate && npm run compile-timeline && npm run fast-build",
"jredirects": "cd jredirects && ./build.sh",
"prisma-generate": "npx prisma generate",
"compile-timeline": "cd public/timeline && tsc && cd ../..",
"fast-build": "next build",
"start": "next start",
"dev": "next dev",
"dev-timeline": "cd public/timeline && ./dev.sh",
"reset-data": "cd @/components/data && prisma db push && prisma migrate && npx prisma generate && ./insert-articles",
"lint": "next lint",
"prisma-studio": "npx prisma studio",
"open-sitemap": "open https://docs.google.com/document/d/16YT7899bFbgKvBiruonL3wRYBa64Rj0m4cCRCL-VfAg/edit",
"test": "jest --verbose"
},
"prisma": {
"schema": "./src/data/prisma/schema.prisma"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.620.0",
"@aws-sdk/s3-request-presigner": "^3.620.0",
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@jcomponents/button": "^1.2.20",
"@jcomponents/container": "^1.0.7",
"@jcomponents/fancyol": "^0.1.7",
"@jcomponents/flag": "^1.0.3",
"@jcomponents/header": "^1.1.13",
"@jcomponents/link": "^1.0.1",
"@jcomponents/modal": "^1.1.17",
"@jcomponents/nav": "^1.3.0",
"@jcomponents/table": "^1.0.1",
"@jcomponents/writing-components": "^1.1.2",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@monaco-editor/react": "^4.5.1",
"@mui/material": "^5.16.7",
"@mui/x-charts": "^7.22.2",
"@next/bundle-analyzer": "^16.1.1",
"@next/mdx": "^16.1.1",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^6.4.1",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.2.3",
"@sendgrid/mail": "^7.7.0",
"@types/estree": "^1.0.5",
"@types/mdx": "^2.0.13",
"@types/sanitize-html": "^2.16.0",
"@vis.gl/react-google-maps": "^1.5.3",
"antd": "^5.9.4",
"autoprefixer": "^10.4.14",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"commander": "^14.0.2",
"date-fns": "^2.30.0",
"dompurify": "^3.2.3",
"dotenv": "^16.3.1",
"embla-carousel-react": "^8.6.0",
"firebase": "^11.10.0",
"framer-motion": "^10.16.16",
"fs": "^0.0.1-security",
"glob": "^10.3.10",
"globby": "^13.2.2",
"googleapis": "^128.0.0",
"gsap": "^3.12.2",
"immer": "^10.0.3",
"isomorphic-dompurify": "^2.29.0",
"jest": "^29.6.1",
"joeldate": "^2.0.2",
"jsonwebtoken": "^9.0.3",
"lodash": "^4.17.21",
"lucide-react": "^0.469.0",
"markdown-to-jsx": "^7.3.2",
"next": "^16.1.1",
"next-plausible": "^3.12.5",
"pg": "^8.11.3",
"postcss": "^8.4.26",
"prettier": "^3.0.3",
"react": "^17.0.0 || ^18.0.0",
"react-code-blocks": "^0.1.3",
"react-dom": "^17.0.0 || ^18.0.0",
"react-h5-audio-player": "^3.9.1",
"react-toastify": "^9.1.3",
"recharts": "^2.15.4",
"resend": "^6.6.0",
"sanitize-html": "^2.17.0",
"sharp": "^0.32.3",
"sonner": "^2.0.4",
"superjson": "^2.2.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"twilio": "^5.11.1",
"zod": "^4.3.4"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.10",
"@types/lodash": "^4.14.199",
"@types/ms": "^2.1.0",
"@types/node": "^22.10.10",
"@types/pg": "^8.10.2",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"prisma": "^6.4.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.7.3"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
}
}