@pluralsight/react
Advanced tools
Comparing version 0.4.1-experimental-3150cb-20230501 to 0.4.1-experimental-6137ba-20230503
{ | ||
"name": "@pluralsight/react", | ||
"version": "0.4.1-experimental-3150cb-20230501", | ||
"version": "0.4.1-experimental-6137ba-20230503", | ||
"description": "A React component library for Pando.", | ||
@@ -15,2 +15,5 @@ "main": "npm/node/index.js", | ||
"types": "./npm/types/types.d.ts" | ||
}, | ||
"./dev": { | ||
"import": "./src/index.ts" | ||
} | ||
@@ -42,2 +45,3 @@ }, | ||
"compile:types": "tsc --project tsconfig.build.json", | ||
"lint:js": "eslint --max-warnings 0 \"./**/*.@(ts|tsx)\"", | ||
"lint:ts": "tsc --project tsconfig.json --noEmit", | ||
@@ -66,2 +70,3 @@ "test": "echo \"'yarn test' should be run from root directory.\" && exit 1" | ||
"@types/babel__preset-env": "latest", | ||
"@types/eslint": "^8", | ||
"@types/jest": "^29.2.5", | ||
@@ -72,2 +77,14 @@ "@types/node": "^18.11.18", | ||
"@types/testing-library__jest-dom": "^5", | ||
"@typescript-eslint/eslint-plugin": "^5.59.2", | ||
"@typescript-eslint/parser": "^5.59.2", | ||
"eslint": "^8.39.0", | ||
"eslint-import-resolver-typescript": "^3.5.5", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint-plugin-jest-dom": "^4.0.3", | ||
"eslint-plugin-jsx-a11y": "^6.7.1", | ||
"eslint-plugin-react": "^7.32.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-sonarjs": "^0.19.0", | ||
"eslint-plugin-testing-library": "^5.10.3", | ||
"identity-obj-proxy": "^3.0.0", | ||
@@ -74,0 +91,0 @@ "react": "18.2.0", |
38393
40
14
27