{
	"name": "modern-cart",
	"version": "1.0.0",
	"description": "The Modern Cart enhances your WooCommerce cart with more features and customization options.",
	"main": "Gruntfile.js",
	"scripts": {
		"build": "wp-scripts build",
		"test": "echo \"Error: no test specified\" && exit 1",
		"pretty": "prettier --check .",
		"pretty:fix": "prettier --write .",
		"lint-js": "wp-scripts lint-js",
		"lint-js:fix": "npm run pretty:fix && npm run lint-js -- --fix",
		"lint-css": "wp-scripts lint-style",
		"lint-css:fix": "npm run lint-css -- --fix",
		"start": "wp-scripts start",
		"i18n": "grunt textdomain && wp i18n make-pot . --exclude=\".github,.wordpress-org,bin,lib,node_modules,src,tests,vendor,wizard/src,.vscode,.eslintrc.js,package.json,package-lock.json,*.json\" languages/modern-cart.pot --domain=modern-cart --debug",
		"i18n:po": "wp i18n update-po languages/modern-cart.pot",
		"i18n:mo": "wp i18n make-mo languages",
		"i18n:json": "wp i18n make-json languages --no-purge",
		"i18n:gptpo:nl": "gpt-po translate --po languages/modern-cart-nl_NL.po --lang nl --verbose",
		"i18n:gptpo:fr": "gpt-po translate --po languages/modern-cart-fr_FR.po --lang fr --verbose",
		"i18n:gptpo:de": "gpt-po translate --po languages/modern-cart-de_DE.po --lang de --verbose",
		"i18n:gptpo:es": "gpt-po translate --po languages/modern-cart-es_ES.po --lang es --verbose",
		"i18n:gptpo:it": "gpt-po translate --po languages/modern-cart-it_IT.po --lang it --verbose",
		"i18n:gptpo:pt": "gpt-po translate --po languages/modern-cart-pt_PT.po --lang pt --verbose",
		"i18n:gptpo:pl": "gpt-po translate --po languages/modern-cart-pl_PL.po --lang pl --verbose"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/brainstormforce/modern-cart.git"
	},
	"author": "",
	"license": "ISC",
	"bugs": {
		"url": "https://github.com/brainstormforce/modern-cart/issues"
	},
	"homepage": "https://github.com/brainstormforce/modern-cart#readme",
	"dependencies": {
		"@bsf/force-ui": "git+https://github.com/brainstormforce/force-ui#1.6.0",
		"@headlessui/react": "^1.4.3",
		"@heroicons/react": "^2.0.13",
		"@tailwindcss/forms": "^0.4.0",
		"@tailwindcss/typography": "^0.5.1",
		"browser-sync": "^2.26.14",
		"browser-sync-webpack-plugin": "^2.2.2",
		"classnames": "^2.2.6",
		"grunt-text-replace": "^0.4.0",
		"html-entities": "^1.3.1",
		"html-react-parser": "^5.2.2",
		"lodash": "^4.17.21",
		"moment-timezone": "^0.5.31",
		"node-fetch": "^2.6.1",
		"postcss": "^8.3.6",
		"prettier": "npm:wp-prettier@2.2.1-beta-1",
		"react": "^18.3.1",
		"react-dom": "^18.3.1",
		"react-redux": "^7.2.6",
		"react-router-dom": "^5.2.0",
		"reactcss": "^1.2.3",
		"redux": "^4.1.2",
		"request": "^2.88.2",
		"whats-new-rss": "github:brainstormforce/whats-new-rss#dev"
	},
	"devDependencies": {
		"@types/sortablejs": "^1.10.6",
		"@wordpress/api-fetch": "^3.20.0",
		"@wordpress/components": "^27.2.0",
		"@wordpress/compose": "^3.22.0",
		"@wordpress/data": "^4.25.0",
		"@wordpress/i18n": "^3.16.0",
		"@wordpress/notices": "^2.10.0",
		"@wordpress/prettier-config": "^1.1.1",
		"@wordpress/scripts": "^19.2.4",
		"autoprefixer": "^9.8.6",
		"file-loader": "^6.2.0",
		"gpt-po": "1.1.1",
		"grunt": "^1.5.3",
		"grunt-cli": "^1.4.3",
		"grunt-contrib-clean": "^2.0.0",
		"grunt-contrib-compress": "^2.0.0",
		"grunt-contrib-copy": "^1.0.0",
		"grunt-contrib-cssmin": "^3.0.0",
		"grunt-contrib-uglify": "^4.0.0",
		"grunt-postcss": "^0.9.0",
		"grunt-rtlcss": "^2.0.2",
		"grunt-strip-code": "^1.0.9",
		"grunt-wp-i18n": "^1.0.3",
		"grunt-wp-readme-to-markdown": "^2.1.0",
		"loadash": "^1.0.0",
		"postcss-flexibility": "^2.0.0",
		"prettier": "npm:wp-prettier@^2.8.5",
		"shelljs": "^0.8.4",
		"tailwindcss": "^3.0.16",
		"wp-prettier": "^2.8.5"
	}
}
