-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.15 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
{
"name": "ytdl_web",
"version": "1.3.4",
"description": "Web app client for YTDL server",
"main": "index.js",
"scripts": {
"start": "vite",
"build": "vite build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.10.9",
"@mui/material": "^5.10.3",
"@mui/styled-engine": "^5.10.8",
"@mui/styled-engine-sc": "^5.10.6",
"axios": "^0.27.2",
"material-ui-confirm": "^3.0.9",
"prop-types": "^15.7.2",
"react": "^18.x.x",
"react-dom": "^18.2.0",
"react-toastify": "^10.0.4",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.10.0",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.10.0",
"@babel/preset-react": "^7.10.0",
"@babel/runtime": "^7.11.2",
"@vitejs/plugin-react": "^3.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-styled-components": "^2.x.x",
"eslint": "^8.43.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-unused-imports": "^2.0.0",
"path": "^0.12.7",
"vite": "^4.5.2"
}
}