-
Notifications
You must be signed in to change notification settings - Fork 60
/
package.json
77 lines (77 loc) · 1.76 KB
/
package.json
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
75
76
77
{
"name": "react-top-loading-bar",
"version": "3.0.2",
"description": "A very simple, highly customisable react top loader component.",
"author": {
"name": "Klendi Goci",
"email": "klendigocci@gmail.com",
"url": "https://github.com/klendi"
},
"license": "MIT",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"source": "src/index.tsx",
"engines": {
"node": ">=14"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"prepublishOnly": "npm run build",
"test:build": "npm run build",
"predeploy": "cd example && npm install && npm run build",
"deploy": "gh-pages -d example/dist"
},
"peerDependencies": {
"react": "^16 || ^17 || ^18 || ^19"
},
"devDependencies": {
"@types/react": "^19.0.2",
"gh-pages": "^6.2.0",
"prettier": "^3.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},
"files": [
"dist"
],
"keywords": [
"react component",
"react-loading",
"react-loader",
"animated loader",
"react youtube like loader",
"react",
"animated react loader",
"react-animated-loader",
"react-top-loader",
"react",
"reactjs",
"react-component",
"loading-bar",
"youtube-loading-bar",
"loading",
"react-loading-bar",
"redux-loading-bar",
"loading bar",
"smooth",
"animated",
"youtube loading bar",
"top loading bar",
"component"
],
"homepage": "https://klendi.github.io/react-top-loading-bar",
"repository": {
"type": "git",
"url": "https://github.com/klendi/react-top-loading-bar.git"
}
}