-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.03 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
{
"private": true,
"scripts": {
"dev": "mix",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.1",
"autoprefixer": "^10.4.0",
"browser-sync": "^2.27.9",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^7.0",
"css-loader": "^5.2.7",
"laravel-mix": "^6.0",
"postcss": "^8.4.5",
"postcss-import": "^14.0.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"tailwindcss": "^3.0.19",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"alpinejs": "^3.10.2",
"aos": "^2.3.4",
"gsap": "^3.10.4",
"headroom.js": "^0.12.0",
"highlight.js": "^11.10.0",
"swiper": "^8.1.5"
}
}