UNPKG

761 BJSONView Raw
1{
2 "name": "@material/tabs",
3 "version": "2.3.0",
4 "description": "The Material Components for the web tabs component",
5 "license": "MIT",
6 "main": "dist/mdc.tabs.js",
7 "module": "index.js",
8 "sideEffects": false,
9 "types": "dist/mdc.tabs.d.ts",
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/material-components/material-components-web.git"
13 },
14 "keywords": [
15 "material components",
16 "material design",
17 "tabs"
18 ],
19 "publishConfig": {
20 "access": "public"
21 },
22 "dependencies": {
23 "@material/animation": "^1.0.0",
24 "@material/base": "^1.0.0",
25 "@material/ripple": "^2.3.0",
26 "@material/rtl": "^0.42.0",
27 "@material/theme": "^1.1.0",
28 "@material/typography": "^2.3.0",
29 "tslib": "^1.9.3"
30 }
31}