{
	"name": "kali-forms",
	"version": "2.4.11",
	"description": "WordPress Forms Made Easy - Kali Forms",
	"author": "Creative Common Sense",
	"license": "MIT",
	"private": true,
	"devDependencies": {
		"@babel/core": "^7.11.6",
		"@babel/plugin-proposal-class-properties": "^7.10.4",
		"@babel/plugin-transform-runtime": "^7.11.5",
		"@babel/preset-env": "^7.11.5",
		"@babel/preset-react": "^7.10.4",
		"@babel/runtime": "^7.11.2",
		"autoprefixer": "^9.8.6",
		"babel-loader": "^8.1.0",
		"babel-plugin-import": "^1.13.1",
		"babel-plugin-jsx-control-statements": "^4.1.0",
		"babel-preset-mobx": "^2.0.0",
		"babel-preset-stage-0": "^6.24.1",
		"babel-runtime": "^6.26.0",
		"clean-webpack-plugin": "^1.0.1",
		"cross-env": "^7.0.2",
		"css-loader": "^3.4.2",
		"eslint": "^6.8.0",
		"eslint-plugin-react-hooks": "^2.4.0",
		"extract-text-webpack-plugin": "^4.0.0-beta.0",
		"file-loader": "^5.1.0",
		"moment-locales-webpack-plugin": "^1.2.0",
		"node-sass": "^4.14.1",
		"postcss-flexbugs-fixes": "^4.2.1",
		"postcss-loader": "^3.0.0",
		"postcss-preset-env": "^6.7.0",
		"postcss-safe-parser": "^4.0.2",
		"resolve-url-loader": "^3.1.2",
		"sass-loader": "^8.0.2",
		"source-map-loader": "^1.1.0",
		"style-loader": "^1.1.3",
		"uglifyjs-webpack-plugin": "^1.1.2",
		"url-loader": "^3.0.0",
		"webpack": "^4.44.1",
		"webpack-bundle-analyzer": "^3.8.0",
		"webpack-clean-obsolete-chunks": "^0.4.0",
		"webpack-cli": "^3.3.12",
		"webpack-merge": "^5.2.0"
	},
	"dependencies": {
		"@ant-design/icons": "^4.5.0",
		"@date-io/core": "^2.9.0",
		"@date-io/moment": "^1.3.13",
		"@getbase/forms": "^4.1.0",
		"@material-ui/core": "^4.11.0",
		"@material-ui/data-grid": "^4.0.0-alpha.20",
		"@material-ui/icons": "^4.9.1",
		"@material-ui/lab": "^4.0.0-alpha.56",
		"@material-ui/pickers": "^3.2.10",
		"@mui-treasury/styles": "^1.13.0",
		"@wordpress/i18n": "^3.19.0",
		"antd": "^4.12.3",
		"array-move": "^3.0.1",
		"axios": "^0.21.1",
		"clsx": "^1.1.1",
		"copy-to-clipboard": "^3.3.1",
		"draft-convert": "^2.1.13",
		"draft-js-import-html": "^1.4.1",
		"draftjs-to-html": "^0.9.1",
		"filepond": "^4.20.1",
		"filepond-plugin-file-rename": "^1.1.6",
		"filepond-plugin-file-validate-size": "^2.2.1",
		"filepond-plugin-file-validate-type": "^1.2.5",
		"filepond-plugin-image-preview": "^4.6.4",
		"html-to-draftjs": "^1.5.0",
		"is_js": "^0.9.0",
		"material-table": "^1.69.0",
		"mobx": "^6.0.3",
		"mobx-react": "7.0.4",
		"mobx-utils": "^6.0.1",
		"moment": "^2.27.0",
		"mui-rte": "^1.24.0",
		"node-snackbar": "^0.1.16",
		"normalize.css": "^8.0.1",
		"notistack": "^1.0.0",
		"prop-types": "^15.7.2",
		"qs": "^6.9.4",
		"react": "^17.0.1",
		"react-dom": "^17.0.1",
		"react-dropzone": "^11.0.1",
		"react-error-boundary": "^3.1.0",
		"react-grid-layout": "^1.1.1",
		"react-router-dom": "^5.2.0",
		"react-sortable-hoc": "^1.11.0",
		"react-table": "^7.6.3",
		"react-window": "^1.8.5",
		"tippy.js": "^6.2.6",
		"validate.js": "^0.13.1",
		"vanilla-text-mask": "^5.1.1"
	},
	"browserslist": [
		">0.2%",
		"not dead",
		"not ie <= 11",
		"not op_mini all"
	],
	"scripts": {
		"start-block": "webpack --config webpack/webpack.config.block.js --hide-modules --mode=development --watch --progress",
		"prod-block": "webpack --config webpack/webpack.config.block.js --hide-modules --mode=production --progress",
		"start-general": "webpack --config webpack/webpack.config.general.js --hide-modules --mode=development --watch --progress",
		"prod-general": "webpack --config webpack/webpack.config.general.js --hide-modules --mode=production --progress",
		"start-frontend": "webpack --config webpack/webpack.config.frontend.js --hide-modules --mode=development --watch --progress",
		"prod-frontend": "webpack --config webpack/webpack.config.frontend.js --hide-modules --mode=production --progress",
		"start-components": "webpack --config webpack/webpack.config.components.js --hide-modules --mode=development --watch --progress",
		"prod-components": "webpack --config webpack/webpack.config.components.js --hide-modules --mode=production --progress",
		"start-emails": "webpack --config webpack/webpack.config.emails.js --hide-modules --mode=development --watch --progress",
		"prod-emails": "webpack --config webpack/webpack.config.emails.js --hide-modules --mode=production --progress",
		"start-form-entries": "webpack --config webpack/webpack.config.form-entries.js --hide-modules --mode=development --watch --progress",
		"prod-form-entries": "webpack --config webpack/webpack.config.form-entries.js --hide-modules --mode=production --progress",
		"start-submissions-fe": "webpack --config webpack/webpack.config.submissions-frontend.js --hide-modules --mode=development --watch --progress",
		"prod-submissions-fe": "webpack --config webpack/webpack.config.submissions-frontend.js --hide-modules --mode=production --progress",
		"start-submissions": "webpack --config webpack/webpack.config.submissions.js --hide-modules --mode=development --watch --progress",
		"prod-submissions": "webpack --config webpack/webpack.config.submissions.js --hide-modules --mode=production --progress",
		"start": "webpack --config webpack/webpack.config.js --hide-modules --mode=development --watch --progress",
		"prod": "webpack --config webpack/webpack.config.js --hide-modules --mode=production --progress"
	}
}
