{
	"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",
	"scripts": {
		"prebuild": "npm run check-engines",
		"prewatch": "npm run check-engines",
		"watch": "webpack --watch --config webpack.dev.js",
		"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": "concurrently \"npm run lint && npm run build\" \"npm run test-unit:coverage-ci\"",
		"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:coverage": "npm run test-unit -- --coverage",
		"test-unit:coverage-ci": "npm run test-unit -- --coverage --maxWorkers 1 && codecov",
		"test-unit:watch": "npm run test-unit -- --watch",
		"lc": "jsgl --local ./"
	},
	"author": "Event Espresso",
	"license": "GPL-2.0",
	"browserslist": [
		"extends @wordpress/browserslist-config"
	],
	"devDependencies": {
		"@babel/core": "7.0.0",
		"@babel/plugin-proposal-class-properties": "^7.0.0",
		"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
		"@babel/plugin-transform-react-jsx": "^7.0.0",
		"@babel/polyfill": "^7.0.0",
		"@babel/preset-react": "^7.0.0",
		"@babel/runtime-corejs2": "7.0.0",
		"@wordpress/a11y": "^1.1.3",
		"@wordpress/api-fetch": "^1.1.1",
		"@wordpress/autop": "^1.1.3",
		"@wordpress/babel-plugin-import-jsx-pragma": "^1.1.2",
		"@wordpress/babel-plugin-makepot": "^2.1.2",
		"@wordpress/babel-preset-default": "^2.1.0",
		"@wordpress/blob": "^1.0.3",
		"@wordpress/block-library": "^1.0.0",
		"@wordpress/blocks": "^1.0.0",
		"@wordpress/browserslist-config": "^2.2.2",
		"@wordpress/components": "^1.1.1",
		"@wordpress/compose": "^1.0.4",
		"@wordpress/core-data": "^1.1.1",
		"@wordpress/data": "^1.2.1",
		"@wordpress/date": "^1.0.3",
		"@wordpress/deprecated": "^1.0.3",
		"@wordpress/dom": "^1.0.3",
		"@wordpress/editor": "^2.0.1",
		"@wordpress/element": "^1.0.4",
		"@wordpress/eslint-plugin": "^1.0.0",
		"@wordpress/hooks": "^1.3.3",
		"@wordpress/jest-preset-default": "^2.0.6",
		"@wordpress/keycodes": "^1.1.0",
		"@wordpress/plugins": "^1.0.4",
		"@wordpress/scripts": "^2.5.0",
		"@wordpress/url": "^2.3.3",
		"@wordpress/viewport": "^1.0.4",
		"autoprefixer": "^8.6.5",
		"babel-loader": "8.0.0",
		"babel-plugin-dev-expression": "^0.2.1",
		"clean-webpack-plugin": "^0.1.18",
		"codecov": "^3.1.0",
		"concurrently": "^3.6.1",
		"core-js": "2.5.7",
		"cross-env": "3.2.4",
		"css-loader": "^0.28.11",
		"deep-freeze": "0.0.1",
		"eslint-plugin-jest": "21.5.0",
		"license-checker": "^20.2.0",
		"lodash": "^4.17.11",
		"mini-css-extract-plugin": "^0.4.4",
		"pegjs": "^0.10.0",
		"pegjs-loader": "^0.5.4",
		"postcss-loader": "^2.1.6",
		"react": "^16.6.0",
		"react-dom": "^16.6.0",
		"react-test-renderer": "^16.6.0",
		"recast": "^0.14.7",
		"webpack": "^4.23.1",
		"webpack-assets-manifest": "^3.1.0",
		"webpack-cli": "^3.1.1",
		"webpack-merge": "^4.1.4"
	},
	"dependencies": {
		"@eventespresso/react-exit-modal-typeform": "^1.0.4",
		"@wordpress/dom-ready": "^1.2.0",
		"@wordpress/i18n": "^1.2.3",
		"@wordpress/is-shallow-equal": "^1.1.4",
		"accounting-js": "^1.1.1",
		"classnames": "^2.2.6",
		"cuid": "^2.1.4",
		"decimal.js-light": "^2.5.0",
		"immutable": "^4.0.0-rc.12",
		"js-green-licenses": "^0.5.0",
		"memize": "^1.0.5",
		"moment-duration-format": "^2.2.2",
		"moment-timezone": "^0.5.23",
		"pluralize": "^7.0.0",
		"prop-types": "^15.6.2",
		"querystringify": "^1.0.0",
		"react-redux": "^5.1.0",
		"react-select": "^2.1.1",
		"redux": "^3.7.2",
		"rememo": "^3.0.0",
		"warning": "^4.0.2"
	}
}
