Created
September 2, 2020 04:58
-
-
Save theCoderCat/9f282f13f0479de52c983d573c170401 to your computer and use it in GitHub Desktop.
package.json
This file contains hidden or 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
{ | |
"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": "npm run development -- --watch", | |
"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 --disable-host-check --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 --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" | |
}, | |
"devDependencies": { | |
"axios": "^0.19", | |
"bootstrap": "^4.0.0", | |
"cross-env": "^7.0", | |
"jquery": "^3.2", | |
"laravel-mix": "^5.0.1", | |
"laravel-mix-copy-watched": "^2.2.4", | |
"lodash": "^4.17.13", | |
"popper.js": "^1.12", | |
"resolve-url-loader": "^2.3.1", | |
"sass": "^1.20.1", | |
"sass-loader": "^8.0.0", | |
"vue": "^2.5.17", | |
"vue-template-compiler": "^2.6.10" | |
}, | |
"dependencies": { | |
"hamburgers": "^1.1.3", | |
"moment": "^2.27.0", | |
"sweetalert2": "^9.15.2", | |
"tail.select": "^0.5.15", | |
"tippy.js": "^6.2.5", | |
"vue-router": "^3.3.4", | |
"vuejs-paginate": "^2.1.0", | |
"vuelidate": "^0.7.5", | |
"vuex": "^3.5.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment