UNPKG

2.52 kBJSONView Raw
1{
2 "name": "react-md",
3 "version": "2.1.2",
4 "description": "This is the full react-md library bundled together for convenience.",
5 "scripts": {
6 "umd": "rollup -c",
7 "build": "dev-utils build",
8 "clean": "dev-utils clean"
9 },
10 "main": "./lib/index.js",
11 "module": "./es/index.js",
12 "unpkg": "./dist/umd/react-md.production.min.js",
13 "types": "./types/index.d.ts",
14 "sideEffects": [
15 "dist/**/*"
16 ],
17 "files": [
18 "es/*",
19 "lib/*",
20 "types/*",
21 "src/*",
22 "dist/*"
23 ],
24 "author": "Mikkel Laursen <mlaursen03@gmail.com>",
25 "repository": {
26 "type": "git",
27 "url": "https://github.com/mlaursen/react-md.git",
28 "directory": "packages/react-md"
29 },
30 "bugs": {
31 "url": "https://github.com/mlaursen/react-md/issues"
32 },
33 "homepage": "https://react-md.dev",
34 "keywords": [
35 "react-md",
36 "material design",
37 "react",
38 "component",
39 "components"
40 ],
41 "license": "MIT",
42 "dependencies": {
43 "@react-md/alert": "^2.1.2",
44 "@react-md/app-bar": "^2.1.2",
45 "@react-md/autocomplete": "^2.1.2",
46 "@react-md/avatar": "^2.1.2",
47 "@react-md/badge": "^2.1.2",
48 "@react-md/button": "^2.1.2",
49 "@react-md/card": "^2.1.2",
50 "@react-md/chip": "^2.1.2",
51 "@react-md/dialog": "^2.1.2",
52 "@react-md/divider": "^2.1.2",
53 "@react-md/elevation": "^2.1.2",
54 "@react-md/expansion-panel": "^2.1.2",
55 "@react-md/form": "^2.1.2",
56 "@react-md/icon": "^2.1.2",
57 "@react-md/layout": "^2.1.2",
58 "@react-md/link": "^2.1.2",
59 "@react-md/list": "^2.1.2",
60 "@react-md/material-icons": "^2.1.2",
61 "@react-md/media": "^2.1.2",
62 "@react-md/menu": "^2.1.2",
63 "@react-md/overlay": "^2.1.2",
64 "@react-md/portal": "^2.0.2",
65 "@react-md/progress": "^2.1.2",
66 "@react-md/sheet": "^2.1.2",
67 "@react-md/states": "^2.1.2",
68 "@react-md/table": "^2.1.2",
69 "@react-md/tabs": "^2.1.2",
70 "@react-md/theme": "^2.1.2",
71 "@react-md/tooltip": "^2.1.2",
72 "@react-md/transition": "^2.1.2",
73 "@react-md/tree": "^2.1.2",
74 "@react-md/typography": "^2.1.2",
75 "@react-md/utils": "^2.1.0"
76 },
77 "devDependencies": {
78 "@rollup/plugin-commonjs": "^14.0.0",
79 "@rollup/plugin-node-resolve": "^8.4.0",
80 "@rollup/plugin-replace": "^2.3.3",
81 "react": "^16.13.1",
82 "react-dom": "^16.13.1",
83 "rollup": "^2.22.1",
84 "rollup-plugin-terser": "^6.1.0"
85 },
86 "peerDependencies": {
87 "react": ">= 16.8"
88 },
89 "publishConfig": {
90 "access": "public"
91 },
92 "gitHead": "b37e2fd0ec3413111e81e994f54cef68a113103f"
93}