layui/package/document/package.json

53 lines
1.3 KiB
JSON
Raw Normal View History

2022-04-05 10:31:31 +08:00
{
"name": "@layui/layui-doc",
"version": "1.0.0",
"author": "就眠儀式",
"license": "MIT",
"description": "a component library for Vue 3 base on layui-vue",
"homepage": "http://www.layui-vue.com",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"vue-router": "^4.0.12",
2022-04-05 11:56:17 +08:00
"vue-i18n": "^9.2.0-beta.34",
2022-04-21 00:09:15 +08:00
"@vueuse/core": "^8.3.0",
2022-04-06 00:21:26 +08:00
"pinia": "^2.0.9",
"pinia-plugin-persist": "^1.0.0"
2022-04-05 10:31:31 +08:00
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-babel": "^5.3.0",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-container": "^2.0.4",
"@types/node": "^16.11.9",
2022-04-09 16:06:39 +08:00
"@types/prettier": "^2.4.4",
2022-04-05 10:31:31 +08:00
"@vitejs/plugin-vue": "^2.3.1",
2022-04-21 00:09:15 +08:00
"@vue/compiler-sfc": "^3.2.33",
"@vue/server-renderer": "^3.2.33",
2022-04-05 10:31:31 +08:00
"escape-html": "^1.0.3",
"less": "^4.1.2",
"markdown-it-container": "^3.0.0",
"prismjs": "^1.25.0",
"rimraf": "^3.0.2",
"rollup": "^2.70.1",
2022-04-05 11:56:17 +08:00
"typescript": "^4.6.3",
2022-04-21 00:09:15 +08:00
"vite": "2.9.2",
2022-04-05 11:56:17 +08:00
"vite-plugin-md": "^0.12.4"
2022-04-05 10:31:31 +08:00
},
"files": [
"lib",
"es",
"umd",
"types"
],
"browserslist": [
"current node",
"last 2 versions and > 2%",
"ie > 10"
]
}