-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
{
"name": "freedom",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.16.5",
"@mui/styles": "^5.16.6",
"@mui/system": "^6.1.5",
"@tauri-apps/api": "^1.6.0",
"@types/react-slick": "^0.23.13",
"@types/uuid": "^10.0.0",
"cheerio": "^1.0.0",
"https-proxy-agent": "^7.0.5",
"i18next": "^23.15.1",
"idb": "^8.0.0",
"node-fetch": "^3.3.2",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^17.0.2",
"react-i18next": "^15.0.2",
"react-router-dom": "^6.25.1",
"recharts": "^2.12.7",
"smooth-scrollbar": "^8.8.4",
"uuid": "^10.0.0",
"webtorrent-hybrid": "^6.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1",
"@types/d3": "^7.4.3",
"@types/react": "^18.2.15",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.7",
"@types/react-window": "^1.8.8",
"@types/webtorrent": "^0.109.8",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
}