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.
77 lines
2.3 KiB
77 lines
2.3 KiB
{
|
|
"name": "@halo-dev/components",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "./dist/halo-components.iife.js",
|
|
"module": "./dist/halo-components.es.js",
|
|
"unpkg": "./dist/halo-components.iife.js",
|
|
"jsdelivr": "./dist/halo-components.iife.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"build": "vite build",
|
|
"test:unit": "vitest --environment jsdom --run",
|
|
"test:unit:watch": "vitest --environment jsdom --watch",
|
|
"test:unit:ui": "vitest --environment jsdom --watch --ui",
|
|
"test:unit:coverage": "vitest run --environment jsdom --coverage",
|
|
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
|
|
"story:dev": "histoire dev --port 4000",
|
|
"story:build": "histoire build",
|
|
"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": [
|
|
"halo",
|
|
"halo-components",
|
|
"halo-dev",
|
|
"@halo-dev/components"
|
|
],
|
|
"author": {
|
|
"name": "@halo-dev",
|
|
"url": "https://github.com/halo-dev"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/halo-dev/console.git",
|
|
"directory": "packages/components"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/halo-dev/halo/issues"
|
|
},
|
|
"homepage": "https://github.com/halo-dev/console/tree/main/packages/components#readme",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@histoire/plugin-vue": "^0.11.7",
|
|
"@iconify-json/ri": "^1.1.4",
|
|
"histoire": "^0.11.7",
|
|
"unplugin-icons": "^0.14.14",
|
|
"vite-plugin-dts": "^1.7.1"
|
|
},
|
|
"peerDependencies": {
|
|
"vue": "^3.2.37",
|
|
"vue-router": "^4.0.16"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/halo-components.es.js"
|
|
},
|
|
"./dist/style.css": "./dist/style.css"
|
|
},
|
|
"dependencies": {
|
|
"@codemirror/commands": "^6.1.2",
|
|
"@codemirror/lang-css": "^6.0.1",
|
|
"@codemirror/lang-html": "^6.2.0",
|
|
"@codemirror/lang-javascript": "^6.1.1",
|
|
"@codemirror/lang-json": "^6.0.1",
|
|
"@codemirror/language": "^6.3.1",
|
|
"@codemirror/legacy-modes": "^6.3.0",
|
|
"@codemirror/state": "^6.1.4",
|
|
"@codemirror/view": "^6.5.1",
|
|
"codemirror": "^6.0.1"
|
|
}
|
|
}
|