@techstack/react-lazy-named
Version:
React lazy() with named imports - exports support
75 lines (74 loc) • 1.96 kB
JSON
{
"name": "@techstack/react-lazy-named",
"version": "1.3.301",
"description": "React lazy() with named imports - exports support",
"homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/react-lazy-named/README.md",
"repository": {
"type": "git",
"url": "https://github.com/The-Code-Monkey/TechStack.git"
},
"bugs": {
"url": "https://github.com/The-Code-Monkey/TechStack/issues"
},
"engines": {
"node": ">=18"
},
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/react-lazy-named.esm.js",
"exports": {
"import": "./dist/react-lazy-named.esm.js",
"require": "./dist/react-lazy-named.cjs.production.js",
"default": "./dist/react-lazy-names.esm.js"
},
"typings": "dist/types/index.d.ts",
"scripts": {
"lint": "tcm lint",
"lint:fix": "yarn lint --fix",
"build": "tcm build ",
"test": "tcm test"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"keywords": [
"react-lazy-named",
"react",
"lazy",
"async",
"jit",
"react performance",
"rerender"
],
"devDependencies": {
"@techstack/tcm-cli": "1.4.49",
"@testing-library/react": "15.0.7",
"@types/jest": "29.5.14",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"eslint": "8.57.1",
"eslint-config-prettier": "10.1.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-react": "7.37.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-watch-typeahead": "2.2.2",
"prettier": "3.3.0",
"react-dom": "18.3.1",
"ts-jest": "29.2.6",
"tslib": "2.8.1",
"typescript": "5.8.2"
},
"dependencies": {
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"react": "18.3.1"
},
"gitHead": "d604f4f5463c886a6a25835ccfd8ffee522d633a"
}