-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.85 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.85 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "react-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc -b && vite build --outDir dist",
"lint": "bunx biome lint --write && bunx tsc --noEmit",
"format": "bunx biome format --write",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@monaco-editor/react": "^4.7.0",
"@mui/icons-material": "7.1.0",
"@mui/lab": "7.0.0-beta.12",
"@mui/material": "7.1.0",
"@tailwindcss/vite": "^4.1.6",
"axios": "1.9.0",
"file-saver": "^2.0.5",
"font-awesome": "4.7.0",
"jszip": "^3.10.1",
"lucide-react": "^0.509.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.5.2",
"react-syntax-highlighter": "^15.6.1",
"rehype-sanitize": "^6.0.0",
"socket.io-client": "^4.8.1",
"tailwindcss": "^4.1.6"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@eslint/js": "^9.18.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.15.21",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"typescript": "~5.6.2",
"typescript-eslint": "^8.20.0",
"vite": "^6.0.5"
}
}