-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "persite",
"author": "https://github.com/mzaremski",
"private": false,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"typecheck": "tsc"
},
"dependencies": {
"@fontsource/lexend": "^5.1.1",
"@mdx-js/rollup": "^3.1.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/themes": "^3.1.6",
"@remix-run/node": "2.10.0",
"@remix-run/react": "2.10.0",
"@remix-run/server-runtime": "2.10.0",
"@types/node": "^22.10.1",
"@vercel/analytics": "^1.2.2",
"@vercel/og": "^0.6.4",
"@vercel/remix": "2.15.0",
"classnames": "^2.5.1",
"isbot": "^4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-type-animation": "^3.2.0",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^5.0.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"@remix-run/dev": "2.10.0",
"@remix-run/eslint-config": "2.10.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"eslint": "^8.38.0",
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.2.1"
},
"engines": {
"node": ">=18.0.0"
}
}