Initial commit
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "mix",
|
||||
"development": "mix",
|
||||
"watch": "mix watch",
|
||||
"watch-poll": "mix watch -- --watch-options-poll=1000",
|
||||
"hot": "mix watch --hot",
|
||||
"prod": "mix --production",
|
||||
"production": "mix --production"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"bootstrap": "^5.3.2",
|
||||
"bootstrap-icons": "^1.13.1",
|
||||
"browser-sync": "^2.27.5",
|
||||
"browser-sync-webpack-plugin": "^2.3.0",
|
||||
"jquery": "^3.6.0",
|
||||
"laravel-mix": "^6.0.31",
|
||||
"masonry-layout": "^4.2.2",
|
||||
"resolve-url-loader": "^5.0.0",
|
||||
"sass": "1.32.13",
|
||||
"sass-loader": "^12.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user