Created
April 4, 2019 07:58
-
-
Save molzieyy/84fad3b5c9414bc00e8d7770223addbd to your computer and use it in GitHub Desktop.
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 --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": { | |
"@fortawesome/fontawesome-free": "^5.6.1", | |
"axios": "^0.18", | |
"bootstrap": "^4.0.0", | |
"cross-env": "^5.1", | |
"jquery": "^3.2", | |
"laravel-mix": "^2.0", | |
"lodash": "^4.17.5", | |
"popper.js": "^1.12", | |
"vue": "^2.5.17" | |
}, | |
"dependencies": { | |
"admin-lte": "^3.0.0-alpha.2", | |
"chart.js": "^2.7.3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment