mirror of
https://github.com/antfu-collective/icones.git
synced 2026-01-09 07:40:49 +08:00
79 lines
2.1 KiB
JSON
Executable File
79 lines
2.1 KiB
JSON
Executable File
{
|
|
"name": "icones",
|
|
"type": "module",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"packageManager": "pnpm@9.11.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",
|
|
"prebuild": "esno scripts/prebuild.ts",
|
|
"postbuild": "esno scripts/postbuild.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": "^0.7.10",
|
|
"@vueuse/core": "^11.1.0",
|
|
"dexie": "^4.0.8",
|
|
"file-saver": "^2.0.5",
|
|
"floating-vue": "^5.2.2",
|
|
"fzf": "^0.5.2",
|
|
"hotkeys-js": "^3.13.7",
|
|
"iconify-icon": "^2.1.0",
|
|
"prettier": "^3.3.3",
|
|
"vue": "^3.5.8",
|
|
"vue-chemistry": "^0.2.2",
|
|
"vue-router": "^4.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^3.7.1",
|
|
"@iconify/json": "^2.2.252",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"dayjs": "^1.11.13",
|
|
"eslint": "^9.11.0",
|
|
"eslint-plugin-format": "^0.1.2",
|
|
"esno": "^4.7.0",
|
|
"fast-glob": "^3.3.2",
|
|
"fs-extra": "^11.2.0",
|
|
"jszip": "^3.10.1",
|
|
"lru-cache": "^11.0.1",
|
|
"pnpm": "8.10.2",
|
|
"svg-packer": "^0.0.3",
|
|
"typescript": "^5.6.2",
|
|
"unocss": "^0.62.4",
|
|
"unplugin-auto-import": "^0.18.3",
|
|
"unplugin-vue-components": "^0.27.4",
|
|
"vite": "^5.4.7",
|
|
"vite-plugin-pages": "^0.32.3",
|
|
"vite-plugin-pwa": "^0.20.5",
|
|
"vue-tsc": "^2.1.6"
|
|
},
|
|
"pnpm": {
|
|
"neverBuiltDependencies": [
|
|
"electron",
|
|
"electron-builder",
|
|
"ttf2woff2",
|
|
"vite-plugin-electron",
|
|
"vite-plugin-electron-renderer",
|
|
"vite-plugin-esmodule"
|
|
]
|
|
}
|
|
}
|