@agnos-ui/core
Advanced tools
Comparing version 0.0.1-alpha.0 to 0.0.1-alpha.1
{ | ||
"name": "@agnos-ui/core", | ||
"description": "Framework-agnostic headless widget library.", | ||
"homepage": "https://amadeusitgroup.github.io/AgnosUI/latest/", | ||
"keywords": [ | ||
@@ -10,2 +9,3 @@ "headless", | ||
"widgets", | ||
"accordion", | ||
"alert", | ||
@@ -17,38 +17,24 @@ "modal", | ||
"type": "module", | ||
"main": "./dist/lib/index.js", | ||
"module": "./dist/lib/index.js", | ||
"types": "./dist/lib/index.d.ts", | ||
"main": "./index.js", | ||
"module": "./index.js", | ||
"types": "./index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/lib/index.d.ts", | ||
"default": "./dist/lib/index.js" | ||
"types": "./index.d.ts", | ||
"default": "./index.js" | ||
} | ||
}, | ||
"scripts": { | ||
"build": "npm run build:lib && npm run build:tsc && npm run build:api-extractor", | ||
"build:lib": "node ../scripts/rm.js dist/lib && tsc -p tsconfig.lib.json", | ||
"build:tsc": "tsc", | ||
"build:api-extractor": "api-extractor run", | ||
"test": "vitest run", | ||
"tdd": "vitest", | ||
"tdd:ui": "vitest --ui", | ||
"test:coverage": "vitest run --coverage" | ||
}, | ||
"dependencies": { | ||
"@amadeus-it-group/tansu": "0.0.22" | ||
}, | ||
"files": [ | ||
"dist/lib" | ||
], | ||
"sideEffects": false, | ||
"version": "0.0.1-alpha.1", | ||
"homepage": "https://amadeusitgroup.github.io/AgnosUI/latest/", | ||
"bugs": "https://github.com/AmadeusITGroup/AgnosUI/issues", | ||
"license": "MIT", | ||
"bugs": "https://github.com/AmadeusITGroup/AgnosUI/issues", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/AmadeusITGroup/AgnosUI.git", | ||
"directory": "core" | ||
}, | ||
"devDependencies": { | ||
"eslint-plugin-jsdoc": "^46.4.6" | ||
}, | ||
"version": "0.0.1-alpha.0" | ||
} | ||
"directory": "core/lib" | ||
} | ||
} |
@@ -5,7 +5,7 @@ # @agnos-ui/core | ||
[AgnosUI](https://amadeusitgroup.github.io/AgnosUI/latest/) is a framework-agnostic widget library with adapters for multiple frameworks: | ||
[AgnosUI](https://amadeusitgroup.github.io/AgnosUI/latest/) is a framework-agnostic widget library with adapters for multiple frameworks, either [Bootstrap](https://getbootstrap.com/)-based or headless: | ||
- [Angular](https://www.npmjs.com/package/@agnos-ui/angular) | ||
- [React](https://www.npmjs.com/package/@agnos-ui/react) | ||
- [Svelte](https://www.npmjs.com/package/@agnos-ui/svelte) | ||
- [Angular](https://www.npmjs.com/package/@agnos-ui/angular), [Angular headless](https://www.npmjs.com/package/@agnos-ui/angular-headless) | ||
- [React](https://www.npmjs.com/package/@agnos-ui/react), [React headless](https://www.npmjs.com/package/@agnos-ui/react-headless) | ||
- [Svelte](https://www.npmjs.com/package/@agnos-ui/svelte), [Svelte headless](https://www.npmjs.com/package/@agnos-ui/svelte-headless) | ||
@@ -12,0 +12,0 @@ This `@agnos-ui/core` package contains the framework-agnostic common code used by the above framework adapters. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
170879
0
64
4576
1