-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.26 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
54
55
{
"name": "drinw",
"version": "0.5.0",
"private": true,
"type": "module",
"main": "app.cjs",
"author": {
"name": "tientq64",
"url": "https://github.com/tientq64"
},
"scripts": {
"start": "concurrently \"vite\" \"wait-on http://localhost:5500 && electron .\""
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.0",
"ahooks": "3.8.4",
"clsx": "2.1.1",
"filesize": "10.1.6",
"formik": "2.4.6",
"fs-extra": "11.2.0",
"gaxios": "6.7.1",
"googleapis": "144.0.0",
"immer": "10.1.1",
"lodash-es": "4.17.21",
"nanoid": "5.0.9",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router": "7.0.2",
"youtube-dl-exec": "3.0.10",
"yup": "1.5.0",
"zustand": "5.0.2"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/gapi": "0.0.47",
"@types/lodash-es": "^4.17.12",
"@types/node": "22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/react-router": "5.1.20",
"@vitejs/plugin-react": "4.3.4",
"autoprefixer": "10.4.20",
"concurrently": "9.1.0",
"electron": "33.2.1",
"postcss": "8.4.49",
"sass": "1.83.0",
"tailwindcss": "3.4.16",
"tinyspawn": "1.3.3",
"vite": "6.0.3",
"wait-on": "8.0.1"
}
}