| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "name": "ncore-context",
- "version": "1.0.5",
- "description": "NİBGAT® | NCore - Context",
- "main": "lib/index.js",
- "module": "lib/index.js",
- "react-native": "src/index",
- "source": "src/index",
- "scripts": {
- "test": "jest",
- "test:watch": "jest --watch",
- "storybook": "cross-env NODE_OPTIONS='--openssl-legacy-provider' start-storybook -p 6006",
- "build-storybook": "build-storybook -o docs-build -s ./stories/assets",
- "chromatic": "chromatic --exit-zero-on-changes",
- "lint": "eslint --fix '*/**/*.{js,ts,tsx}'",
- "prepare": "husky install",
- "release": "npm run build && npm run build-storybook && npm publish",
- "build": "rollup -c"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nibgat/ncore-context.git"
- },
- "keywords": [
- "ncore",
- "web",
- "ncore-web",
- "ncore-mobile",
- "mobile",
- "nibgat",
- "react",
- "library",
- "storybook",
- "components",
- "component",
- "library",
- "context",
- "ncore-context"
- ],
- "author": "nibgat",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/nibgat/ncore-context/issues"
- },
- "homepage": "https://github.com/nibgat/ncore-context#readme",
- "devDependencies": {
- "@babel/core": "7.14.2",
- "@changesets/cli": "2.16.0",
- "@rollup/plugin-commonjs": "19.0.0",
- "@rollup/plugin-node-resolve": "15.2.3",
- "@storybook/addon-a11y": "6.2.9",
- "@storybook/addon-actions": "6.2.9",
- "@storybook/addon-docs": "6.5.9",
- "@storybook/addon-essentials": "6.2.9",
- "@storybook/addon-links": "6.2.9",
- "@storybook/react": "6.2.9",
- "@storybook/storybook-deployer": "2.8.8",
- "@storybook/theming": "6.5.9",
- "@testing-library/jest-dom": "5.12.0",
- "@testing-library/react": "11.2.7",
- "@testing-library/user-event": "13.1.9",
- "@types/jest": "26.0.23",
- "@types/styled-components": "5.1.9",
- "@types/styled-system": "5.1.11",
- "@typescript-eslint/eslint-plugin": "4.24.0",
- "@typescript-eslint/parser": "5.30.3",
- "@whitespace/storybook-addon-html": "5.0.0",
- "babel-loader": "8.2.2",
- "chromatic": "5.8.0",
- "cross-env": "7.0.3",
- "eslint": "7.26.0",
- "eslint-config-airbnb": "18.2.1",
- "eslint-plugin-import": "2.23.0",
- "eslint-plugin-jsx-a11y": "6.4.1",
- "eslint-plugin-react": "7.23.2",
- "eslint-plugin-react-hooks": "4.2.0",
- "eslint-plugin-testing-library": "4.4.0",
- "husky": "6.0.0",
- "identity-obj-proxy": "3.0.0",
- "jest": "26.6.3",
- "prop-types": "15.7.2",
- "react": "17.0.2",
- "react-dom": "17.0.2",
- "rollup": "4.17.2",
- "rollup-plugin-cleaner": "1.0.0",
- "rollup-plugin-peer-deps-external": "2.2.4",
- "rollup-plugin-typescript2": "0.31.0",
- "storybook-addon-styled-component-theme": "2.0.0",
- "styled-components": "5.3.0",
- "styled-system": "5.1.5",
- "ts-jest": "26.5.6",
- "typescript": "4.2.4"
- },
- "peerDependencies": {
- "react": ">=17.0.1",
- "react-dom": ">=17.0.1"
- },
- "dependencies": {}
- }
|