This repository was archived by the owner on Mar 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.92 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"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": "workspace:*",
"@testing-library/react": "15.0.7",
"@types/jest": "29.5.14",
"@types/react": "19.0.12",
"@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": "19.0.0",
"ts-jest": "29.2.6",
"tslib": "2.8.1",
"typescript": "5.8.2"
},
"dependencies": {
"lodash": "4.17.21",
"lodash-es": "4.17.21",
"react": "19.0.0"
},
"gitHead": "7bb2bc7bbce0432773369ca533adf6d1719e877a"
}