移动目录
This commit is contained in:
64
mdui_patched/package.json
Normal file
64
mdui_patched/package.json
Normal file
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"name": "mdui",
|
||||
"version": "2.1.4",
|
||||
"description": "实现 material you 设计规范的 Web Components 组件库",
|
||||
"type": "module",
|
||||
"main": "mdui.js",
|
||||
"module": "mdui.js",
|
||||
"types": "mdui.d.ts",
|
||||
"style": "mdui.css",
|
||||
"customElements": "custom-elements.json",
|
||||
"files": [
|
||||
"components",
|
||||
"functions",
|
||||
"internal",
|
||||
"locales",
|
||||
"css-data.{en,zh-cn}.json",
|
||||
"custom-elements.json",
|
||||
"html-data.{en,zh-cn}.json",
|
||||
"jq.{js,d.ts}",
|
||||
"jsx.{en,zh-cn}.d.ts",
|
||||
"LICENSE",
|
||||
"mdui.css",
|
||||
"mdui.{js,d.ts}",
|
||||
"mdui.esm.{js,d.ts}",
|
||||
"mdui.global.{js,d.ts}",
|
||||
"package.json",
|
||||
"README.md",
|
||||
"web-types.{en,zh-cn}.json"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zdhxiong/mdui.git"
|
||||
},
|
||||
"keywords": [
|
||||
"Material Design",
|
||||
"material you",
|
||||
"Web Components",
|
||||
"responsive",
|
||||
"framework",
|
||||
"front-end",
|
||||
"mobile-first",
|
||||
"web",
|
||||
"mdui"
|
||||
],
|
||||
"author": "zdhxiong <zdhxiong@gmail.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/zdhxiong/mdui/issues"
|
||||
},
|
||||
"homepage": "https://www.mdui.org",
|
||||
"dependencies": {
|
||||
"@lit/localize": "^0.12.2",
|
||||
"@lit/reactive-element": "^2.1.0",
|
||||
"@material/material-color-utilities": "^0.3.0",
|
||||
"@floating-ui/utils": "^0.2.9",
|
||||
"classcat": "^5.0.5",
|
||||
"is-promise": "^4.0.0",
|
||||
"lit": "^3.3.0",
|
||||
"ssr-window": "^5.0.0",
|
||||
"tslib": "^2.8.1",
|
||||
"@mdui/shared": "^1.0.8",
|
||||
"@mdui/jq": "^3.0.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user