9082b63221
CI / @robonen/crdt (pull_request) Successful in 1m21s
CI / @robonen/docs (pull_request) Successful in 5m54s
CI / @robonen/encoding (pull_request) Successful in 1m4s
CI / @robonen/eslint (pull_request) Successful in 59s
CI / @robonen/fetch (pull_request) Successful in 1m1s
CI / @robonen/platform (pull_request) Successful in 1m36s
CI / @robonen/primitives (pull_request) Failing after 4m50s
CI / @robonen/primitives-playground (pull_request) Successful in 1m42s
CI / @robonen/renovate (pull_request) Successful in 51s
CI / @robonen/stdlib (pull_request) Successful in 1m14s
CI / @robonen/stories (pull_request) Successful in 2m11s
CI / @robonen/tsconfig (pull_request) Successful in 47s
CI / @robonen/tsdown (pull_request) Successful in 41s
CI / @robonen/vue (pull_request) Successful in 3m13s
CI / @robonen/writekit (pull_request) Successful in 4m25s
CI / @robonen/writekit-playground (pull_request) Successful in 1m54s
CI / CI (pull_request) Failing after 1m58s
81 lines
1.9 KiB
JSON
81 lines
1.9 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.34.1",
|
|
"engines": {
|
|
"node": ">=24.16.0"
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"./*": {
|
|
"import": {
|
|
"types": "./dist/*/index.d.mts",
|
|
"default": "./dist/*/index.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./dist/*/index.d.cts",
|
|
"default": "./dist/*/index.cjs"
|
|
}
|
|
}
|
|
},
|
|
"scripts": {
|
|
"lint:check": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"test": "vitest run",
|
|
"bench": "vitest bench",
|
|
"dev": "vitest dev",
|
|
"build": "tsdown"
|
|
},
|
|
"devDependencies": {
|
|
"@robonen/eslint": "workspace:*",
|
|
"@robonen/tsconfig": "workspace:*",
|
|
"@robonen/tsdown": "workspace:*",
|
|
"@vitest/browser": "catalog:",
|
|
"@vitest/browser-playwright": "^4.1.8",
|
|
"@vue/test-utils": "catalog:",
|
|
"axe-core": "^4.12.0",
|
|
"eslint": "catalog:",
|
|
"playwright": "^1.60.0",
|
|
"tsdown": "catalog:",
|
|
"unplugin-vue": "^7.2.0",
|
|
"vitest-browser-vue": "^2.1.0",
|
|
"vue-tsc": "^3.3.4"
|
|
},
|
|
"dependencies": {
|
|
"@floating-ui/vue": "^2.0.0",
|
|
"@robonen/encoding": "workspace:*",
|
|
"@robonen/platform": "workspace:*",
|
|
"@robonen/stdlib": "workspace:*",
|
|
"@robonen/vue": "workspace:*",
|
|
"@vue/shared": "catalog:",
|
|
"vue": "catalog:"
|
|
}
|
|
}
|