-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
executable file
·59 lines (59 loc) · 1.88 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
{
"private": true,
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"dev-install-watch": "npm install && npm run watch"
},
"devDependencies": {
"axios": "^1.6.0",
"bootstrap": "^4.6.2",
"browser-sync": "^3.0.2",
"browser-sync-v3-webpack-plugin": "^0.1.0",
"browser-sync-webpack-plugin": "^2.3.0",
"jquery": "^3.6.3",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"mix-tailwindcss": "^1.3.0",
"popper.js": "^1.16.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.57.1",
"sass-loader": "^12.4.0",
"webpack": "^5.76.0"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
},
"dependencies": {
"@alpinejs/intersect": "^3.10.5",
"@fortawesome/fontawesome-free": "^5.15.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.12.0",
"autoprefixer": "^10.4.13",
"bootswatch": "^4.6.2",
"chart.js": "^2.9.3",
"collect.js": "^4.34.3",
"jquery-contextmenu": "^2.9.2",
"mustache": "^3.2.1",
"notifyjs": "^3.0.0",
"postcss": "^8.4.21",
"progressbar.js": "^1.1.1",
"protip": "^1.4.21",
"sanitize-html": "^2.12.1",
"select2": "^4.0.13",
"select2-bootstrap-theme": "0.1.0-beta.10",
"serverless-s3-sync": "^1.14.4",
"sortable": "^2.0.0",
"sortablejs": "^1.15.0",
"sweetalert2": "^9.17.4",
"tailwindcss": "^3.2.4",
"trumbowyg": "^2.26.0",
"weather-icons": "git+https://github.com/fantasycalendar/weather-icons.git"
},
"name": "app"
}