-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.37 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
{
"name": "music",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.14.0",
"@mui/joy": "^5.0.0-alpha.48",
"@mui/lab": "^5.0.0-alpha.68",
"@mui/material": "^5.15.20",
"@mui/x-data-grid": "^5.17.9",
"ahooks": "^3.1.9",
"axios": "^0.25.0",
"lockr": "^0.9.0-beta.0",
"lyric-parser": "^1.0.1",
"material-ui-confirm": "3.0.3",
"material-ui-popup-state": "^2.0.0",
"moment": "^2.29.1",
"nanoid": "^3.3.0",
"notistack": "^2.0.3",
"numeral": "^2.0.6",
"prop-types": "^15.8.1",
"pubsub-js": "^1.9.4",
"qrcode": "^1.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.27.0",
"react-lazy-load-image-component": "^1.5.4",
"react-lazyload": "^3.2.0",
"react-lrc": "^3.2.1",
"react-player": "^2.10.0",
"react-qrcode": "^0.3.5",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-use-audio-player": "^1.2.5",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.0.7",
"vite": "^2.8.0"
}
}