UNPKG

@indexea/widgets

Version:

This is the web components of Indexea, which contains multiple components such as SearchBox, SearchDialog, RecommListBox, etc

43 lines (42 loc) 1.12 kB
{ "name": "@indexea/widgets", "version": "1.1.2", "description": "This is the web components of Indexea, which contains multiple components such as SearchBox, SearchDialog, RecommListBox, etc", "type": "module", "author": "Indexea Inc.", "license": "MIT", "keywords": [ "Indexea", "Search", "Widgets" ], "main": "dist/widgets.umd.cjs", "module": "dist/widgets.js", "svelte": "src/main.ts", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.json" }, "devDependencies": { "@indexea/sdk": "^2.0.6", "@popperjs/core": "^2.11.6", "@sveltejs/vite-plugin-svelte": "^2.0.0", "@tsconfig/svelte": "^3.0.0", "bootstrap": "^5.2.3", "postcss": "^8.4.20", "postcss-import": "^15.1.0", "postcss-load-config": "^4.0.1", "sass": "^1.56.2", "svelte": "^3.54.0", "svelte-check": "^2.10.0", "svelte-i18n": "^3.6.0", "tslib": "^2.4.1", "typescript": "^4.9.3", "uuid": "^9.0.0", "vite": "^4.0.0", "lodash-es": "^4.17.21" }, "dependencies": {} }