mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 10:54:44 +00:00
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"name": "@robonen/primitives",
|
|
"version": "0.0.1",
|
|
"license": "Apache-2.0",
|
|
"description": "Collection of UI primitives",
|
|
"keywords": [
|
|
"ui",
|
|
"primitives",
|
|
"components",
|
|
"tools"
|
|
],
|
|
"author": "Robonen Andrew <robonenandrew@gmail.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/robonen/tools.git",
|
|
"directory": "vue/primitives"
|
|
},
|
|
"packageManager": "pnpm@10.30.3",
|
|
"engines": {
|
|
"node": ">=24.13.1"
|
|
},
|
|
"type": "module",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.cts",
|
|
"default": "./dist/index.cjs"
|
|
}
|
|
}
|
|
},
|
|
"scripts": {
|
|
"lint:check": "oxlint -c oxlint.config.ts",
|
|
"lint:fix": "oxlint -c oxlint.config.ts --fix",
|
|
"test": "vitest run",
|
|
"bench": "vitest bench",
|
|
"dev": "vitest dev",
|
|
"build": "tsdown"
|
|
},
|
|
"devDependencies": {
|
|
"@robonen/oxlint": "workspace:*",
|
|
"@robonen/tsconfig": "workspace:*",
|
|
"@robonen/tsdown": "workspace:*",
|
|
"@stylistic/eslint-plugin": "catalog:",
|
|
"@vue/test-utils": "catalog:",
|
|
"axe-core": "^4.11.1",
|
|
"oxlint": "catalog:",
|
|
"tsdown": "catalog:",
|
|
"unplugin-vue": "^7.1.1",
|
|
"vue-tsc": "^3.2.5"
|
|
},
|
|
"dependencies": {
|
|
"@robonen/platform": "workspace:*",
|
|
"@robonen/stdlib": "^0.0.9",
|
|
"@robonen/vue": "workspace:*",
|
|
"@vue/shared": "catalog:",
|
|
"vue": "catalog:"
|
|
}
|
|
}
|