2 Star 1 Fork 0

Indexea / widgets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Indexea 提交于 2024-05-02 10:41 . 1.1.2
{
"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": {}
}
1
https://gitee.com/indexea/widgets.git
git@gitee.com:indexea/widgets.git
indexea
widgets
widgets
main

搜索帮助