-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 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
{
"author": "IJM Program Tracker",
"version": "1.0.0",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"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"
},
"dependencies": {
"@alpinejs/collapse": "^3.14.0",
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@turf/turf": "^7.0.0",
"alpinejs": "^3.12.0",
"aos": "^2.3.4",
"dotenv": "^16.0.3",
"glightbox": "^3.2.0",
"infinite-scroll": "^4.0.1",
"laravel-mix-purgecss": "^6.0.0",
"lazysizes": "^5.3.2",
"mapbox-gl": "^2.15.0",
"swiper": "10.3.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"browser-sync": "^2.29.1",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-mix": "^6.0.49",
"laravel-mix-copy-watched": "^3.0.0",
"laravel-mix-tailwind": "^0.1.2",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.61.0",
"sass-loader": "^13.2.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.3.1"
},
"engines": {
"node": "^14"
}
}