Design system.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

88 рядки
2.2 KiB

  1. {
  2. "name": "@tesseract-design/web-choice-react",
  3. "version": "0.0.1",
  4. "files": [
  5. "dist",
  6. "src"
  7. ],
  8. "engines": {
  9. "node": ">=12"
  10. },
  11. "license": "MIT",
  12. "keywords": [
  13. "pridepack"
  14. ],
  15. "devDependencies": {
  16. "@storybook/react": "^7.3.2",
  17. "@testing-library/jest-dom": "^5.16.5",
  18. "@testing-library/react": "^13.4.0",
  19. "@testing-library/user-event": "^14.4.3",
  20. "@types/node": "^20.4.7",
  21. "@types/react": "^18.2.18",
  22. "@types/testing-library__jest-dom": "^5.14.9",
  23. "@vitest/coverage-v8": "^0.33.0",
  24. "eslint": "^8.46.0",
  25. "eslint-config-lxsmnsyc": "^0.5.0",
  26. "jsdom": "^22.1.0",
  27. "pridepack": "2.4.4",
  28. "react": "^18.2.0",
  29. "react-dom": "^18.2.0",
  30. "react-test-renderer": "^18.2.0",
  31. "tslib": "^2.5.0",
  32. "typescript": "^5.2.2",
  33. "vitest": "^0.34.1"
  34. },
  35. "peerDependencies": {
  36. "react": "^16.8 || ^17.0 || ^18.0",
  37. "react-dom": "^16.8 || ^17.0 || ^18.0"
  38. },
  39. "scripts": {
  40. "prepublishOnly": "pridepack clean && pridepack build",
  41. "build": "pridepack build",
  42. "type-check": "pridepack check",
  43. "lint": "pridepack lint",
  44. "clean": "pridepack clean",
  45. "watch": "pridepack watch",
  46. "start": "pridepack start",
  47. "dev": "pridepack dev",
  48. "test": "vitest"
  49. },
  50. "private": false,
  51. "description": "Tesseract components for selecting a single value across an array of options.",
  52. "repository": {
  53. "url": "",
  54. "type": "git"
  55. },
  56. "homepage": "",
  57. "bugs": {
  58. "url": ""
  59. },
  60. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  61. "publishConfig": {
  62. "access": "public"
  63. },
  64. "dependencies": {
  65. "@modal-sh/react-utils": "workspace:*",
  66. "@tesseract-design/web-base": "workspace:*",
  67. "clsx": "^1.2.1",
  68. "tailwindcss": "3.3.2"
  69. },
  70. "types": "./dist/types/index.d.ts",
  71. "main": "./dist/cjs/production/index.js",
  72. "module": "./dist/esm/production/index.js",
  73. "exports": {
  74. ".": {
  75. "development": {
  76. "require": "./dist/cjs/development/index.js",
  77. "import": "./dist/esm/development/index.js"
  78. },
  79. "require": "./dist/cjs/production/index.js",
  80. "import": "./dist/esm/production/index.js",
  81. "types": "./dist/types/index.d.ts"
  82. }
  83. },
  84. "typesVersions": {
  85. "*": {}
  86. }
  87. }