-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.21 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
{
"name": "icpcommerce",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"postinstall": "patch-package"
},
"dependencies": {
"@connect2ic/core": "^0.2.0-beta.5",
"@connect2ic/react": "^0.2.0-beta.5",
"@dfinity/agent": "^0.15.6",
"@dfinity/auth-client": "^0.15.6",
"@dfinity/identity": "^0.15.6",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.13.3",
"@psychedelic/plug-connect": "^0.2.0",
"history": "^5.3.0",
"patch-package": "^7.0.0",
"react": "^18.1.0",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.7.0",
"react-dom": "^18.1.0",
"react-icons": "^4.8.0",
"react-router-dom": "^6.4.4",
"react-toastify": "^10.0.4"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@vitejs/plugin-react-refresh": "^1.3.6",
"buffer": "^6.0.3",
"sass": "^1.56.1",
"typescript": "^4.4.3",
"vite": "^2.9.9"
}
}