-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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": "symphony",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-spring/web": "^9.7.1",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.29.0",
"@types/socket.io": "^3.0.2",
"framer-motion": "^10.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.9",
"react-icons": "^4.8.0",
"react-loading-icons": "^1.1.0",
"react-markdown": "^8.0.6",
"react-router": "^6.9.0",
"react-textarea-autosize": "^8.4.1",
"remark-gemoji": "^7.0.1",
"remark-gfm": "^3.0.1",
"remark-torchlight": "^0.0.5",
"socket.io-client": "^4.6.1",
"uniqid": "^5.4.0"
},
"devDependencies": {
"@fec/remark-a11y-emoji": "^3.1.0",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/uniqid": "^5.3.2",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"react-router-dom": "^6.9.0",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4",
"vite": "^4.2.0"
}
}