@ntragas/pouncejstest
Version:
A collection of UI components from Panther labs
128 lines (127 loc) • 4.29 kB
JSON
{
"name": "@ntragas/pouncejstest",
"description": "A collection of UI components from Panther labs",
"version": "1.0.0",
"main": "dist/cjs/index.js",
"types": "dist/esm/index.d.ts",
"module": "dist/esm/index.js",
"sideEffects": false,
"private": false,
"keywords": [
"react",
"components",
"styled-system",
"emotion",
"theme",
"design system",
"Panther"
],
"files": [
"dist"
],
"dependencies": {
"@emotion/react": "^11.1.5",
"@emotion/serialize": "^1.0.2",
"@emotion/styled": "^11.1.5",
"@juggle/resize-observer": "^3.3.0",
"@reach/auto-id": "^0.14.0",
"@reach/dialog": "^0.14.0",
"@reach/menu-button": "^0.14.0",
"@reach/popover": "^0.14.0",
"@reach/tabs": "^0.14.0",
"@reach/tooltip": "^0.14.0",
"@reach/utils": "^0.14.0",
"@styled-system/css": "^5.1.5",
"@styled-system/should-forward-prop": "^5.1.5",
"@types/fuzzaldrin": "^2.1.3",
"@types/history": "^4.7.8",
"@types/lodash": "^4.14.168",
"@types/reach__menu-button": "^0.1.1",
"@types/react": "^16.14.5",
"@types/react-dom": "^16.9.12",
"@types/react-textarea-autosize": "^4.3.5",
"@types/styled-system": "^5.1.10",
"@types/styled-system__css": "^5.0.15",
"@types/styled-system__should-forward-prop": "^5.1.2",
"cross-env": "^7.0.3",
"dayjs": "^1.10.4",
"downshift": "^5.0.5",
"fuzzaldrin": "^2.1.0",
"jest-axe": "^3.5.0",
"lodash": "^4.17.21",
"react-spring": "^8.0.27",
"react-textarea-autosize": "^7.1.2",
"react-use-measure": "^2.0.4",
"styled-system": "^5.1.5"
},
"peerDependencies": {
"react": "^16.11.0",
"react-dom": "^16.11.0"
},
"scripts": {
"clean": "rimraf dist",
"start": "npx styleguidist server",
"test": "jest --config jest/config.js",
"test:watch": "npm run test -- --watch",
"prepare": "npm run build",
"build:cjs": "cross-env NODE_ENV=production BABEL_ENV=cjs babel src -d dist/cjs --extensions '.ts,.tsx' --ignore '**/*.test.tsx','**/*.test.ts' && tsc --emitDeclarationOnly --declarationDir dist/cjs -p .",
"build:esm": "cross-env NODE_ENV=production BABEL_ENV=esm babel src -d dist/esm --extensions '.ts,.tsx' --ignore '**/*.test.tsx','**/*.test.ts' && tsc --emitDeclarationOnly --declarationDir dist/esm -p .",
"build": "npm run clean && npm run build:esm && npm run build:cjs",
"docs": "npx styleguidist build",
"lint": "eslint --fix \"src/**/*.{ts,tsx}\" && prettier --write \"src/**/*.{ts,tsx,md,mdx,json}\"",
"validate": "eslint \"src/**/*.{ts,tsx}\" && prettier --list-different \"src/**/*.{ts,tsx,md,mdx,json}\" && tsc --noEmit -p ."
},
"repository": {
"type": "git",
"url": "https://github.com/panther-labs/pounce"
},
"bugs": {
"url": "https://github.com/panther-labs/pounce/issues"
},
"homepage": "https://github.com/panther-labs/pounce#readme",
"author": "Panther Labs",
"license": "MIT",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/react": "^10.4.7",
"@types/jest-axe": "^3.5.0",
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"babel-loader": "^8.1.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"husky": "^3.0.0",
"jest": "^26.1.0",
"jest-emotion": "^10.0.32",
"jest-extended": "^0.11.5",
"lint-staged": "^10.1.0",
"mockdate": "^3.0.2",
"prettier": "^2.0.5",
"react": "^16.11.0",
"react-docgen-typescript": "^1.16.3",
"react-dom": "^16.11.0",
"react-styleguidist": "^11.0.5",
"rimraf": "^2.6.3",
"typescript": "^3.9.5",
"webpack": "^4.42.1"
}
}