UNPKG

1.16 kBJSONView Raw
1{
2 "name": "@chakra-ui/skeleton",
3 "version": "1.2.4",
4 "description": "React component to render a placeholders while you wait for content to load",
5 "keywords": [
6 "skeleton",
7 "loading",
8 "shim",
9 "chakra ui",
10 "theme",
11 "theming",
12 "ui mode",
13 "ui"
14 ],
15 "sideEffects": false,
16 "author": "Segun Adebayo <sage@adebayosegun.com>",
17 "homepage": "https://github.com/chakra-ui/chakra-ui#readme",
18 "license": "MIT",
19 "main": "dist/chakra-ui-skeleton.cjs.js",
20 "module": "dist/chakra-ui-skeleton.esm.js",
21 "types": "dist/chakra-ui-skeleton.cjs.d.ts",
22 "files": [
23 "dist",
24 "src"
25 ],
26 "publishConfig": {
27 "access": "public"
28 },
29 "repository": {
30 "type": "git",
31 "url": "git+https://github.com/chakra-ui/chakra-ui.git",
32 "directory": "packages/skeleton"
33 },
34 "bugs": {
35 "url": "https://github.com/chakra-ui/chakra-ui/issues"
36 },
37 "dependencies": {
38 "@chakra-ui/hooks": "1.7.2",
39 "@chakra-ui/media-query": "1.2.3",
40 "@chakra-ui/system": "1.9.0",
41 "@chakra-ui/utils": "1.9.1"
42 },
43 "peerDependencies": {
44 "react": ">=16.8.6"
45 },
46 "devDependencies": {
47 "react": "^17.0.1"
48 }
49}