-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
74 lines (74 loc) · 2.26 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "remix-spa-example",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"preview": "vite preview",
"lint": "biome lint .",
"format": "prettier --cache -c .",
"typecheck": "react-router typegen && tsc",
"validate": "pnpm run lint && pnpm run format && pnpm run typecheck",
"start": "npx sirv-cli build/client/ --single"
},
"dependencies": {
"@conform-to/react": "^1.2.2",
"@conform-to/zod": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@react-router/node": "7.0.0-pre.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"firebase": "^10.14.1",
"isbot": "^5",
"lucide-react": "^0.453.0",
"marked": "^14.1.3",
"pure-uuid": "^1.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "^9.0.1",
"react-router": "7.0.0-pre.1",
"react-router-dom": "7.0.0-pre.1",
"react-twc": "^1.4.2",
"remix-flat-routes": "^0.6.5",
"remix-routes": "^1.7.7",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8",
"zodix": "^0.4.4"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@mdx-js/rollup": "^3.1.0",
"@react-router/dev": "7.0.0-pre.1",
"@react-router/remix-config-routes-adapter": "0.0.0-nightly-bf7ecb711-20240911",
"@tailwindcss/typography": "^0.5.15",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"firebase-tools": "^13.22.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.8",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^5.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1"
},
"engines": {
"node": ">=18.0.0"
}
}