-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
33 lines (33 loc) · 1.23 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "npm run webp && vite",
"build": "npm run webp && vite build && npm run pwa",
"webp": "node resources/js/utilities/webp.js",
"pwa": "node resources/js/utilities/create-manifest.js",
"setup-project": "composer i && npm i && cp .env.example .env && art key:generate && art storage:link && npm run greetings",
"greetings": "echo 'Confira e altere o APP_URL se necessário. Caso o mapeamento do projeto esteja correto, tudo está pronto para uso e desenvolvimento. Obrigado por utilizar nosso starter!'"
},
"devDependencies": {
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0",
"rollup-plugin-critical": "^1.0.14",
"sass": "^1.79.4",
"vite": "^5.0"
},
"dependencies": {
"@erbelion/vite-plugin-laravel-purgecss": "^0.3.4",
"bootstrap": "^5.3.3",
"clipboard": "^2.0.11",
"glightbox": "^3.3.0",
"imagemin": "^9.0.0",
"imagemin-webp": "^8.0.0",
"imask": "^7.6.1",
"infinite-scroll": "^4.0.1",
"share-api-polyfill": "^1.1.1",
"sweetalert2": "^11.15.10",
"swiper": "^11.1.14",
"wow.js": "^1.2.2"
}
}