-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.12 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
{
"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": {
"@popperjs/core": "^2.11.6",
"alpinejs": "^3.10.5",
"autoprefixer": "^10.4.13",
"body-scroll-lock": "^3.1.5",
"chartjs-plugin-annotation": "^1.4.0",
"cropperjs": "^1.5.13",
"cross-env": "^7.0.3",
"focus-trap": "^6.9.4",
"focus-visible": "^5.2.0",
"glob-all": "^3.3.1",
"laravel-mix": "^6.0.49",
"pikaday": "^1.8.2",
"postcss": "^8.4.19",
"postcss-focus-visible": "^6.0.4",
"postcss-import": "^14.1.0",
"postcss-loader": "^6.2.1",
"postcss-url": "^10.1.3",
"prettier": "^2.8.0",
"purgecss-webpack-plugin": "^4.1.3",
"resolve-url-loader": "5.0.0",
"swiper": "^8.4.5",
"tailwindcss": "^3.2.4",
"tippy.js": "^6.3.7"
}
}