Production Package.json
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
{ | |
"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", | |
"start": "npm run prod" | |
}, | |
"engines": { | |
"node": "14.3.0", | |
"npm": "6.14.8" | |
}, | |
"devDependencies": { | |
"axios": "^0.19", | |
"bootstrap": "^4.0.0", | |
"cross-env": "^7.0", | |
"jquery": "^3.2", | |
"laravel-mix": "^5.0.1", | |
"lodash": "^4.17.19", | |
"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": { | |
"ckeditor4-vue": "^1.1.0", | |
"sweetalert": "^2.1.2", | |
"vue-router": "^3.3.4", | |
"vuex": "^3.4.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment