You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 3.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "name": "design-system",
  3. "version": "1.0.0",
  4. "main": "lib/index.js",
  5. "types": "lib/index.d.ts",
  6. "scripts": {
  7. "format": "prettier --write --list-different \"src/**/*.{ts,tsx}\"",
  8. "format-check": "prettier --list-different \"src/**/*.{ts,tsx}\"",
  9. "build": "yarn lint && yarn ts-check && vite build",
  10. "build:no-checks": "vite build",
  11. "build-release": "yarn install --immutable && yarn build",
  12. "lint": "eslint --ext js,ts,tsx,snap src",
  13. "lint-report-ci": "yarn install --immutable && eslint --ext js,ts,tsx -f json -o eslint-report/eslint-report.json src || yarn lint",
  14. "test": "jest",
  15. "ts-check": "tsc --noEmit",
  16. "validate-ci": "yarn install --immutable && yarn ts-check && yarn format-check && yarn test --coverage --ci"
  17. },
  18. "devDependencies": {
  19. "@babel/core": "7.23.2",
  20. "@babel/plugin-transform-react-jsx": "7.22.15",
  21. "@babel/preset-env": "7.23.2",
  22. "@babel/preset-typescript": "7.23.2",
  23. "@emotion/babel-plugin": "11.11.0",
  24. "@emotion/babel-plugin-jsx-pragmatic": "0.2.1",
  25. "@testing-library/dom": "9.3.3",
  26. "@testing-library/jest-dom": "6.1.4",
  27. "@testing-library/react": "14.1.0",
  28. "@testing-library/user-event": "14.5.1",
  29. "@types/d3-array": "3.2.0",
  30. "@types/d3-zoom": "3.0.6",
  31. "@types/lodash": "4.14.200",
  32. "@types/react": "18.2.37",
  33. "@types/react-highlight-words": "0.16.6",
  34. "@types/react-modal": "3.16.2",
  35. "@types/react-virtualized": "9.21.26",
  36. "@typescript-eslint/parser": "5.59.11",
  37. "@vitejs/plugin-react": "4.1.1",
  38. "autoprefixer": "10.4.16",
  39. "eslint": "8.52.0",
  40. "eslint-plugin-header": "3.1.1",
  41. "eslint-plugin-import": "2.28.1",
  42. "eslint-plugin-local-rules": "2.0.0",
  43. "eslint-plugin-typescript-sort-keys": "3.1.0",
  44. "history": "5.3.0",
  45. "jest": "29.7.0",
  46. "postcss": "8.4.31",
  47. "postcss-calc": "9.0.1",
  48. "postcss-custom-properties": "12.1.11",
  49. "prettier": "^3.1.0",
  50. "twin.macro": "3.4.0",
  51. "typescript": "5.2.2",
  52. "vite": "4.5.0",
  53. "vite-plugin-dts": "3.6.3",
  54. "whatwg-fetch": "3.6.19"
  55. },
  56. "peerDependencies": {
  57. "@emotion/react": "11.11.1",
  58. "@emotion/styled": "11.11.0",
  59. "@primer/octicons-react": "19.8.0",
  60. "classnames": "2.3.2",
  61. "clipboard": "2.0.11",
  62. "d3-array": "3.2.4",
  63. "d3-hierarchy": "3.1.2",
  64. "d3-scale": "4.0.2",
  65. "d3-selection": "3.0.0",
  66. "d3-shape": "3.2.0",
  67. "d3-zoom": "3.0.0",
  68. "date-fns": "2.30.0",
  69. "lodash": "4.17.21",
  70. "react": "18.2.0",
  71. "react-day-picker": "8.9.1",
  72. "react-dom": "18.2.0",
  73. "react-helmet-async": "1.3.0",
  74. "react-highlight-words": "0.20.0",
  75. "react-intl": "6.5.1",
  76. "react-joyride": "2.5.5",
  77. "react-modal": "3.16.1",
  78. "react-router-dom": "6.11.2",
  79. "react-select": "5.7.7",
  80. "react-virtualized": "9.22.5",
  81. "tailwindcss": "3.3.5"
  82. },
  83. "babelMacros": {
  84. "twin": {
  85. "config": "../tailwind.config.js",
  86. "preset": "emotion"
  87. }
  88. },
  89. "dependencies": {
  90. "highlight.js": "11.9.0",
  91. "highlightjs-apex": "1.3.1",
  92. "highlightjs-cobol": "0.3.3",
  93. "highlightjs-sap-abap": "0.3.0",
  94. "react-toastify": "8.2.0"
  95. }
  96. }