-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.83 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
{
"name": "react-bootstrap-spinner",
"version": "1.0.5",
"description": "🎉 React-Bootstrap-Spinner is a customizable and flexible spinner component for React applications. It allows you to create Bootstrap-style spinners using both predefined Bootstrap colors and custom color codes, with support for both border and grow animations.",
"main": "dist/index.js",
"private": false,
"author": "ajay marathe",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "BABEL_ENV=production webpack --mode production",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepublishOnly": "npm run build"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"babel-loader": "^8.4.1",
"css-loader": "^5.2.7",
"style-loader": "^2.0.0",
"webpack": "^5.95.0",
"webpack-cli": "^4.10.0"
},
"keywords": [
"react-bootstrap-spinner",
"react-spinner",
"spinners",
"react-loader",
"loading-spinner",
"bootstrap-spinner",
"bootstrap-loader",
"reactjs-loader",
"border-spinner",
"grow-spinner",
"react-border-spinner",
"react-grow-spinner",
"bootstrap-react-spinner",
"react-bootstrap-loader",
"react-loading-spinner",
"npm-react-spinner"
],
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}