-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"name": "lazy-with-preload",
"version": "2.0.3",
"description": "React lazy with preload",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"ver-patch": "npm version patch -m \"Upgrade patch to %s\"",
"ver-minor": "npm version minor -m \"Upgrade minor to %s\"",
"postversion": "git push && git push --tags",
"publish:packet": "npm publish",
"build": "tsc -p tsconfig.build.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bad4iz/lazyWithPreload.git"
},
"keywords": [
"lazyWithPreload",
"lazy-with-preload",
"lazy-load",
"react-lazy-load",
"React",
"Lazy",
"Preload"
],
"author": "bad4iz",
"license": "MIT",
"bugs": {
"url": "https://github.com/bad4iz/lazyWithPreload/issues"
},
"homepage": "https://github.com/bad4iz/lazyWithPreload#readme",
"dependencies": {
"react": "^18.2.0",
"typescript": "^4.9.5"
},
"devDependencies": {
"@types/react": "^18.0.27"
}
}