-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
53 lines (53 loc) · 1.46 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
44
45
46
47
48
49
50
51
52
53
{
"name": "music-stream",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@capacitor/android": "^5.7.4",
"@capacitor/core": "^5.7.4",
"@capacitor/ios": "^5.7.4",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.6",
"@reduxjs/toolkit": "^2.2.1",
"@tanstack/react-query": "^5.27.5",
"axios": "^1.2.6",
"dexie": "^4.0.2",
"dexie-react-hooks": "^1.1.7",
"framer-motion": "^10.9.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-hot-toast": "^2.4.1",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.8.0",
"react-spinners": "^0.13.8",
"react-swipeable": "^7.0.1",
"react-toastify": "^9.1.3",
"redux": "^5.0.1",
"ripple-effect-reactjs": "^1.0.6",
"tailwind-merge": "^2.2.2"
},
"devDependencies": {
"@capacitor/cli": "^5.7.4",
"@tanstack/eslint-plugin-query": "^5.27.7",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-unused-imports": "^3.1.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.14.7"
}
}