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.
halo-admin/packages/components/package.json

74 lines
2.2 KiB

{
"name": "@halo-dev/components",
"version": "0.0.0-alpha.2",
"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}'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"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/halo-admin.git",
"directory": "packages/components"
},
"bugs": {
"url": "https://github.com/halo-dev/halo/issues"
},
"homepage": "https://github.com/halo-dev/halo-admin/tree/next/packages/components#readme",
"license": "MIT",
"devDependencies": {
"@histoire/plugin-vue": "^0.10.2",
"@iconify-json/ri": "^1.1.3",
"histoire": "^0.10.2",
"unplugin-icons": "^0.14.8",
"vite-plugin-dts": "^1.4.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.0.1",
"@codemirror/language": "^6.2.1",
"@codemirror/legacy-modes": "^6.1.0",
"@codemirror/state": "^6.1.1",
"@codemirror/view": "^6.2.0",
"codemirror": "^6.0.1"
}
}