Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

79 lines
2.2 KiB

  1. {
  2. "version": "0.5.0",
  3. "types": "dist/types/index.d.ts",
  4. "main": "dist/cjs/index.js",
  5. "module": "dist/esm/index.js",
  6. "exports": {
  7. "require": "./dist/cjs/index.js",
  8. "import": "./dist/esm/index.js"
  9. },
  10. "files": [
  11. "dist",
  12. "src"
  13. ],
  14. "engines": {
  15. "node": ">=10"
  16. },
  17. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  18. "license": "MIT",
  19. "private": false,
  20. "bugs": {
  21. "url": "https://code.modal.sh/tesseract-design/react-common/issues"
  22. },
  23. "keywords": [
  24. "components",
  25. "react"
  26. ],
  27. "name": "@tesseract-design/react-common",
  28. "homepage": "https://make.modal.sh/tesseract/web/react/common",
  29. "title": "React Common",
  30. "org": "Tesseract Design",
  31. "description": "Common front-end components for Web using the Tesseract design system, written in React.",
  32. "repository": "https://code.modal.sh/tesseract-design/react-common.git",
  33. "devDependencies": {
  34. "@babel/core": "^7.15.0",
  35. "@storybook/addon-actions": "^6.3.7",
  36. "@storybook/addon-essentials": "^6.3.7",
  37. "@storybook/addon-links": "^6.3.7",
  38. "@storybook/react": "^6.3.7",
  39. "@testing-library/jest-dom": "^5.14.1",
  40. "@testing-library/react": "^12.0.0",
  41. "@testing-library/react-hooks": "^7.0.1",
  42. "@types/jest": "^27.0.1",
  43. "@types/node": "^16.6.1",
  44. "@types/react": "^17.0.17",
  45. "@types/styled-components": "^5.1.12",
  46. "babel-loader": "^8.2.2",
  47. "eslint": "^7.32.0",
  48. "eslint-config-lxsmnsyc": "^0.2.3",
  49. "pridepack": "^0.10.0",
  50. "react": "^17.0.2",
  51. "react-dom": "^17.0.2",
  52. "react-test-renderer": "^17.0.2",
  53. "styled-components": "^5.3.0",
  54. "tslib": "^2.3.1",
  55. "typescript": "^4.3.5"
  56. },
  57. "peerDependencies": {
  58. "react": "^16.8.0 || ^17.0.0",
  59. "react-dom": "^16.8.0 || ^17.0.0",
  60. "styled-components": "^5.3.0"
  61. },
  62. "scripts": {
  63. "prepublish": "pridepack clean && pridepack build",
  64. "build": "pridepack build",
  65. "type-check": "pridepack check",
  66. "lint": "pridepack lint",
  67. "test": "pridepack test --passWithNoTests",
  68. "clean": "pridepack clean",
  69. "watch": "pridepack watch",
  70. "storybook": "start-storybook -p 6006",
  71. "build-storybook": "build-storybook"
  72. },
  73. "dependencies": {
  74. "@reach/slider": "^0.16.0",
  75. "pascal-case": "^3.1.2",
  76. "react-feather": "^2.0.9"
  77. }
  78. }