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.
47 lines
1.3 KiB
47 lines
1.3 KiB
{ |
|
"name": "@halo-dev/console-shared", |
|
"version": "2.3.0", |
|
"description": "", |
|
"files": [ |
|
"dist" |
|
], |
|
"scripts": { |
|
"dev": "vite build --watch", |
|
"build": "vite build", |
|
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false", |
|
"lint": "eslint ./src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts", |
|
"prettier": "prettier --write './src/**/*.{vue,js,jsx,ts,tsx,css,scss,json,yml,yaml,html}'" |
|
}, |
|
"keywords": [], |
|
"author": { |
|
"name": "@halo-dev", |
|
"url": "https://github.com/halo-dev" |
|
}, |
|
"main": "./dist/halo-console-shared.iife.js", |
|
"module": "./dist/halo-console-shared.es.js", |
|
"types": "./dist/index.d.ts", |
|
"exports": { |
|
".": { |
|
"types": "./dist/index.d.ts", |
|
"import": "./dist/halo-console-shared.es.js" |
|
}, |
|
"./dist/style.css": "./dist/style.css" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://github.com/halo-dev/console.git", |
|
"directory": "packages/shared" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/halo-dev/halo/issues" |
|
}, |
|
"homepage": "https://github.com/halo-dev/console/tree/main/packages/shared#readme", |
|
"license": "MIT", |
|
"devDependencies": { |
|
"vite-plugin-dts": "^1.7.1" |
|
}, |
|
"peerDependencies": { |
|
"vue": "^3.2.37", |
|
"vue-router": "^4.0.16" |
|
} |
|
}
|
|
|