-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.15 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
45
{
"name": "d-social",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@connect2ic/core": "^0.1.1",
"@connect2ic/react": "^0.1.0",
"@dfinity/agent": "^0.11.3",
"@dfinity/principal": "^0.11.3",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.95",
"@mui/material": "^5.10.0",
"axios": "^0.27.2",
"cors": "^2.8.5",
"emoji-picker-react": "^3.6.1",
"formik": "^2.2.9",
"node-sass": "^7.0.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.8",
"sass": "^1.54.4",
"socket.io-client": "^4.5.1",
"styled-components": "^5.3.5",
"use-force-update": "^1.0.10",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "^17.0.36",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react-refresh": "^1.3.6",
"buffer": "^6.0.3",
"typescript": "^4.4.3",
"vite": "^2.9.9"
}
}