-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
33 lines (33 loc) · 828 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
{
"name": "okv-music",
"version": "2.0.0",
"private": true,
"type": "module",
"dependencies": {
"@reduxjs/toolkit": "^1.9.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-loading-skeleton": "^3.2.0",
"react-player": "^2.16.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.0",
"vite": "^5.4.14",
"vite-plugin-svgr": "^4.2.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite-plugin-pwa": "^0.19.8",
"workbox-window": "^7.1.0"
}
}