-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "quarter",
"version": "0.0.1",
"description": "Less is more",
"main": "index.js",
"type": "module",
"scripts": {
"build": "npx remix vite:build",
"dev": "remix vite:dev",
"start": "npx remix-serve build/server/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"typecheck": "tsc"
},
"author": "TakeShape",
"license": "MIT",
"dependencies": {
"@llm-ui/code": "^0.13.3",
"@llm-ui/markdown": "^0.13.3",
"@llm-ui/react": "^0.13.3",
"@nextui-org/react": "^2.4.2",
"@remix-run/node": "^2.10.0",
"@remix-run/react": "^2.10.0",
"@remix-run/serve": "^2.10.0",
"@tanstack/react-query": "^5.49.2",
"framer-motion": "^11.2.12",
"html-react-parser": "^5.1.10",
"isbot": "^4.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"shiki": "^1.9.1"
},
"devDependencies": {
"@remix-run/dev": "^2.10.0",
"@types/react": "^18.3.3",
"autoprefixer": "^10.4.19",
"dot-env": "^0.0.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vite": "^5.3.1"
}
}