Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. {
  2. "private": true,
  3. "scripts": {
  4. "dev": "npm run development",
  5. "development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
  6. "watch": "npm run development -- --watch",
  7. "watch-poll": "npm run watch -- --watch-poll",
  8. "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",
  9. "prod": "npm run production",
  10. "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"
  11. },
  12. "dependencies": {
  13. "@coreui/coreui": "^2.0.21",
  14. "@coreui/coreui-plugin-chartjs-custom-tooltips": "1.2.0",
  15. "@coreui/icons": "0.3.0",
  16. "@fortawesome/fontawesome-free": "^5.7.2",
  17. "@fullcalendar/core": "^4.0.1",
  18. "@fullcalendar/interaction": "^4.0.1",
  19. "babel-polyfill": "^6.26.0",
  20. "bootstrap": "4.1.3",
  21. "bootstrap-vue": "^2.0.0-rc.22",
  22. "chart.js": "^2.8.0",
  23. "core-js": "^2.5.7",
  24. "echarts": "^4.2.1",
  25. "jquery": "3.3.1",
  26. "luxon": "^1.11.3",
  27. "moment-locales-webpack-plugin": "^1.0.7",
  28. "pace": "0.0.4",
  29. "pace-progress": "1.0.2",
  30. "perfect-scrollbar": "1.4.0",
  31. "popper.js": "^1.14.4",
  32. "portal-vue": "^2.1.5",
  33. "sass": "^1.17.1",
  34. "simple-line-icons": "2.4.1",
  35. "vue": "^2.6.6",
  36. "vue-color": "^2.7.0",
  37. "vue-datetime": "^1.0.0-beta.10",
  38. "vue-echarts": "^4.0.3",
  39. "vue-full-calendar": "^2.7.0",
  40. "vue-js-modal": "^1.3.31",
  41. "vue-multi-select": "^4.0.0",
  42. "vuejs-datatable": "^1.7.0",
  43. "weekstart": "^1.0.0"
  44. },
  45. "devDependencies": {
  46. "@babel/cli": "^7.1.2",
  47. "@babel/core": "^7.1.2",
  48. "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
  49. "@babel/preset-env": "^7.4.2",
  50. "autoprefixer": "^9.3.1",
  51. "axios": "^0.17.1",
  52. "babel-eslint": "^10.0.1",
  53. "babel-plugin-transform-es2015-modules-strip": "^0.1.1",
  54. "browser-sync": "^2.26.3",
  55. "chalk": "^2.4.1",
  56. "clean-css-cli": "^4.2.1",
  57. "copyfiles": "^2.1.0",
  58. "cross-env": "^5.2.0",
  59. "eslint": "^5.7.0",
  60. "eslint-plugin-compat": "^2.6.2",
  61. "foreach-cli": "^1.8.1",
  62. "js-beautify": "^1.8.8",
  63. "laravel-mix": "^4.0.14",
  64. "node-sass": "^4.9.4",
  65. "nodemon": "^1.18.4",
  66. "npm-run-all": "^4.1.3",
  67. "postcss-cli": "^6.0.1",
  68. "pug": "^2.0.3",
  69. "resolve-url-loader": "^2.3.1",
  70. "rimraf": "^2.6.2",
  71. "sass-loader": "^7.1.0",
  72. "shelljs": "^0.8.2",
  73. "stylelint": "^9.6.0",
  74. "stylelint-config-recommended-scss": "^3.2.0",
  75. "stylelint-config-standard": "^18.2.0",
  76. "stylelint-order": "^1.0.0",
  77. "stylelint-scss": "^3.3.2",
  78. "vue-template-compiler": "^2.6.7"
  79. }
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement