forked from thedevdojo/voyager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleaning up assets and making them all loaded via webpack
- Loading branch information
Showing
658 changed files
with
90,971 additions
and
39,925 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/node_modules | ||
.DS_Store | ||
.idea | ||
vendor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"/publishable/assets/js/app.js": "/publishable/assets/js/app.js", | ||
"/mix.js": "/mix.js", | ||
"/publishable/assets/css/app.css": "/publishable/assets/css/app.css" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"private": true, | ||
"scripts": { | ||
"dev": "npm run development", | ||
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
"watch-poll": "npm run watch -- --watch-poll", | ||
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
"prod": "npm run production", | ||
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" | ||
}, | ||
"devDependencies": { | ||
"axios": "^0.15.3", | ||
"bootstrap-sass": "^3.3.7", | ||
"cross-env": "^3.2.3", | ||
"jquery": "^3.1.1", | ||
"laravel-mix": "0.*", | ||
"lodash": "^4.17.4", | ||
"vue": "^2.1.10" | ||
}, | ||
"dependencies": { | ||
"animate.css": "^3.5.2", | ||
"bootstrap": "^3.3.7", | ||
"bootstrap-datepicker": "^1.6.4", | ||
"bootstrap-switch": "^3.3.4", | ||
"bootstrap-toggle": "^2.2.2", | ||
"datatables-bootstrap3-plugin": "^0.5.0", | ||
"icheck": "^1.0.2", | ||
"jquery-match-height": "^0.7.2", | ||
"perfect-scrollbar": "^0.7.1", | ||
"readmore-js": "^2.1.0", | ||
"select2": "^4.0.3", | ||
"simplemde": "^1.11.2", | ||
"toastr": "^2.1.2" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.