{
	"name": "dialui-components",
	"private": false,
	"version": "1.1.1",
	"type": "module",
	"main": "dist/index.js",
	"typings": "dist/index.d.ts",
	"keywords": [
		"react",
		"dialmonsalve",
		"components",
		"dev",
		"lazyModal",
		"buttons",
		"table",
		"lazyAlert",
		"iconSpinner",
		"spinner",
		"notifications",
		"checkbox",
		"multiselect",
		"input",
		"inputTags",
		"textarea"
	],
	"license": "MIT",
	"homepage": "https://dialui-components.netlify.app",
	"repository": {
		"url": "https://github.com/dialmonsalve/dialui-components",
		"type": "git"
	},
	"files": [
		"dist/"
	],
	"release": {
		"branches": [
			"main"
		]
	},
	"peerDependencies": {
		"react": ">=16.8.0",
		"react-dom": ">=16.8.0"
	},
	"engineStrict": true,
	"engines": {
		"node": ">=12.0.0",
		"npm": ">=8.3.0"
	},
	"scripts": {
		"dev": "vite",
		"build": "tsc && vite build",
		"dialui": "npm run clean && tsc && npm run styles:prod && npm run postcss && npm run clean:prod",
		"styles:prod": "sass --no-source-map --style=compressed src/components:dist/components",
		"clean": "rimraf dist/",
		"clean:prod": "rimraf dist/main.d.ts dist/main.js dist/develop dist/styles/abstract",
		"push:npm": "np",
		"test": "vitest --coverage --ui",
		"postcss": "postcss dist/components/**/*.css --replace --no-map",
		"sass": "sass --watch --no-source-map --style=compressed src/develop/sass/components:src/components"
	},
	"devDependencies": {
		"@fullhuman/postcss-purgecss": "^5.0.0",
		"@testing-library/jest-dom": "^6.4.2",
		"@testing-library/react": "^14.2.1",
		"@testing-library/user-event": "^14.5.2",
		"@types/react": "18.2.47",
		"@types/react-dom": "18.2.18",
		"@types/react-syntax-highlighter": "^15.5.11",
		"@vitejs/plugin-react": "4.2.1",
		"@vitest/coverage-v8": "^1.2.2",
		"@vitest/ui": "^1.2.2",
		"autoprefixer": "^10.4.18",
		"happy-dom": "^13.3.8",
		"np": "^9.2.0",
		"path-to-regexp": "^6.2.1",
		"postcss": "^8.4.35",
		"postcss-cli": "^11.0.0",
		"react-router-dom": "6.21.2",
		"react-syntax-highlighter": "^15.5.0",
		"rimraf": "^5.0.5",
		"rome": "12.1.3",
		"sass": "1.71.0",
		"typescript": "5.3.3",
		"vite": "^5.1.3",
		"vite-tsconfig-paths": "^4.3.1",
		"vitest": "^1.3.0"
	}
}
