-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 995 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 995 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"vite": "^4.0.0",
"webpack": "^5.79.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"clientjs": "^0.2.1",
"express": "^4.18.2",
"laravel-mix": "^6.0.49",
"mysql": "^2.18.1",
"node-telegram-bot-api": "^0.61.0",
"notifyme-js": "^2.0.0",
"pm2": "^5.2.2",
"redis": "^3.0.2",
"requestify": "^0.2.5",
"socket.io": "^4.6.1"
},
"name": "zubrix",
"description": "",
"version": "1.0.0",
"main": "webpack.config.js",
"directories": {
"test": "tests"
},
"keywords": [],
"author": "",
"license": "ISC"
}