Files
MattrixwvReactComponents/package.json
2026-08-15 17:05:18 -04:00

128 lines
3.2 KiB
JSON

{
"name": "mattrixwv-components",
"private": false,
"version": "0.0.10",
"type": "module",
"scripts": {
"dev": "vite",
"build": "eslint . && vitest run && tsc -b && vite build",
"build:fast": "tsc -b && vite build",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage",
"check-git-clean": "git diff --quiet",
"deploy": "npm run check-git-clean && npm run build && npm pack && npm publish --access public",
"preview": "vite preview",
"versionPatch": "npm version patch",
"versionMinor": "npm version minor",
"versionMajor": "npm version major"
},
"dependencies": {
"clsx": "^2.1.1",
"react-icons": "^5.7.0"
},
"peerDependencies": {
"@headlessui/react": "^2.2.10",
"axios": "^1.19.0",
"react": "^19.2.8",
"react-dom": "^19.2.8"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^5.18.6",
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.3.3",
"@tanstack/eslint-plugin-router": "^1.162.0",
"@tanstack/react-router": "^1.170.29",
"@tanstack/react-router-devtools": "^1.167.1",
"@tanstack/router-plugin": "^1.168.32",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.4",
"@types/node": "^26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@vitejs/plugin-react": "^6.0.5",
"@vitest/coverage-v8": "^4.1.10",
"eslint": "^10.8.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.4",
"globals": "^17.11.0",
"jsdom": "^30.0.1",
"rollup-plugin-jsx-remove-attributes": "^3.1.2",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.67.0",
"vite": "^8.2.1",
"vite-plugin-dts": "^5.0.3",
"vite-plugin-static-copy": "^4.1.1",
"vitest": "^4.1.10"
},
"sideEffects": false,
"license": "",
"author": "Mattrixwv",
"repository": {
"type": "git",
"url": "https://git.mattrixwv.com/BaseLibraries/MattrixwvReactComponents.git"
},
"module": "./dist/mattrixwv-components.js",
"types": "./dist/mattrixwv-components.d.ts",
"exports": {
".": {
"types": "./dist/mattrixwv-components.d.ts",
"import": "./dist/mattrixwv-components.js"
},
"./button": {
"types": "./dist/button.d.ts",
"import": "./dist/button.js"
},
"./input": {
"types": "./dist/input.d.ts",
"import": "./dist/input.js"
},
"./loading": {
"types": "./dist/loading.d.ts",
"import": "./dist/loading.js"
},
"./message": {
"types": "./dist/message.d.ts",
"import": "./dist/message.js"
},
"./modal": {
"types": "./dist/modal.d.ts",
"import": "./dist/modal.js"
},
"./nav": {
"types": "./dist/nav.d.ts",
"import": "./dist/nav.js"
},
"./progress": {
"types": "./dist/progress.d.ts",
"import": "./dist/progress.js"
},
"./tab": {
"types": "./dist/tab.d.ts",
"import": "./dist/tab.js"
},
"./axios": {
"types": "./dist/axios.d.ts",
"import": "./dist/axios.js"
},
"./theme": {
"types": "./dist/theme.d.ts",
"import": "./dist/theme.js"
},
"./toaster": {
"types": "./dist/toaster.d.ts",
"import": "./dist/toaster.js"
},
"./token": {
"types": "./dist/token.d.ts",
"import": "./dist/token.js"
}
},
"files": [
"dist"
]
}