-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.27 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.27 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
{
"name": "react-top-progress",
"version": "1.1.1",
"description": "A lightweight modern top loading progress bar for React",
"repository": {
"type": "git",
"url": "https://github.com/harrymate22/react-top-progress.git"
},
"homepage": "https://github.com/harrymate22/react-top-progress",
"bugs": {
"url": "https://github.com/harrymate22/react-top-progress/issues"
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"demo_react_top_progress.webp"
],
"keywords": [
"react",
"nextjs",
"nextjs loader",
"ssr progress bar",
"top loading bar",
"route progress",
"react progress bar",
"nextjs app router loader",
"lightweight loader",
"modern progress bar",
"nprogress",
"vite loader",
"react top loading bar",
"loading bar",
"page transition",
"progress indicator",
"react-router loader",
"remix loader",
"next14 loader",
"next15 loader"
],
"author": "Harry Mate",
"license": "MIT",
"scripts": {
"build": "tsup src/index.ts --format cjs,esm --dts"
},
"peerDependencies": {
"react": ">=18"
},
"devDependencies": {
"@types/react": "^19.2.14",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
}
}