mirror of
https://github.com/material-components/material-web.git
synced 2026-03-09 00:09:23 +08:00
30 lines
852 B
JSON
30 lines
852 B
JSON
{
|
|
"name": "@material/mwc-base",
|
|
"version": "0.25.1",
|
|
"description": "",
|
|
"main": "base-element.js",
|
|
"module": "base-element.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/material-components/material-components-web-components.git",
|
|
"directory": "packages/base"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@lit/reactive-element": "1.0.0-rc.4",
|
|
"@material/base": "=14.0.0-canary.86b50ef74.0",
|
|
"@material/dom": "=14.0.0-canary.86b50ef74.0",
|
|
"lit": "^2.0.0",
|
|
"tslib": "^2.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@material/elevation": "=14.0.0-canary.86b50ef74.0",
|
|
"@material/feature-targeting": "=14.0.0-canary.86b50ef74.0",
|
|
"@material/ripple": "=14.0.0-canary.86b50ef74.0",
|
|
"@material/theme": "=14.0.0-canary.86b50ef74.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|