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

72 рядки
1.6 KiB

  1. {
  2. "name": "@tesseract-design/web-base-button",
  3. "version": "0.0.0",
  4. "files": [
  5. "dist",
  6. "src"
  7. ],
  8. "engines": {
  9. "node": ">=10"
  10. },
  11. "license": "MIT",
  12. "keywords": [
  13. "pridepack"
  14. ],
  15. "devDependencies": {
  16. "@types/node": "^18.0.0",
  17. "@types/react": "^18.2.6",
  18. "csstype": "^3.1.2",
  19. "eslint": "^8.20.0",
  20. "eslint-config-lxsmnsyc": "^0.4.7",
  21. "pridepack": "2.4.4",
  22. "tslib": "^2.4.0",
  23. "typescript": "^4.7.4",
  24. "vitest": "^0.19.1"
  25. },
  26. "dependencies": {
  27. "@tesseract-design/goofy-goober": "link:../../../../../goofy-goober"
  28. },
  29. "scripts": {
  30. "prepublishOnly": "pridepack clean && pridepack build",
  31. "build": "pridepack build",
  32. "type-check": "pridepack check",
  33. "lint": "pridepack lint",
  34. "clean": "pridepack clean",
  35. "watch": "pridepack watch",
  36. "start": "pridepack start",
  37. "dev": "pridepack dev",
  38. "test": "vitest"
  39. },
  40. "private": true,
  41. "description": "Base button styles for Tesseract.",
  42. "repository": {
  43. "url": "",
  44. "type": "git"
  45. },
  46. "homepage": "",
  47. "bugs": {
  48. "url": ""
  49. },
  50. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  51. "publishConfig": {
  52. "access": "restricted"
  53. },
  54. "types": "./dist/types/index.d.ts",
  55. "exports": {
  56. ".": {
  57. "development": {
  58. "require": "./dist/cjs/development/index.js",
  59. "import": "./dist/esm/development/index.js"
  60. },
  61. "require": "./dist/cjs/production/index.js",
  62. "import": "./dist/esm/production/index.js",
  63. "types": "./dist/types/index.d.ts"
  64. }
  65. },
  66. "typesVersions": {
  67. "*": {}
  68. },
  69. "main": "./dist/cjs/production/index.js",
  70. "module": "./dist/esm/production/index.js"
  71. }