package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "name": "ncore-context",
  3. "version": "1.0.4",
  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-essentials": "^6.2.9",
  54. "@storybook/addon-links": "^6.2.9",
  55. "@storybook/react": "^6.2.9",
  56. "@storybook/storybook-deployer": "^2.8.8",
  57. "@storybook/theming": "^6.5.9",
  58. "@testing-library/jest-dom": "^5.12.0",
  59. "@testing-library/react": "^11.2.7",
  60. "@testing-library/user-event": "^13.1.9",
  61. "@types/jest": "^26.0.23",
  62. "@types/styled-components": "^5.1.9",
  63. "@types/styled-system": "^5.1.11",
  64. "@typescript-eslint/eslint-plugin": "^4.24.0",
  65. "@typescript-eslint/parser": "^5.30.3",
  66. "@whitespace/storybook-addon-html": "^5.0.0",
  67. "babel-loader": "^8.2.2",
  68. "chromatic": "^5.8.0",
  69. "cross-env": "^7.0.3",
  70. "eslint": "^7.26.0",
  71. "eslint-config-airbnb": "^18.2.1",
  72. "eslint-plugin-import": "^2.23.0",
  73. "eslint-plugin-jsx-a11y": "^6.4.1",
  74. "eslint-plugin-react": "^7.23.2",
  75. "eslint-plugin-react-hooks": "^4.2.0",
  76. "eslint-plugin-testing-library": "^4.4.0",
  77. "husky": "^6.0.0",
  78. "identity-obj-proxy": "^3.0.0",
  79. "jest": "^26.6.3",
  80. "prop-types": "^15.7.2",
  81. "react": "^17.0.2",
  82. "react-dom": "^17.0.2",
  83. "rollup": "^4.17.2",
  84. "rollup-plugin-cleaner": "^1.0.0",
  85. "rollup-plugin-peer-deps-external": "^2.2.4",
  86. "rollup-plugin-typescript2": "0.31.0",
  87. "storybook-addon-styled-component-theme": "^2.0.0",
  88. "styled-components": "^5.3.0",
  89. "styled-system": "^5.1.5",
  90. "ts-jest": "^26.5.6",
  91. "typescript": "^4.2.4"
  92. },
  93. "peerDependencies": {
  94. "react": ">=17.0.1",
  95. "react-dom": ">=17.0.1"
  96. },
  97. "dependencies": {
  98. "@storybook/addon-docs": "^6.5.9"
  99. }
  100. }