-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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-iskelet",
"version": "1.1.3",
"author": "Burak SAKALLI <burak@buraksakalli.org>",
"description": "A tiny react skeleton loader component",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w",
"preci": "rm -rf node_modules",
"ci": "yarn install --frozen-lockfile"
},
"devDependencies": {
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rollup": "^2.70.2",
"rollup-plugin-sass": "^1.2.12",
"rollup-plugin-typescript2": "^0.31.2",
"typescript": "^4.6.3"
},
"peerDependencies": {
"react": ">=17.0.2",
"react-dom": ">=17.0.2"
},
"files": [
"/dist",
"package.json"
],
"homepage": "https://github.com/buraksakalli/react-iskelet",
"keywords": [
"react skeleton",
"react skeleton loader",
"react skeleton component",
"react skeleton component loader"
],
"repository": {
"type": "git",
"url": "git@github.com:buraksakalli/react-iskelet.git"
},
"bugs": {
"url": "https://github.com/buraksakalli/react-iskelet/issues"
}
}