-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 925 Bytes
/
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
{
"name": "arke",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tabler/icons-react": "^2.40.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.7",
"emoji-picker-react": "^4.9.2",
"file-saver": "^2.0.5",
"framer-motion": "^10.16.16",
"markdown-to-jsx": "^7.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^9.0.1",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.4.5",
"react-transition-group": "4.4.5",
"react-use-draggable-scroll": "^0.4.7",
"sass": "^1.56.1",
"socket.io-client": "^4.5.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"vite": "^3.2.3"
}
}