{
	"name": "@chantey/dom",
	"description": "@chantey/dom package",
	"version": "1.0.62",
	"scripts": {
		"start": "npm run watch",
		"build": "npm run build-webpack",
		"test": "npm run test-dom",
		"test-cypress": "cypress open-ct --config-file ./config/cypress/cypress.json",
		"auto-index": "lilbud autoIndex -w --config ./config/chantey/autoIndex.config.json",
		"build-tsc": "npm run clean && tsc --project ./config/typescript/tsconfig.json",
		"start-tsc": "npm run watch-tsc",
		"relink": "npm link @chantey/scripts lilbud",
		"test-node": "jest --forceExit --detectOpenHandles --watchAll --config ./config/jest/jest.config.ts",
		"watch": "npm run watch-webpack",
		"watch-tsc": "npm run build-tsc -- -w",
		"test-dom": "jest --forceExit --detectOpenHandles --watchAll --config ./config/jest/jest.dom.config.ts",
		"test-cypress-e2e": "cypress open --config-file ./config/cypress/cypress.json",
		"deploy": "npm run auto-index-build && npm run build-tsc && npm version patch && npm publish",
		"auto-index-build": "lilbud autoIndex --config ./config/chantey/autoIndex.config.json",
		"clean": "rimraf dist/ && rimraf config/typescript/tsconfig.tsbuildinfo",
		"watch-webpack": "cross-env TS_NODE_PROJECT=\"config/webpack/tsconfig.webpack.json\" webpack serve --config ./config/webpack/webpack.config.ts",
		"build-webpack": "npm run clean && cross-env TS_NODE_PROJECT=\"config/webpack/tsconfig.webpack.json\" webpack --config ./config/webpack/webpack.config.ts --env prod=true",
		"lint": "eslint -c ./config/eslint/.eslintrc.json ./{src,test,config}/**/*.{js,jsx,ts,tsx,d.ts}",
		"lint-fix": "npm run lint -- --fix",
		"test-api": "jest --forceExit --detectOpenHandles --watchAll --config ./config/jest/jest.api.config.ts",
		"test-dom-api": "jest --forceExit --detectOpenHandles --watchAll --config ./config/jest/jest.dom.api.config.ts",
		"analyze": "npm run watch-webpack -- --env analyze=true"
	},
	"main": "./dist/index.js",
	"repository": {
		"type": "git",
		"url": "git+https://github.com/mrchantey/chantey.git"
	},
	"keywords": [
		"chantey"
	],
	"author": "mrchantey",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/mrchantey/chantey/issues"
	},
	"homepage": "https://github.com/mrchantey/chantey/dom#readme",
	"peerDependencies": {
		"@emotion/css": "^11.1.3",
		"@emotion/react": "^11.4.1",
		"@emotion/styled": "^11.3.0",
		"@mui/icons-material": "^5.2.4",
		"@mui/lab": "^5.0.0-alpha.60",
		"@mui/material": "^5.2.4",
		"react": "^17.0.2",
		"react-dom": "^17.0.2",
		"react-router-dom": "^6.2.1",
		"recoil": "^0.4.0"
	},
	"dependencies": {
		"@chantey/core": "^1.0.23",
		"@cypress/react": "^5.9.2",
		"@cypress/webpack-dev-server": "^1.4.0",
		"@jest/types": "^27.0.6",
		"@svgr/webpack": "^5.5.0",
		"@testing-library/react": "^12.1.2",
		"@types/jest": "^26.0.24",
		"@types/react": "^17.0.14",
		"@types/react-test-renderer": "^17.0.1",
		"@typescript-eslint/eslint-plugin": "^5.0.0",
		"@typescript-eslint/parser": "^5.0.0",
		"circular-dependency-plugin": "^5.2.2",
		"cross-env": "^7.0.3",
		"css-loader": "^6.2.0",
		"cypress": "^9.2.0",
		"eslint": "^7.32.0",
		"eslint-plugin-react": "^7.26.1",
		"file-loader": "^6.2.0",
		"html-webpack-plugin": "^5.3.2",
		"jest": "^27.0.6",
		"jest-extended": "^0.11.5",
		"jest-summary-reporter": "^0.0.2",
		"react-test-renderer": "^17.0.2",
		"style-loader": "^3.2.1",
		"ts-jest": "^27.0.4",
		"ts-loader": "^9.2.3",
		"ts-node": "^10.1.0",
		"tsconfig-paths": "^3.10.1",
		"typescript": "^4.3.5",
		"webpack": "^5.45.1",
		"webpack-bundle-analyzer": "^4.4.2",
		"webpack-cli": "^4.7.2",
		"webpack-dev-server": "^3.11.2"
	},
	"devDependencies": {
		"@chantey/lilbud": "file:..\\..\\lilbud",
		"@chantey/scripts": "file:..\\scripts",
		"@cypress/react": "^5.9.1",
		"@cypress/webpack-dev-server": "^1.3.1",
		"@jest/types": "^27.0.6",
		"@types/cypress": "^1.1.3",
		"@types/jest": "^26.0.24",
		"@types/react": "^17.0.2",
		"@types/react-test-renderer": "^17.0.1",
		"cross-env": "^7.0.3",
		"html-webpack-plugin": "^5.3.1",
		"jest": "^27.0.6",
		"jest-extended": "^0.11.5",
		"jest-summary-reporter": "^0.0.2",
		"react-test-renderer": "^17.0.2",
		"ts-jest": "^27.0.4",
		"ts-loader": "^8.0.18",
		"ts-node": "^10.1.0",
		"tsc-alias": "^1.5.0",
		"tsconfig-paths": "^3.10.1",
		"typescript": "^4.3.5",
		"webpack": "^5.28.0",
		"webpack-bundle-analyzer": "^4.4.2",
		"webpack-cli": "^4.5.0",
		"webpack-dev-server": "^3.11.2"
	},
	"$schema": "https://json.schemastore.org/package.json",
	"files": [
		"dist/**/*"
	]
}
