Design system.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 

89 rindas
2.2 KiB

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