{
	"name": "Porto",
	"version": "1.0.0",
	"description": "Porto Single Product Title",
	"main": "index.php",
	"repository": {
		"type": "git",
		"url": "git@github.com:Visualcomposer/builder.git"
	},
	"scripts": {
		"standard": "standard --version && standard",
		"build": "webpack --version && webpack --config=./node_modules/vc-webpack-vendors/webpack.v4.config.js --progress --colors",
		"build-production": "webpack --version && webpack --config=./node_modules/vc-webpack-vendors/webpack.v4.config.production.js -p",
		"watch": "webpack --version && webpack --config=./node_modules/vc-webpack-vendors/webpack.v4.config.js --progress --colors --watch"
	},
	"author": "@p-themes",
	"license": "GPL-2.0+",
	"engines": {
		"node": ">=8",
		"npm": ">=5.8"
	},
	"devDependencies": {
		"vc-webpack-vendors": "2.4.0"
	},
	"babel": {
		"presets": [
			"@babel/preset-env",
			"@babel/preset-react"
		],
		"plugins": [
			"@babel/plugin-transform-runtime",
			"@babel/plugin-proposal-class-properties"
		]
	},
	"standard": {
		"parser": "babel-eslint",
		"ignore": [
			"public/dist/"
		],
		"rules": {
			"jsx-quotes": [
				2,
				"prefer-single"
			],
			"import/no-webpack-loader-syntax": "off"
		}
	},
	"resolutions": {
		"core-js": "3.2.1",
		"postcss": "7.0.21",
		"css-loader": "3.2.0",
		"color-name": "1.1.4",
		"eslint": "6.6.0",
		"less": "3.10.3"
	},
	"browserslist": [
		"ie >= 11",
		"last 2 version"
	]
}