{
	"name": "w5-tools",
	"version": "0.1.1",
	"private": false,
	"dependencies": {
		"@ant-design/icons": "^5.1.3",
		"@codemirror/lang-json": "^6.0.0",
		"@codemirror/language": "^6.7.0",
		"@testing-library/jest-dom": "^5.11.4",
		"@testing-library/react": "^12.1.5",
		"@testing-library/user-event": "^14.4.3",
		"@uiw/react-codemirror": "^4.20.2",
		"@uiw/codemirror-theme-dracula": "^4.20.2",
		"antd": "5.x",
		"axios": "^1.4.0",
		"formik": "^2.4.1",
		"less": "^4.1.2",
		"react": "^17.0.2",
		"react-dom": "^17.0.2",
		"react-helmet": "^6.1.0",
		"react-router": "^6.5.0",
		"react-router-dom": "^6.11.2",
		"react-scripts": "5.0.1",
		"react-to-print": "^2.14.12",
		"sass": "^1.62.1",
		"web-vitals": "^3.3.2"
	},
	"scripts": {
		"start": "craco start",
		"build": "craco build",
		"test": "craco test",
		"eject": "react-scripts eject",
		"prettier": "npx prettier --write . --single-quote=true --use-tabs=true --tab-width=4"
	},
	"eslintConfig": {
		"extends": [
			"react-app",
			"react-app/jest"
		]
	},
	"browserslist": {
		"production": [
			">0.2%",
			"not dead",
			"not op_mini all"
		],
		"development": [
			"last 1 chrome version",
			"last 1 firefox version",
			"last 1 safari version"
		]
	},
	"devDependencies": {
		"@craco/craco": "^7.1.0"
	}
}
