-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.49 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"workbox-precache": "workbox injectManifest ./workbox-config.js",
"watch": "mix watch",
"watch-site": "npm --section=site run watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"mix-production": "mix --production",
"soketi": "soketi start --config=soketi.json",
"production": "npm run prod",
"prod": "concurrently \"npm --section=site run mix-production\" \"npm run workbox-precache\" --kill-others-on-fail"
},
"devDependencies": {
"babel-plugin-prismjs": "^2.1.0",
"chalk": "^4.1.2",
"concurrently": "^7.6.0",
"laravel-echo": "^1.15.0",
"laravel-mix": "^6.0.49",
"laravel-mix-merge-manifest": "^2.1.0",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"postcss-color-mod-function": "^3.0.3",
"pusher-js": "^8.0.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.56.1",
"sass-loader": "^12.6.0",
"workbox-cli": "^6.5.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"anchor-js": "^4.3.1",
"axios": "^1.1.2",
"common-tags": "^1.8.2",
"devicon": "^2.15.1",
"dompurify": "^2.4.1",
"markdown-it": "^13.0.1",
"prismjs": "^1.29.0",
"sweetalert2": "^11.7.1",
"workbox-window": "^6.5.4"
}
}