-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "lyrics-card-maker",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.13.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-toggle-group": "^1.0.4",
"@uidotdev/usehooks": "^2.3.1",
"axios": "^1.3.4",
"color-thief-react": "^2.1.0",
"html-to-image": "^1.11.11",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-loading-skeleton": "^3.2.0",
"react-query": "^3.39.3",
"react-share": "^4.4.1",
"react-zoom-pan-pinch": "^3.0.7",
"use-debounce": "^9.0.4",
"vite-plugin-pwa": "^0.16.5"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"sass": "^1.59.2",
"tailwindcss": "^3.2.7",
"vite": "^4.1.0"
}
}