-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 889 Bytes
/
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
{
"name": "static-websites-template",
"version": "1.1.0",
"author": "Alan Bernal E.",
"description": "Plantilla de proyecto para sitios estáticos con Laravel Mix.",
"keywords": [
"static",
"laravel-mix",
"template"
],
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"prod": "npm run production",
"production": "mix --production"
},
"license": "ISC",
"devDependencies": {
"@popperjs/core": "^2.11.2",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.43",
"sass": "^1.49.9",
"sass-loader": "^12.6.0"
}
}