{
	"name": "@neliosoft/inlexa-wordpress",
	"version": "0.0.1",
	"repository": {
		"type": "git",
		"url": "https://bitbucket.org/neliosoftware/inlexa"
	},
	"license": "MIT",
	"prettier": "@wordpress/prettier-config",
	"alias": {
		"@neliosoft/inlexa": "src/common",
		"@wpinlexa/gutenberg": "src/gutenberg",
		"@wpinlexa/settings": "src/settings"
	},
	"scripts": {
		"build": "wp-scripts build",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"start": "wp-scripts start",
		"postinstall": "./scripts/install-common-assets"
	},
	"devDependencies": {
		"@emotion/css": "^11.1.3",
		"@fortawesome/fontawesome-svg-core": "^1.2.36",
		"@fortawesome/free-regular-svg-icons": "^5.15.4",
		"@fortawesome/react-fontawesome": "^0.1.15",
		"@types/lodash": "^4.14.171",
		"@types/uuid": "^8.3.1",
		"@types/wordpress__block-editor": "^6.0.4",
		"@types/wordpress__data": "^4.6.10",
		"@types/wordpress__data-controls": "^1.0.5",
		"@typescript-eslint/eslint-plugin": "^4.28.1",
		"@typescript-eslint/parser": "^4.28.1",
		"@wordpress/api-fetch": "^5.2.2",
		"@wordpress/data": "^5.1.3",
		"@wordpress/data-controls": "^1.21.0",
		"@wordpress/edit-post": "^5.0.2",
		"@wordpress/eslint-plugin": "^9.1.0",
		"@wordpress/i18n": "^4.2.2",
		"@wordpress/plugins": "^4.0.2",
		"@wordpress/prettier-config": "^1.1.0",
		"@wordpress/scripts": "^18.0.1",
		"diff": "^5.0.0",
		"eslint": "^7.30.0",
		"eslint-plugin-import": "^2.23.4",
		"eslint-plugin-jest": "^24.4.0",
		"eslint-plugin-react": "^7.24.0",
		"interpolate-components": "^1.1.1",
		"lodash": "^4.17.21",
		"path": "^0.12.7",
		"ts-loader": "^9.2.5",
		"typescript": "^4.3.4",
		"uuid": "^8.3.2",
		"wp-prettier": "^2.2.1-beta-1"
	},
	"dependencies": {}
}
