2022-06-16 10:42:13 +00:00
|
|
|
{
|
|
|
|
"name": "@halo-dev/admin-shared",
|
2022-07-21 07:10:46 +00:00
|
|
|
"version": "0.0.0-alpha.3",
|
2022-06-16 10:42:13 +00:00
|
|
|
"description": "",
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite build --watch",
|
2022-08-04 01:44:13 +00:00
|
|
|
"build": "vite build",
|
|
|
|
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
|
2022-06-16 10:42:13 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": {
|
|
|
|
"name": "@halo-dev",
|
|
|
|
"url": "https://github.com/halo-dev"
|
|
|
|
},
|
2022-07-21 07:03:30 +00:00
|
|
|
"main": "./dist/halo-admin-shared.iife.js",
|
2022-06-16 10:42:13 +00:00
|
|
|
"module": "./dist/halo-admin-shared.es.js",
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
"import": "./dist/halo-admin-shared.es.js"
|
2022-06-24 15:05:49 +00:00
|
|
|
},
|
|
|
|
"./dist/style.css": "./dist/style.css"
|
2022-06-16 10:42:13 +00:00
|
|
|
},
|
|
|
|
"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",
|
2022-06-24 15:05:49 +00:00
|
|
|
"dependencies": {
|
2022-08-08 10:30:17 +00:00
|
|
|
"@halo-dev/api-client": "^0.0.9",
|
2022-06-24 15:05:49 +00:00
|
|
|
"@halo-dev/components": "workspace:*",
|
|
|
|
"axios": "^0.27.2"
|
|
|
|
},
|
2022-06-16 10:42:13 +00:00
|
|
|
"devDependencies": {
|
2022-08-07 15:54:54 +00:00
|
|
|
"vite-plugin-dts": "^1.4.1"
|
2022-06-16 10:42:13 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"vue": "^3.2.37",
|
|
|
|
"vue-router": "^4.0.16"
|
|
|
|
}
|
|
|
|
}
|