File: D:/HostingSpaces/SBogers10/komma.pro/package.json
{
"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": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"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": {
"browser-sync": "^2.23.6",
"browser-sync-webpack-plugin": "^2.2.2",
"cross-env": "^5.1.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"laravel-mix": "^2.1.11",
"ts-loader": "^3.5.0",
"webpack": "^3.11.0"
},
"dependencies": {
"@types/jquery": "^3.3.1",
"ajv": "^6.4.0",
"axios": "^0.17",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"bootstrap-sass": "^3.3.7",
"es6-promise": "^4.2.4",
"jquery": "^3.3.1",
"jquery-ui": "^1.12.1",
"lodash": "^4.17.5",
"node-sass": "^4.8.3",
"tslib": "^1.9.0"
},
"name": "komma",
"description": "[](https://travis-ci.org/laravel/framework) [](https://packagist.org/packages/laravel/framework) [](https://packagist.org/packages/laravel/framework) [](https://packagist.org/packages/laravel/framework) [](https://packagist.org/packages/laravel/framework)",
"version": "1.0.0",
"main": "gulpfile.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/KommaGit/kms"
},
"author": "Komma",
"license": "ISC"
}