package.json 3.2 KB

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