-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 959 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 959 Bytes
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": "q-wallets",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/montserrat": "^5.2.5",
"@fontsource/open-sans": "^5.2.5",
"@fontsource/poppins": "^5.2.5",
"@mui/icons-material": "^6.4.8",
"@mui/lab": "^6.0.0-beta.31",
"@mui/material": "^6.4.8",
"@toolpad/core": "^0.13.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.5.0",
"react-number-format": "^5.4.3",
"react-qr-code": "^2.0.15",
"react-router": "^7.4.0",
"react-router-dom": "^7.4.0",
"react-window": "^1.8.11"
},
"devDependencies": {
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.8.2",
"vite": "^6.2.2"
}
}