Skip to content

Instantly share code, notes, and snippets.

@jjab2020
Created October 11, 2019 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjab2020/60279f680503f7b076b9451b9b674975 to your computer and use it in GitHub Desktop.
Save jjab2020/60279f680503f7b076b9451b9b674975 to your computer and use it in GitHub Desktop.
{
"name": "assets",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"watch": "webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"popper.js": "^1.15.0",
"startbootstrap-sb-admin-2": "^4.0.7",
"vue": "^2.6.10"
},
"devDependencies": {
"laravel-mix": "^5.0.0",
"resolve-url-loader": "^3.1.0",
"sass": "^1.23.0",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment