mirror of
https://github.com/antfu-collective/icones.git
synced 2026-01-09 07:40:49 +08:00
69 lines
1.9 KiB
JSON
Executable File
69 lines
1.9 KiB
JSON
Executable File
{
|
|
"name": "icones",
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.24.0",
|
|
"author": "Anthony Fu<https://github.com/antfu>",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/antfu/icones#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/antfu/icones.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/antfu/icones/issues"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "esno scripts/prepare.ts",
|
|
"lint": "eslint .",
|
|
"dev": "vite --port 3333 --open",
|
|
"dev-pwa": "SW_DEV=true vite --port 3333",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"dev:electron": "npm -C ./electron run dev",
|
|
"build": "NODE_ENV=production vite build",
|
|
"build:electron": "NODE_ENV=production npm -C ./electron run build"
|
|
},
|
|
"dependencies": {
|
|
"@antfu/utils": "^9.3.0",
|
|
"@vueuse/core": "^14.1.0",
|
|
"dexie": "^4.2.1",
|
|
"file-saver": "^2.0.5",
|
|
"floating-vue": "^5.2.2",
|
|
"fzf": "^0.5.2",
|
|
"hotkeys-js": "^3.13.15",
|
|
"iconify-icon": "^3.0.2",
|
|
"prettier": "^3.7.3",
|
|
"ultrahtml": "^1.6.0",
|
|
"vue": "^3.5.25",
|
|
"vue-chemistry": "^0.2.2",
|
|
"vue-router": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^6.2.0",
|
|
"@iconify/json": "^2.2.413",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
"client-zip": "^2.5.0",
|
|
"dayjs": "^1.11.19",
|
|
"eslint": "^9.39.1",
|
|
"eslint-plugin-format": "^1.0.2",
|
|
"esno": "^4.8.0",
|
|
"fast-glob": "^3.3.3",
|
|
"fs-extra": "^11.3.2",
|
|
"lru-cache": "^11.2.4",
|
|
"pnpm": "^10.24.0",
|
|
"shiki": "^3.17.1",
|
|
"svg-packer": "^1.0.0",
|
|
"typescript": "^5.9.3",
|
|
"unocss": "^66.5.9",
|
|
"unplugin-auto-import": "^20.3.0",
|
|
"unplugin-vue-components": "^30.0.0",
|
|
"vite": "^7.2.6",
|
|
"vite-plugin-pages": "^0.33.1",
|
|
"vite-plugin-pwa": "^1.2.0",
|
|
"vue-tsc": "^3.1.5"
|
|
}
|
|
}
|