forked from noSPkeepgoing/Mafia-team4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.79 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
56
57
58
59
60
61
62
63
64
{
"name": "Mafia",
"version": "2.2.0",
"main": "dist-electron/main/index.js",
"description": "Electron Vite React boilerplate.",
"author": "草鞋没号 <[email protected]>",
"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",
"build:win": "tsc && vite build && electron-builder --win --x64",
"preview": "vite preview",
"pree2e": "vite build --mode=test",
"e2e": "playwright test"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"electron-fetch": "^1.9.1",
"electron-updater": "^6.1.1",
"jwt-decode": "^4.0.0",
"pocketbase": "^0.19.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.18.0",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@playwright/test": "^1.37.1",
"@types/node": "^20.9.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/socket.io-client": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.4",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.16",
"electron": "^26.0.0",
"electron-builder": "^24.6.3",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.69.5",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6",
"vite": "^4.4.9",
"vite-plugin-electron": "^0.15.4",
"vite-plugin-electron-renderer": "^0.14.5"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
}
}