@navinc/base-react-components
Version:
Nav's Pattern Library
151 lines (150 loc) • 5.33 kB
JSON
{
"name": "@navinc/base-react-components",
"description": "Nav's Pattern Library",
"version": "20.7.2",
"engines": {
"npm": ">=7.0.0"
},
"main": "./cjs/index.js",
"module": "./dist/index.js",
"files": [
"*.js",
"src/",
"dist/",
"cjs/"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./cjs/index.js"
},
"./": {
"import": "./dist/",
"require": "./cjs/"
}
},
"repository": {
"type": "git",
"url": "git@git.nav.com:frontend/frontend-libs.git"
},
"license": "UNLICENSED",
"homepage": "https://git.nav.com/frontend/frontend-libs/-/tree/main/packages/base-react-components",
"author": "Calvin Shell <cshell@nav.com>",
"contributors": [
"Catalina Astengo <catalina@nav.com>",
"Liz Bachman <lbachman@nav.com>",
"Cory Brown <cory@nav.com>",
"Derek Dunham <ddunham@nav.com>",
"Mike Elliott <melliott@nav.com>",
"Tiffany Fritz <tfritz@nav.com>",
"Stefanie Holbrook <stef@nav.com>",
"Benjamin Kimball <ben@nav.com>",
"Tyler Negro <tnegro@nav.com>",
"Karen Posada <kposada@nav.com>",
"Matt Poulson <mpoulson@nav.com>",
"Wes Risenmay <wrisenmay@nav.com>"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"start": "npm run storybook",
"build:cjs": "rm -rf ./cjs && tspc --project tsconfig.build.json --module commonjs --target es6 --outDir ./cjs && echo '{ \"type\": \"commonjs\"}' > cjs/package.json",
"build:esm": "rm -rf ./dist && tspc --project tsconfig.build.json --module es2020 --target es6 --outDir ./dist",
"build": "npm run build:esm && npm run build:cjs",
"build:storybook": "storybook build -c storybook -o ../../public/base-react-components",
"storybook": "NODE_ENV=development storybook dev -p 9009 -s src -c storybook",
"test": "NODE_ENV=test BABEL_BUILD=cjs jest",
"test:pre-push": "npm test -- --changedSince=main --silent",
"test:coverage": "npm test -- --coverage",
"test:watch": "npm test -- --watch",
"test:all": "npm test && npm run lint && npm run lint:styles",
"lint:styles": "stylelint './src/**/*.{js,jsx,ts,tsx,css}' --config '../../.stylelintrc.js'",
"lint": "eslint --color ./src",
"lint:fix": "npm run lint -- --fix",
"lint:security": "eslint --config ../../.eslintrc.security --no-eslintrc .",
"dev": "nodemon --exec 'npm run build' --ignore dist/ --ignore cjs/ --ext js,ts,tsx",
"dev:pip": "nodemon --exec 'bin/copy-to pip' --ignore dist --ignore cjs",
"dev:ent-web": "nodemon --exec 'bin/copy-to ent-web' --ignore dist --ignore cjs",
"create-icon-indexes": "npx create-index-better -ru src/icons"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.16",
"@mui/styles": "^5.11.16",
"@navinc/utils": "^6.37.9",
"@testing-library/react-hooks": "^8.0.1",
"@wojtekmaj/predict-input-value": "^1.0.1",
"htmr": "^1.0.1",
"js-cookie": "^3.0.1",
"launchdarkly-js-client-sdk": "^3.1.3",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"react-dropzone": "^14.2.3",
"use-debounce": "^7.0.0",
"vanilla-masker": "^1.2.0"
},
"peerDependencies": {
"formik": "^2.2.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-number-format": "^4.4.1",
"react-onclickoutside": "^6.9.0",
"react-router-dom": "^5.2.0",
"styled-components": "^5.1.1"
},
"devDependencies": {
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.12.7",
"@babel/preset-typescript": "^7.16.7",
"@storybook/addon-a11y": "^7.4.6",
"@storybook/addon-essentials": "^7.4.6",
"@storybook/addons": "^7.4.6",
"@storybook/react": "^7.4.6",
"@storybook/react-webpack5": "^7.4.6",
"@testing-library/dom": "^9.0.0",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.4.3",
"@types/google.maps": "^3.50.5",
"@types/jest": "^29.5.3",
"@types/react": "^17.0.68",
"@types/stripe-v3": "^3.1.28",
"@types/styled-components": "^5.1.22",
"@types/vanilla-masker": "^1.2.1",
"babel-jest": "^29.6.1",
"babel-plugin-add-react-displayname": "0.0.5",
"babel-preset-react-app": "^10.0.0",
"babel-runtime": "^6.26.0",
"browserslist": "^4.14.0",
"csstype": "^3.1.1",
"formik": "^2.2.5",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-styled-components": "^7.0.3",
"nodemon": "^3.0.2",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-number-format": "^4.4.1",
"react-onclickoutside": "^6.9.0",
"react-router-dom": "^5.2.0",
"storybook": "^7.4.6",
"storybook-readme": "^5.0.9",
"stream-browserify": "^3.0.0",
"styled-components": "^5.1.1",
"ts-jest": "^29.1.1",
"ts-jest-resolver": "^2.0.1",
"ts-patch": "^3.0.2",
"type-fest": "^4.8.3",
"typescript": "^5.2.2",
"typescript-plugin-styled-components": "^3.0.0",
"webpack": "^5.68.0"
},
"gitHead": "9cc07a5c207d3b3bb69b8a3fb3c7ca18ecc6318a"
}