-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 770 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 770 Bytes
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
{
"name": "ban",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@nativephp/electron-plugin": "git://github.com/janyksteenbeek/nativephp-electron-plugin.git",
"@types/react": "^18.2.25",
"autoprefixer": "^10.4.15",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.30",
"tailwindcss": "^3.3.3",
"vite": "^4.0.0"
},
"dependencies": {
"@vitejs/plugin-react": "^4.0.4",
"laravel-echo": "^1.15.3",
"pusher-js": "^8.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"socket.io": "^4.6.1",
"socket.io-client": "^4.6.1"
}
}