| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "name": "ncore-context",
- "version": "1.0.6",
- "description": "NİBGAT® | NCore - Context",
- "main": "./lib/index.cjs.js",
- "module": "./lib/index.esm.js",
- "types": "./lib/index.d.ts",
- "react-native": "src/index",
- "source": "src/index",
- "scripts": {
- "storybook": "storybook dev -p 6006",
- "build-storybook": "storybook build",
- "lint": "eslint --fix '*/**/*.{js,ts,tsx}'",
- "build": "yarn tsc"
- },
- "repository": {
- "type": "git",
- "url": "git+https://git.nibgat.space/nibgat/ncore-context.git"
- },
- "keywords": [
- "ncore",
- "web",
- "ncore-web",
- "ncore-mobile",
- "mobile",
- "ncore-ui-kit",
- "nibgat",
- "react",
- "library",
- "storybook",
- "components",
- "component",
- "library",
- "context",
- "ncore-context"
- ],
- "author": "nibgat",
- "license": "MIT",
- "bugs": {
- "url": "https://git.nibgat.space/nibgat/ncore-context/issues"
- },
- "homepage": "https://git.nibgat.space/nibgat/ncore-context#readme",
- "devDependencies": {
- "@babel/core": "7.14.2",
- "@changesets/cli": "2.16.0",
- "@react-native/eslint-config": "0.85.3",
- "@rollup/plugin-commonjs": "19.0.0",
- "@rollup/plugin-node-resolve": "15.2.3",
- "@storybook/addon-a11y": "10.4.4",
- "@storybook/addon-docs": "10.4.4",
- "@storybook/addon-links": "10.4.4",
- "@storybook/addon-webpack5-compiler-swc": "4.0.3",
- "@storybook/react-webpack5": "10.4.4",
- "@testing-library/react": "11.2.7",
- "@testing-library/user-event": "13.1.9",
- "@types/eslint-plugin-jsx-a11y": "6",
- "@types/styled-components": "5.1.9",
- "@types/styled-system": "5.1.11",
- "babel-loader": "8.2.2",
- "chromatic": "5.8.0",
- "cross-env": "7.0.3",
- "eslint": "9.37.0",
- "eslint-import-resolver-typescript": "4.4.4",
- "eslint-plugin-import": "2.32.0",
- "eslint-plugin-jsonc": "2.21.0",
- "eslint-plugin-jsx-a11y": "6.10.2",
- "eslint-plugin-local-rules": "3.0.2",
- "eslint-plugin-react": "7.37.5",
- "eslint-plugin-react-hooks": "7.0.0",
- "eslint-plugin-react-native": "5.0.0",
- "eslint-plugin-storybook": "10.4.4",
- "eslint-plugin-testing-library": "4.4.0",
- "husky": "6.0.0",
- "identity-obj-proxy": "3.0.0",
- "jsonc-eslint-parser": "2.4.1",
- "prop-types": "15.7.2",
- "react": "19.2.3",
- "react-dom": "19.2.3",
- "rollup": "4.17.2",
- "rollup-plugin-cleaner": "1.0.0",
- "rollup-plugin-peer-deps-external": "2.2.4",
- "rollup-plugin-typescript2": "^0.37.0",
- "storybook": "10.4.4",
- "styled-components": "5.3.0",
- "styled-system": "5.1.5",
- "typescript": "5.9.3",
- "typescript-eslint": "8.46.1"
- },
- "peerDependencies": {
- "react": ">= 19.2.3",
- "react-dom": ">= 19.2.3"
- }
- }
|