-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1018 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
38
{
"name": "icescrow",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@caldwell619/react-hooks": "^0.0.10",
"@dfinity/agent": "^0.15.1",
"@dfinity/auth-client": "^0.15.1",
"@dfinity/candid": "^0.15.1",
"@dfinity/identity": "^0.15.1",
"@dfinity/principal": "^0.15.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@infu/icblast": "^2.0.46",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.2",
"@psychedelic/plug-connect": "^0.2.0",
"moment": "^2.29.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.4.5",
"react-toastify": "^9.1.1"
},
"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",
"sass": "^1.56.2",
"typescript": "^4.4.3",
"vite": "^4.0.3"
}
}