{
	"name": "tiket-on-wordpress",
	"version": "6",
	"description": "React boilerplate for WordPress plugins",
	"main": "index.js",
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"build": "webpack --progress --colors --watch --mode=development",
		"prod": "webpack --progress --colors -p --config webpack.config.js --mode=production"
	},
	"keywords": [
		"wordpress",
		"react",
		"plugin",
		"webpack"
	],
	"author": "Pangolin",
	"license": "GPL-3.0",
	"dependencies": {
		"@babel/polyfill": "^7.0.0",
		"@date-io/date-fns": "1.3.13",
		"@fortawesome/fontawesome-common-types": "^6.1.1",
		"@fortawesome/fontawesome-svg-core": "^6.1.1",
		"@fortawesome/free-solid-svg-icons": "^6.1.1",
		"@fortawesome/react-fontawesome": "^0.1.18",
		"@fullcalendar/react": "^6.1.5",
		"@material-ui/core": "^4.11.1",
		"@material-ui/icons": "^4.9.1",
		"@material-ui/lab": "^4.0.0-alpha.57",
		"@material-ui/pickers": "^3.3.10",
		"@react-hookz/web": "^23.0.0",
		"@react-oauth/google": "^0.8.0",
		"@reduxjs/toolkit": "^1.8.1",
		"@styled-icons/fa-solid": "^10.47.0",
		"@testing-library/jest-dom": "^5.11.4",
		"@testing-library/react": "^11.1.0",
		"@testing-library/user-event": "^12.1.10",
		"accounting": "^0.4.1",
		"accounting-js": "^1.1.1",
		"axios": "^0.21.0",
		"bip32": "^2.0.6",
		"bitcoinjs-lib": "^5.2.0",
		"browser": "^0.2.6",
		"bson-objectid": "^2.0.4",
		"buffer": "^6.0.3",
		"crypto-js": "^4.0.0",
		"css-loader": "^5.0.1",
		"date-fns-tz": "^1.3.3",
		"expo-media-library": "^15.0.0",
		"file-loader": "^6.2.0",
		"framer-motion": "7.6.19",
		"fullcalendar": "^6.1.5",
		"heic2any": "^0.0.3",
		"isomorphic-fetch": "^2.2.1",
		"libheif-js": "^1.14.0",
		"material-ui": "^0.20.2",
		"material-ui-pickers": "^2.2.4",
		"moment": "^2.29.1",
		"next": "10.0.5",
		"prettier": "^2.2.1",
		"prop-types": "^15.6.2",
		"qrcode.react": "^1.0.1",
		"query-string": "^6.13.8",
		"react": "18.2.0",
		"react-country-region-selector": "^3.0.1",
		"react-date-range": "^1.1.4",
		"react-datepicker": "^4.11.0",
		"react-dom": "^18.2.0",
		"react-facebook-login": "^4.1.1",
		"react-facebook-pixel": "^1.0.4",
		"react-ga": "^3.3.1",
		"react-google-login": "^5.2.2",
		"react-items-carousel": "^2.8.0",
		"react-material-ui-carousel": "^2.1.1",
		"react-player": "^2.9.0",
		"react-redux": "^7.2.5",
		"react-router-dom": "^5.2.0",
		"react-scripts": "^3.4.3",
		"react-select": "^5.7.3",
		"react-textarea-autosize": "^8.4.1",
		"react-update": "^0.4.4",
		"react-use": "^17.4.0",
		"sass": "^1.49.9",
		"sass-loader": "^12.6.0",
		"stream": "^0.0.2",
		"style-loader": "^3.3.1",
		"styled-icons": "^10.47.0",
		"svg-inline-loader": "^0.8.2",
		"uuid": "^9.0.0",
		"web-vitals": "^0.2.4",
		"yarn": "^1.22.10"
	},
	"devDependencies": {
		"@babel/core": "^7.1.2",
		"@babel/plugin-proposal-class-properties": "^7.1.0",
		"@babel/preset-env": "^7.1.0",
		"@babel/preset-react": "^7.0.0",
		"@types/accounting": "^0.4.1",
		"@types/bip32": "^2.0.0",
		"@types/bitcoinjs-lib": "^5.0.0",
		"@types/crypto-js": "^4.0.1",
		"@types/heic-convert": "^1.2.0",
		"@types/material-ui": "^0.21.8",
		"@types/qrcode.react": "^1.0.1",
		"@types/react": "^17.0.0",
		"@types/react-date-range": "^1.1.4",
		"@types/react-datepicker": "^3.1.2",
		"@types/react-dom": "^18.0.10",
		"@types/react-facebook-login": "^4.1.4",
		"@types/react-router-dom": "^5.1.6",
		"@types/ua-parser-js": "^0.7.36",
		"babel-eslint": "^10.0.1",
		"babel-loader": "^8.0.4",
		"eslint": "^5.6.1",
		"eslint-plugin-import": "^2.14.0",
		"eslint-plugin-react": "^7.11.1",
		"ts-loader": "^9.1.2",
		"tslib": "^2.2.0",
		"typescript": "^5.0.4",
		"webpack": "^5.15.0",
		"webpack-cli": "^3.1.2"
	}
}
