-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "react-zing-mp3",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite --port 8000",
"build": "vite build",
"preview": "vite preview",
"serve": "vite preview --host 0.0.0.0"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@reduxjs/toolkit": "^1.8.1",
"antd": "^4.20.0",
"axios": "^0.27.2",
"babel-plugin-macros": "^3.1.0",
"clsx": "^1.1.1",
"nanoid": "^3.3.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet-async": "^1.3.0",
"react-loading-skeleton": "^3.1.0",
"react-query": "^3.39.0",
"react-redux": "^8.0.1",
"react-router-dom": "^6.3.0",
"react-toastify": "^9.0.1",
"react-transition-group": "^4.4.2"
},
"devDependencies": {
"@rollup/plugin-dynamic-import-vars": "^1.4.3",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vitejs/plugin-react": "^1.3.0",
"less": "^4.1.2",
"vite": "^2.9.2",
"vite-aliases": "^0.9.2",
"vite-plugin-imp": "^2.1.8"
}
}