-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.09 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
{
"name": "react-loading-ui",
"version": "1.2.3",
"description": "React loaing component.",
"main": "index.js",
"scripts": {
"test": "react-scripts test",
"build": "./node_modules/.bin/babel src/index.js --out-file index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barisates/react-loading-ui.git"
},
"keywords": [
"react",
"reactjs",
"react-component",
"loading",
"loader",
"ui-block",
"block-ui"
],
"author": {
"name": "Barış Ateş",
"email": "[email protected]",
"url": "http://barisates.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/barisates/react-loading-ui/issues"
},
"homepage": "https://barisates.github.io/react-loading-ui/",
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"react-scripts": "3.1.1"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}