-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.39 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": "tor",
"version": "1.0.0",
"main": "dist-electron/main/index.js",
"description": "bitTorrent utility",
"productName": "Tor",
"author": "Sloaix",
"license": "MIT",
"private": true,
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777/"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
"preview": "vite preview"
},
"dependencies": {
"@types/classnames": "^2.3.1",
"@types/i18next": "^13.0.0",
"@types/lodash": "^4.14.197",
"@types/react-i18next": "^8.1.0",
"classnames": "^2.3.2",
"electron-updater": "^6.1.1",
"i18next": "^23.4.4",
"lodash": "^4.17.21",
"react-i18next": "^13.0.3",
"sloaix-node-bencode": "^0.1.6",
"zustand": "^4.4.1"
},
"devDependencies": {
"@arco-design/web-react": "^2.51.1",
"@icon-park/react": "^1.4.2",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.14",
"electron": "^25.5.0",
"electron-builder": "^24.6.3",
"postcss": "^8.4.27",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.14.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-electron": "^0.12.0",
"vite-plugin-electron-renderer": "^0.14.5"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
}
}