Design system.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 

78 rader
1.8 KiB

  1. {
  2. "name": "@modal-sh/react-utils",
  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. "@storybook/react": "^7.3.2",
  17. "@testing-library/jest-dom": "^5.16.5",
  18. "@testing-library/react": "^13.4.0",
  19. "@types/node": "^18.14.1",
  20. "@types/react": "^18.2.18",
  21. "eslint": "^8.35.0",
  22. "eslint-config-lxsmnsyc": "^0.5.0",
  23. "pridepack": "2.4.4",
  24. "react": "^18.2.0",
  25. "react-dom": "^18.2.0",
  26. "react-test-renderer": "^18.2.0",
  27. "tslib": "^2.5.0",
  28. "typescript": "^4.9.5",
  29. "vitest": "^0.28.1"
  30. },
  31. "peerDependencies": {
  32. "react": "^16.8 || ^17.0 || ^18.0",
  33. "react-dom": "^16.8 || ^17.0 || ^18.0"
  34. },
  35. "scripts": {
  36. "prepublishOnly": "pridepack clean && pridepack build",
  37. "build": "pridepack build",
  38. "type-check": "pridepack check",
  39. "lint": "pridepack lint",
  40. "clean": "pridepack clean",
  41. "watch": "pridepack watch",
  42. "start": "pridepack start",
  43. "dev": "pridepack dev",
  44. "test": "vitest"
  45. },
  46. "private": false,
  47. "description": "Utilities for React.",
  48. "repository": {
  49. "url": "",
  50. "type": "git"
  51. },
  52. "homepage": "",
  53. "bugs": {
  54. "url": ""
  55. },
  56. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  57. "publishConfig": {
  58. "access": "public"
  59. },
  60. "types": "./dist/types/index.d.ts",
  61. "main": "./dist/cjs/production/index.js",
  62. "module": "./dist/esm/production/index.js",
  63. "exports": {
  64. ".": {
  65. "development": {
  66. "require": "./dist/cjs/development/index.js",
  67. "import": "./dist/esm/development/index.js"
  68. },
  69. "require": "./dist/cjs/production/index.js",
  70. "import": "./dist/esm/production/index.js",
  71. "types": "./dist/types/index.d.ts"
  72. }
  73. },
  74. "typesVersions": {
  75. "*": {}
  76. }
  77. }