-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.11 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
{
"name": "react-nprogress-latest",
"version": "1.0.4",
"description": "A very simple, highly customisable react top progressbar component.",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {
"babel": "babel index.js -d dist",
"build": "rollup -c --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Arjun Sharma",
"url": "https://github.com/imarjunshrma"
},
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/plugin-external-helpers": "^7.22.5",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/plugin-transform-runtime": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-react": "^7.22.15",
"@babel/preset-stage-1": "^7.8.3",
"@lopatnov/rollup-plugin-uglify": "^2.1.5",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"babel-preset-minify": "^0.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.0.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"styled-jsx": "^5.1.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/imarjunshrma/react-nprogress.git"
},
"homepage": "https://github.com/imarjunshrma/react-nprogress.git",
"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"
]
}