mirror of https://github.com/halo-dev/halo-admin
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.0 KiB
45 lines
1.0 KiB
{
|
|
"name": "@halo-dev/admin-shared",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"build": "vite build"
|
|
},
|
|
"keywords": [],
|
|
"author": {
|
|
"name": "@halo-dev",
|
|
"url": "https://github.com/halo-dev"
|
|
},
|
|
"main": "./dist/halo-admin-shared.cjs.js",
|
|
"module": "./dist/halo-admin-shared.es.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"require": "./dist/halo-admin-shared.cjs.js",
|
|
"import": "./dist/halo-admin-shared.es.js"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/halo-dev/halo-admin.git",
|
|
"directory": "packages/shared"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/halo-dev/halo/issues"
|
|
},
|
|
"homepage": "https://github.com/halo-dev/halo-admin/tree/next/shared/components#readme",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"vite-plugin-dts": "^1.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.2.37",
|
|
"vue-router": "^4.0.16"
|
|
}
|
|
}
|