- web/: Vue 3 + Vite + UnoCSS + Pinia, dark tactical theme (amber/#0d1117) - AppNav, ListingCard, SearchView with filters/sort, composables (useSnipeMode, useKonamiCode, useMotion), Pinia search store - Steal shimmer, auction countdown, Snipe Mode easter egg all native in Vue - docker/web/: nginx + multi-stage Dockerfile (node build → nginx serve) - compose.yml: api (8510) + web (8509) services - Dockerfile CMD updated to uvicorn for upcoming FastAPI layer - Clean build: 0 TS errors, 380 modules
59 lines
No EOL
1.3 KiB
JSON
59 lines
No EOL
1.3 KiB
JSON
{
|
|
"name": "@unocss/preset-icons",
|
|
"type": "module",
|
|
"version": "66.6.7",
|
|
"description": "Pure CSS Icons for UnoCSS",
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
"license": "MIT",
|
|
"funding": "https://github.com/sponsors/antfu",
|
|
"homepage": "https://unocss.dev",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/unocss/unocss.git",
|
|
"directory": "packages-presets/preset-icons"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/unocss/unocss/issues"
|
|
},
|
|
"keywords": [
|
|
"unocss",
|
|
"unocss-preset",
|
|
"icons",
|
|
"css-icons",
|
|
"iconify"
|
|
],
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"browser": "./dist/browser.mjs",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"./browser": "./dist/browser.mjs",
|
|
"./core": "./dist/core.mjs",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"types": "dist/index.d.mts",
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"./dist/*.d.mts",
|
|
"./*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@iconify/utils": "^3.1.0",
|
|
"ofetch": "^1.5.1",
|
|
"@unocss/core": "66.6.7"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/types": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown --config-loader unrun",
|
|
"dev": "tsdown --config-loader unrun --watch"
|
|
}
|
|
} |