2022-04-05 02:31:31 +00:00
|
|
|
{
|
|
|
|
"name": "@layui/layui-vue",
|
2022-09-11 14:13:52 +00:00
|
|
|
"version": "1.4.12",
|
2022-04-05 02:31:31 +00:00
|
|
|
"author": "就眠儀式",
|
|
|
|
"license": "MIT",
|
|
|
|
"description": "a component library for Vue 3 base on layui-vue",
|
2022-04-18 15:27:23 +00:00
|
|
|
"homepage": "http://www.layui-vue.com",
|
2022-04-23 15:44:18 +00:00
|
|
|
"main": "es/index.js",
|
2022-04-05 02:31:31 +00:00
|
|
|
"unpkg": "umd/index.js",
|
|
|
|
"jsdelivr": "umd/index.js",
|
|
|
|
"types": "types/index.d.ts",
|
|
|
|
"style": "lib/index.css",
|
2022-06-10 16:12:46 +00:00
|
|
|
"type": "module",
|
2022-09-14 16:53:26 +00:00
|
|
|
"keywords": [
|
2022-06-07 02:55:21 +00:00
|
|
|
"vue",
|
|
|
|
"vue-component",
|
|
|
|
"component-library",
|
2022-04-05 02:31:31 +00:00
|
|
|
"layui-vue",
|
2022-06-07 02:55:21 +00:00
|
|
|
"layui"
|
2022-04-05 02:31:31 +00:00
|
|
|
],
|
|
|
|
"exports": {
|
|
|
|
".": {
|
2022-04-23 15:44:18 +00:00
|
|
|
"import": "./es/index.js"
|
2022-04-05 02:31:31 +00:00
|
|
|
},
|
|
|
|
"./lib/": "./lib/",
|
2022-04-23 15:44:18 +00:00
|
|
|
"./es/": "./es/"
|
2022-04-05 02:31:31 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-09-14 16:53:26 +00:00
|
|
|
"build": "npm run build:all && npm run build:es && npm run build:umd",
|
2022-04-23 15:44:18 +00:00
|
|
|
"build:es": "vite build --emptyOutDir --config ./script/build.es.ts",
|
2022-09-14 16:53:26 +00:00
|
|
|
"build:all": "rimraf types && vite build --emptyOutDir --config ./script/build.all.ts",
|
2022-04-05 02:31:31 +00:00
|
|
|
"build:umd": "vite build --emptyOutDir --config ./script/build.umd.ts",
|
2022-04-08 19:31:27 +00:00
|
|
|
"build:types": "rimraf types && tsc -d"
|
2022-04-05 02:31:31 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-05-22 05:05:14 +00:00
|
|
|
"@layui/icons-vue": "^1.0.9",
|
2022-08-03 06:15:46 +00:00
|
|
|
"@layui/layer-vue": "^1.4.2",
|
2022-06-17 13:04:26 +00:00
|
|
|
"@vueuse/core": "^8.7.3",
|
2022-05-16 16:02:16 +00:00
|
|
|
"async-validator": "^4.1.1",
|
2022-04-05 02:31:31 +00:00
|
|
|
"cropperjs": "^1.5.12",
|
2022-06-21 01:33:27 +00:00
|
|
|
"@umijs/ssr-darkreader": "^4.9.45",
|
2022-04-14 09:12:47 +00:00
|
|
|
"dayjs": "^1.11.0",
|
2022-04-05 02:31:31 +00:00
|
|
|
"evtd": "^0.2.3",
|
2022-09-14 16:53:26 +00:00
|
|
|
"vue-i18n": "^9.1.10",
|
|
|
|
"@ctrl/tinycolor": "^3.4.1"
|
2022-04-05 02:31:31 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib",
|
2022-04-23 15:44:18 +00:00
|
|
|
"es",
|
2022-04-05 02:31:31 +00:00
|
|
|
"umd",
|
|
|
|
"types"
|
|
|
|
],
|
|
|
|
"browserslist": [
|
|
|
|
"current node",
|
|
|
|
"last 2 versions and > 2%",
|
|
|
|
"ie > 10"
|
|
|
|
]
|
|
|
|
}
|