| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "name": "ncore-context",
- "version": "1.0.0",
- "description": "NİBGAT® | NCore - Context",
- "main": "lib/index.js",
- "module": "lib/index.js",
- "scripts": {
- "test": "jest",
- "test:watch": "jest --watch",
- "storybook": "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": "^13.0.0",
- "@storybook/addon-a11y": "^6.2.9",
- "@storybook/addon-actions": "^6.2.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",
- "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": "^2.48.0",
- "rollup-plugin-cleaner": "^1.0.0",
- "rollup-plugin-peer-deps-external": "^2.2.4",
- "rollup-plugin-typescript2": "^0.30.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": {
- "@storybook/addon-docs": "^6.5.9"
- }
- }
|