{
	"name": "@eventespresso/core",
	"version": "1.0.0",
	"description": "Event Espresso core js and css.",
	"main": "webpack.dev.js",
	"repository": "git+https://github.com/eventespresso/event-espresso-core.git",
	"watch": {
		"build:css": {
			"patterns": [
				"bin/css-builder",
				"assets/src/components/ui/styles"
			],
			"ignore": "index.js"
		}
	},
	"scripts": {
		"prebuild": "npm run check-engines && npm run build:css",
		"prewatch": "npm run check-engines",
		"watch": "concurrently \"webpack --watch --config webpack.dev.js\" \"npm-watch build:css\"",
		"build": "cross-env NODE_ENV=production webpack --config webpack.prod.js",
		"watch-poll": "webpack --watch --watch-poll --config webpack.dev.js",
		"lint": "wp-scripts lint-js .",
		"lint:fix": "wp-scripts lint-js . --fix",
		"check-engines": "wp-scripts check-engines",
		"ci:test": "npm run test-unit:coverage-ci",
		"ci:lint": "npm run lint",
		"ci:build": "npm run build",
		"test": "npm run lint && npm run test-unit",
		"test-php": "cd tests && phpunit",
		"test-php:coverage-ci": "npm run test-php -- --coverage-clover=coverage.xml && codecov",
		"lint-php": "composer run-script lint",
		"lint-php:skip-warnings": "composer run-script lint:skip-warnings",
		"lint-php:fix": "composer run-script lint-fix",
		"test-unit": "wp-scripts test-unit-js --config tests/javascript-config/unit/jest.config.json",
		"test-unit:update": "npm run test-unit -- --updateSnapshot",
		"test-unit:watch": "npm run test-unit -- --watch",
		"test-unit:coverage": "npm run test-unit -- --coverage",
		"test-unit:coverage-ci": "npm run test-unit -- --coverage --maxWorkers 1 && codecov",
		"lc": "jsgl --local ./",
		"build:css": "node ./bin/css-builder/css-builder.js"
	},
	"author": "Event Espresso",
	"license": "GPL-2.0",
	"browserslist": [
		"extends @wordpress/browserslist-config"
	],
	"devDependencies": {
		"@babel/core": "7.6.4",
		"@babel/plugin-proposal-class-properties": "^7.5.5",
		"@babel/runtime-corejs3": "^7.6.3",
		"@wordpress/a11y": "^2.5.1",
		"@wordpress/api-fetch": "^3.6.2",
		"@wordpress/autop": "^2.5.1",
		"@wordpress/babel-plugin-makepot": "^3.2.1",
		"@wordpress/babel-preset-default": "^4.6.2",
		"@wordpress/block-library": "^2.9.4",
		"@wordpress/blocks": "^6.7.2",
		"@wordpress/browserslist-config": "^2.6.0",
		"@wordpress/components": "^8.3.2",
		"@wordpress/compose": "^3.7.2",
		"@wordpress/core-data": "^2.7.4",
		"@wordpress/data": "^4.9.2",
		"@wordpress/date": "^3.5.0",
		"@wordpress/dependency-extraction-webpack-plugin": "^2.0.0",
		"@wordpress/editor": "^9.7.4",
		"@wordpress/element": "^2.8.2",
		"@wordpress/eslint-plugin": "^3.1.0",
		"@wordpress/hooks": "^2.6.0",
		"@wordpress/jest-preset-default": "^5.1.1",
		"@wordpress/keycodes": "^2.6.2",
		"@wordpress/plugins": "^2.7.2",
		"@wordpress/scripts": "^5.1.0",
		"@wordpress/server-side-render": "^1.3.4",
		"@wordpress/url": "^2.8.2",
		"@wordpress/viewport": "^2.8.2",
		"autoprefixer": "^9.7.1",
		"babel-plugin-dev-expression": "^0.2.2",
		"babel-runtime": "^6.26.0",
		"codecov": "^3.6.1",
		"concurrently": "^5.0.0",
		"core-js": "3.3.6",
		"cross-env": "6.0.3",
		"css-loader": "^3.2.0",
		"cssnano": "^4.1.10",
		"deep-freeze": "0.0.1",
		"del": "git+https://github.com/sindresorhus/del.git",
		"equivalent-key-map": "^0.2.2",
		"eslint": "^6.5.1",
		"eslint-plugin-jest": "23.0.2",
		"handlebars": "^4.4.3",
		"license-checker": "^25.0.1",
		"lodash": "^4.17.15",
		"mini-css-extract-plugin": "^0.8.0",
		"pegjs": "^0.10.0",
		"pegjs-loader": "^0.5.5",
		"postcss-loader": "^3.0.0",
		"react": "^16.11.0",
		"react-dom": "^16.11.0",
		"react-test-renderer": "^16.11.0",
		"recast": "^0.18.5",
		"webpack": "^4.41.2",
		"webpack-assets-manifest": "^3.1.1",
		"webpack-cli": "^3.3.9",
		"webpack-merge": "^4.2.2"
	},
	"dependencies": {
		"@eventespresso/react-exit-modal-typeform": "^1.0.4",
		"@wordpress/i18n": "^3.6.1",
		"@wordpress/is-shallow-equal": "^1.6.1",
		"accounting-js": "^1.1.1",
		"classnames": "^2.2.6",
		"cuid": "^2.1.6",
		"decimal.js-light": "^2.5.0",
		"immutable": "^4.0.0-rc.12",
		"js-green-licenses": "^1.1.0",
		"memize": "^1.0.5",
		"moment-duration-format": "^2.3.2",
		"moment-timezone": "^0.5.27",
		"npm-watch": "^0.6.0",
		"pluralize": "^8.0.0",
		"prop-types": "^15.7.2",
		"querystringify": "^2.1.1",
		"react-select": "^3.0.8",
		"rememo": "^3.0.0",
		"warning": "^4.0.3"
	}
}
