package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "name": "ncore-context",
  3. "version": "1.0.7",
  4. "description": "NİBGAT® | NCore - Context",
  5. "main": "./lib/index.js",
  6. "module": "./lib/index.js",
  7. "types": "./lib/index.d.ts",
  8. "react-native": "src/index",
  9. "source": "src/index",
  10. "scripts": {
  11. "storybook": "storybook dev -p 6006",
  12. "build-storybook": "storybook build",
  13. "lint": "eslint --fix '*/**/*.{js,ts,tsx}'",
  14. "build": "yarn tsc"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://git.nibgat.space/nibgat/ncore-context.git"
  19. },
  20. "keywords": [
  21. "ncore",
  22. "web",
  23. "ncore-web",
  24. "ncore-mobile",
  25. "mobile",
  26. "ncore-ui-kit",
  27. "nibgat",
  28. "react",
  29. "library",
  30. "storybook",
  31. "components",
  32. "component",
  33. "library",
  34. "context",
  35. "ncore-context"
  36. ],
  37. "author": "nibgat",
  38. "license": "MIT",
  39. "bugs": {
  40. "url": "https://git.nibgat.space/nibgat/ncore-context/issues"
  41. },
  42. "homepage": "https://git.nibgat.space/nibgat/ncore-context#readme",
  43. "devDependencies": {
  44. "@babel/core": "7.14.2",
  45. "@changesets/cli": "2.16.0",
  46. "@react-native/eslint-config": "0.85.3",
  47. "@rollup/plugin-commonjs": "19.0.0",
  48. "@rollup/plugin-node-resolve": "15.2.3",
  49. "@storybook/addon-a11y": "10.4.4",
  50. "@storybook/addon-docs": "10.4.4",
  51. "@storybook/addon-links": "10.4.4",
  52. "@storybook/addon-webpack5-compiler-swc": "4.0.3",
  53. "@storybook/react-webpack5": "10.4.4",
  54. "@testing-library/react": "11.2.7",
  55. "@testing-library/user-event": "13.1.9",
  56. "@types/eslint-plugin-jsx-a11y": "6",
  57. "@types/styled-components": "5.1.9",
  58. "@types/styled-system": "5.1.11",
  59. "babel-loader": "8.2.2",
  60. "chromatic": "5.8.0",
  61. "cross-env": "7.0.3",
  62. "eslint": "9.37.0",
  63. "eslint-import-resolver-typescript": "4.4.4",
  64. "eslint-plugin-import": "2.32.0",
  65. "eslint-plugin-jsonc": "2.21.0",
  66. "eslint-plugin-jsx-a11y": "6.10.2",
  67. "eslint-plugin-local-rules": "3.0.2",
  68. "eslint-plugin-react": "7.37.5",
  69. "eslint-plugin-react-hooks": "7.0.0",
  70. "eslint-plugin-react-native": "5.0.0",
  71. "eslint-plugin-storybook": "10.4.4",
  72. "eslint-plugin-testing-library": "4.4.0",
  73. "husky": "6.0.0",
  74. "identity-obj-proxy": "3.0.0",
  75. "jsonc-eslint-parser": "2.4.1",
  76. "prop-types": "15.7.2",
  77. "react": "19.2.3",
  78. "react-dom": "19.2.3",
  79. "rollup": "4.17.2",
  80. "rollup-plugin-cleaner": "1.0.0",
  81. "rollup-plugin-peer-deps-external": "2.2.4",
  82. "rollup-plugin-typescript2": "^0.37.0",
  83. "storybook": "10.4.4",
  84. "styled-components": "5.3.0",
  85. "styled-system": "5.1.5",
  86. "typescript": "5.9.3",
  87. "typescript-eslint": "8.46.1"
  88. },
  89. "peerDependencies": {
  90. "react": ">= 19.2.3",
  91. "react-dom": ">= 19.2.3"
  92. }
  93. }