halo-admin/packages/shared/package.json

51 lines
1.2 KiB
JSON

{
"name": "@halo-dev/admin-shared",
"version": "0.0.0-alpha.2",
"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"
},
"./dist/style.css": "./dist/style.css"
},
"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",
"dependencies": {
"@halo-dev/api-client": "^0.0.0",
"@halo-dev/components": "workspace:*",
"axios": "^0.27.2"
},
"devDependencies": {
"vite-plugin-dts": "^1.2.1"
},
"peerDependencies": {
"vue": "^3.2.37",
"vue-router": "^4.0.16"
}
}