package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "name": "ncore-context",
  3. "version": "1.0.5",
  4. "description": "NİBGAT® | NCore - Context",
  5. "main": "lib/index.js",
  6. "module": "lib/index.js",
  7. "react-native": "src/index",
  8. "source": "src/index",
  9. "scripts": {
  10. "test": "jest",
  11. "test:watch": "jest --watch",
  12. "storybook": "cross-env NODE_OPTIONS='--openssl-legacy-provider' start-storybook -p 6006",
  13. "build-storybook": "build-storybook -o docs-build -s ./stories/assets",
  14. "chromatic": "chromatic --exit-zero-on-changes",
  15. "lint": "eslint --fix '*/**/*.{js,ts,tsx}'",
  16. "prepare": "husky install",
  17. "release": "npm run build && npm run build-storybook && npm publish",
  18. "build": "rollup -c"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "git+https://github.com/nibgat/ncore-context.git"
  23. },
  24. "keywords": [
  25. "ncore",
  26. "web",
  27. "ncore-web",
  28. "ncore-mobile",
  29. "mobile",
  30. "nibgat",
  31. "react",
  32. "library",
  33. "storybook",
  34. "components",
  35. "component",
  36. "library",
  37. "context",
  38. "ncore-context"
  39. ],
  40. "author": "nibgat",
  41. "license": "MIT",
  42. "bugs": {
  43. "url": "https://github.com/nibgat/ncore-context/issues"
  44. },
  45. "homepage": "https://github.com/nibgat/ncore-context#readme",
  46. "devDependencies": {
  47. "@babel/core": "7.14.2",
  48. "@changesets/cli": "2.16.0",
  49. "@rollup/plugin-commonjs": "19.0.0",
  50. "@rollup/plugin-node-resolve": "15.2.3",
  51. "@storybook/addon-a11y": "6.2.9",
  52. "@storybook/addon-actions": "6.2.9",
  53. "@storybook/addon-docs": "6.5.9",
  54. "@storybook/addon-essentials": "6.2.9",
  55. "@storybook/addon-links": "6.2.9",
  56. "@storybook/react": "6.2.9",
  57. "@storybook/storybook-deployer": "2.8.8",
  58. "@storybook/theming": "6.5.9",
  59. "@testing-library/jest-dom": "5.12.0",
  60. "@testing-library/react": "11.2.7",
  61. "@testing-library/user-event": "13.1.9",
  62. "@types/jest": "26.0.23",
  63. "@types/styled-components": "5.1.9",
  64. "@types/styled-system": "5.1.11",
  65. "@typescript-eslint/eslint-plugin": "4.24.0",
  66. "@typescript-eslint/parser": "5.30.3",
  67. "@whitespace/storybook-addon-html": "5.0.0",
  68. "babel-loader": "8.2.2",
  69. "chromatic": "5.8.0",
  70. "cross-env": "7.0.3",
  71. "eslint": "7.26.0",
  72. "eslint-config-airbnb": "18.2.1",
  73. "eslint-plugin-import": "2.23.0",
  74. "eslint-plugin-jsx-a11y": "6.4.1",
  75. "eslint-plugin-react": "7.23.2",
  76. "eslint-plugin-react-hooks": "4.2.0",
  77. "eslint-plugin-testing-library": "4.4.0",
  78. "husky": "6.0.0",
  79. "identity-obj-proxy": "3.0.0",
  80. "jest": "26.6.3",
  81. "prop-types": "15.7.2",
  82. "react": "17.0.2",
  83. "react-dom": "17.0.2",
  84. "rollup": "4.17.2",
  85. "rollup-plugin-cleaner": "1.0.0",
  86. "rollup-plugin-peer-deps-external": "2.2.4",
  87. "rollup-plugin-typescript2": "0.31.0",
  88. "storybook-addon-styled-component-theme": "2.0.0",
  89. "styled-components": "5.3.0",
  90. "styled-system": "5.1.5",
  91. "ts-jest": "26.5.6",
  92. "typescript": "4.2.4"
  93. },
  94. "peerDependencies": {
  95. "react": ">=17.0.1",
  96. "react-dom": ">=17.0.1"
  97. },
  98. "dependencies": {}
  99. }