Skip to content

Instantly share code, notes, and snippets.

@scriptburn
Last active February 19, 2020 12:48
Show Gist options
  • Save scriptburn/ce322bf552f37ef9e1c736b77de25230 to your computer and use it in GitHub Desktop.
Save scriptburn/ce322bf552f37ef9e1c736b77de25230 to your computer and use it in GitHub Desktop.
{
"name": "foursite",
"version": "1.2.1",
"description": "Foursite project management application",
"main": "webpack.config.js",
"scripts": {
"serve": "php artisan serve --port=8084",
"dev": "SET NODE_ENV=development & webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "SET NODE_ENV=development & webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"mac": "export NODE_ENV=development&&webpack NODE_OPTIONS=--max-old-space-size=4096 --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "SET NODE_ENV=development & webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "SET NODE_ENV=production & webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"production-linux": "export NODE_OPTIONS=--max_old_space_size=4096 NODE_ENV=production&&webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@progress/kendo-data-query": "^1.5.2",
"@progress/kendo-dateinputs-vue-wrapper": "^2019.2.621",
"@progress/kendo-gantt-vue-wrapper": "^2019.3.1023",
"@progress/kendo-theme-default": "^4.2.0",
"@progress/kendo-ui": "^2019.2.822",
"@progress/kendo-vue-dropdowns": "^0.4.4",
"@progress/kendo-vue-inputs": "^0.4.4",
"@progress/kendo-vue-intl": "^0.4.4",
"axios": "^0.19.0",
"bootstrap": "^4.1.1",
"bootstrap-css": "^4.0.0-alpha.5",
"bryntum-gantt": "file:./resources/js/libs/gantt-2.0.3/build",
"bryntum-resources": "file:./resources/js/libs/gantt-2.0.3/examples/_shared",
"bryntum-vue-shared": "file:./resources/js/libs/gantt-2.0.3/examples/vue/javascript/_shared",
"chart.js": "^2.6.0",
"child_process": "^1.0.2",
"compass-mixins": "^0.12.10",
"compression-webpack-plugin": "^1.0.1",
"dayjs": "^1.8.19",
"debounce": "^1.2.0",
"devbridge-autocomplete": "^1.4.1",
"dropzone": "^4.3.0",
"font-awesome": "^4.7.0",
"formulize": "0.0.13",
"fs": "0.0.1-security",
"jquery": "^3.1.1",
"jquery-contextmenu": "^2.8.0",
"jquery-number": "^2.1.6",
"jquery-table-fixer": "^1.0.0",
"jquery-ui-bundle": "^1.12.1",
"jquery.animate-number": "0.0.14",
"jstree": "^3.3.4",
"laravel-echo": "^1.3.2",
"magnific-popup": "^1.1.0",
"multiselect": "^0.9.12",
"net": "^1.0.2",
"page": "^1.11.4",
"popper.js": "^1.14.7",
"pusher-js": "^4.2.1",
"select2": "^4.0.5",
"select2-bootstrap-theme": "0.1.0-beta.10",
"simple-pagination": "^1.0.0",
"sortablejs": "^1.8.1",
"tls": "0.0.1",
"update": "^0.7.4",
"vue": "^2.6.11",
"vue-class-component": "^7.2.2",
"vue-currency-filter": "^3.4.2",
"vue-currency-input": "^1.15.1",
"vue-scrollto": "^2.17.1",
"vue-select": "^3.4.0",
"vue-tabs-component": "^1.5.0",
"vue-template-compiler": "^2.5.22",
"vue-trix": "^1.1.0",
"vue2-dropzone": "^3.6.0",
"vuedraggable": "^2.23.2",
"vuejs-datepicker": "^1.5.4",
"vuetify": "^1.5.12",
"vuex": "^3.1.2"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "^0.1.8",
"acorn": "^4.0.11",
"babel-core": "^7.0.0-0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"browser-sync": "^2.24.4",
"browser-sync-webpack-plugin": "^2.2.2",
"bundle-loader": "^0.5.5",
"chart.js": "^2.6.0",
"clean-webpack-plugin": "^0.1.16",
"concat-loader": "^0.1.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.27.1",
"cssnano": "^3.10.0",
"csspin": "^1.1.4",
"exports-loader": "^0.6.4",
"expose-loader": "^0.7.3",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^5.0.2",
"font-loader": "^0.1.2",
"ftp-deploy": "^1.2.2",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"json-loader": "^0.5.4",
"laravel-mix": "^5.0.1",
"minifier": "^0.8.1",
"node-sass": "^4.5.0",
"opentype": "^0.1.2",
"optimize-css-assets-webpack-plugin": "^3.0.0",
"postcss-discard-comments": "^2.0.4",
"postcss-filter-plugins": "^2.0.2",
"postcss-loader": "^2.1.5",
"postcss-minify-gradients": "^1.0.5",
"postcss-reduce-initial": "^1.0.1",
"postcss-reduce-transforms": "^1.0.4",
"postcss-svgo": "^2.1.6",
"raw-loader": "^0.5.1",
"resolve-url-loader": "^2.1.0",
"rs-carousel": "^1.2.2",
"sass": "^1.15.2",
"sass-loader": "^8.0.0",
"script-loader": "^0.7.0",
"truetype": "^1.4.0",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "^0.5.8",
"velocity": "^0.7.2",
"velocity-animate": "^1.5.0",
"webpack": "^4.41.5",
"webpack-laravel-mix-manifest": "^1.0.6",
"webpack-notifier": "^1.5.0",
"yargs": "^7.0.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment