1 Star 0 Fork 0

卓源软件/icon-sets

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@iconify/json",
"description": "Hundreds of open source icon sets in IconifyJSON format",
"license": "MIT",
"version": "2.2.171",
"type": "module",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/iconify/icon-sets.git"
},
"exports": {
"./*": "./*",
"./dist": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
"./dist/index": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
},
".": {
"require": "./dist/index.cjs",
"import": "./dist/index.mjs",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist",
"json",
"lib",
"collections.json",
"collections.md",
"composer.json",
"readme.md"
],
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && unbuild",
"test:cjs": "vitest --config vitest.config.cjs",
"test:esm": "vitest --config vitest.config.mjs",
"test": "npm run test:cjs && npm run test:esm",
"version": "node sync-version.cjs",
"prepublishOnly": "npm run build && npm run version"
},
"dependencies": {
"@iconify/types": "*",
"pathe": "^1.1.0"
},
"devDependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"cross-env": "^7.0.3",
"eslint": "^8.41.0",
"unbuild": "^1.2.1",
"vitest": "^0.31.3"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/thinkgem/icon-sets.git
git@gitee.com:thinkgem/icon-sets.git
thinkgem
icon-sets
icon-sets
master

搜索帮助