-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 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
{
"name": "parax",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev --host 0.0.0.0",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@huggingface/transformers": "^3.3.3",
"@mantine/code-highlight": "^7.16.3",
"@mantine/core": "^7.16.3",
"@mantine/hooks": "^7.16.3",
"@mantine/modals": "^7.16.3",
"@react-router/node": "^7.1.5",
"@react-router/serve": "^7.1.5",
"@xyflow/react": "^12.4.2",
"better-react-mathjax": "^2.1.0",
"dompurify": "^3.2.4",
"isbot": "^5.1.17",
"marked": "^15.0.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-markdown": "^8.0.6",
"react-router": "^7.1.5",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@react-router/dev": "^7.1.5",
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^20",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"postcss": "^8.5.1",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "3.4.2",
"react-router-devtools": "^1.1.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.4"
}
}