-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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
{
"name": "mirror-fm",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.4.0",
"@mui/material": "^6.4.0",
"axios": "^1.7.0",
"firebase": "^12.11.0",
"moment": "^2.30.0",
"mousetrap": "^1.6.5",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-helmet-async": "^2.0.0",
"react-icons": "^5.4.0",
"react-lazy-load-image-component": "^1.6.0",
"react-loader-spinner": "^6.1.0",
"react-number-format": "^5.4.0",
"react-router-dom": "^7.1.0",
"react-slugify": "^4.0.0",
"react-social-icons": "^6.18.0"
},
"devDependencies": {
"@types/mousetrap": "^1.6.15",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/react-lazy-load-image-component": "^1.6.0",
"@vitejs/plugin-react": "^4.3.0",
"typescript": "~5.6.0",
"vite": "^6.4.2"
}
}