15 lines
		
	
	
	
		
			476 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			476 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "private": true,
 | 
						|
  "scripts": {
 | 
						|
    "build": "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 build -- --watch"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "browser-sync": "^2.26.3",
 | 
						|
    "browser-sync-webpack-plugin": "2.0.1",
 | 
						|
    "cross-env": "^5.2.0",
 | 
						|
    "laravel-mix": "^4.0.14",
 | 
						|
    "postcss-nested": "^4.1.2",
 | 
						|
    "tailwindcss": "^1.0.0-beta.3"
 | 
						|
  }
 | 
						|
}
 |