-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.36 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.36 KB
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
{
"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": {
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"alpinejs": "^3.0.6",
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"postcss-import": "^14.0.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.7",
"sass-loader": "^12.1.0",
"tailwindcss": "^3.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.0",
"@popperjs/core": "^2.11.4",
"bootstrap": "^5.2.1",
"bootstrap-sweetalert": "^1.0.1",
"bootstrap-validator": "^0.11.9",
"imagesloaded": "^5.0.0",
"jarallax": "^2.0.4",
"jquery": "^3.6.1",
"jquery-countdown": "^2.2.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.37",
"object-fit-images": "^3.2.4",
"pretty-checkbox": "^3.0.3",
"social-likes": "^3.1.3",
"sweetalert2": "^11.4.2",
"tinymce": "^5.10.3",
"trix": "^2.0.0-alpha.1"
}
}