mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
82 lines
2.2 KiB
JSON
82 lines
2.2 KiB
JSON
{
|
|
"name": "mattrixwv-components",
|
|
"private": false,
|
|
"version": "0.0.7",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "eslint . && 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"
|
|
},
|
|
"peerDependencies": {
|
|
"@headlessui/react": "^2.2.9",
|
|
"clsx": "^2.1.1",
|
|
"moment": "^2.30.1",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-icons": "^5.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.1",
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"@tanstack/eslint-plugin-router": "^1.133.19",
|
|
"@tanstack/react-router": "^1.136.1",
|
|
"@tanstack/react-router-devtools": "^1.136.1",
|
|
"@tanstack/router-plugin": "^1.136.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^19.2.4",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.4.24",
|
|
"globals": "^16.5.0",
|
|
"jsdom": "^27.2.0",
|
|
"rollup-plugin-jsx-remove-attributes": "^3.1.2",
|
|
"tailwindcss": "^4.1.17",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.46.4",
|
|
"vite": "^7.2.2",
|
|
"vite-plugin-dts": "^4.5.4",
|
|
"vitest": "^4.0.10"
|
|
},
|
|
"overrides": {
|
|
"@tailwindcss/vite": {
|
|
"vite": "^7.0.0"
|
|
}
|
|
},
|
|
"sideEffects": false,
|
|
"license": "",
|
|
"author": "Mattrixwv",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://bitbucket.org/Mattrixwv/mattrixwvReactComponents.git"
|
|
},
|
|
"main": "./dist/mattrixwv-components.cjs",
|
|
"module": "./dist/mattrixwv-components.js",
|
|
"types": "./dist/mattrixwv-components.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/mattrixwv-components.d.ts",
|
|
"require": "./dist/mattrixwv-components.cjs",
|
|
"import": "./dist/mattrixwv-components.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
]
|
|
}
|