-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
{
"private": true,
"name": "jonstuebe.com",
"description": "Personal site for Jon Stuebe",
"license": "",
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve ./api/index.js",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@remix-run/react": "^2.1.0",
"@remix-run/serve": "^2.1.0",
"@resvg/resvg-js": "^2.6.0",
"@tailwindcss/typography": "^0.5.0",
"@vercel/analytics": "^1.1.1",
"@vercel/remix": "^2.1.0",
"autoprefixer": "^10.4.1",
"chalk": "^5.0.0",
"chrome-aws-lambda": "^10.1.0",
"date-fns": "^2.27.0",
"dotenv": "^10.0.0",
"fprint": "^2.0.1",
"inter-ui": "^3.19.3",
"postcss": "^8.4.5",
"pretty-cache-header": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-shikiji": "^0.6.12",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"remix": "^2.1.0",
"satori": "^0.10.9",
"shikiji": "^0.6.12",
"tailwindcss": "^3.3.3",
"tailwindcss-scrollbar": "^0.1.0",
"tiny-invariant": "^1.2.0",
"unified": "^11.0.4"
},
"devDependencies": {
"@remix-run/dev": "^2.1.0",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.14",
"typescript": "^4.1.2"
},
"sideEffects": false
}