- 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
62 lines
No EOL
1.4 KiB
JSON
62 lines
No EOL
1.4 KiB
JSON
{
|
|
"name": "@unocss/vite",
|
|
"type": "module",
|
|
"version": "66.6.7",
|
|
"description": "The Vite plugin 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-integrations/vite"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/unocss/unocss/issues"
|
|
},
|
|
"keywords": [
|
|
"unocss",
|
|
"vite",
|
|
"vite-plugin"
|
|
],
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": "./dist/index.mjs",
|
|
"./client": "./dist/client.mjs",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"types": "dist/index.d.mts",
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"./dist/*.d.mts",
|
|
"./*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"peerDependencies": {
|
|
"vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0 || ^8.0.0-0"
|
|
},
|
|
"dependencies": {
|
|
"@jridgewell/remapping": "^2.3.5",
|
|
"chokidar": "^5.0.0",
|
|
"magic-string": "^0.30.21",
|
|
"pathe": "^2.0.3",
|
|
"tinyglobby": "^0.2.15",
|
|
"unplugin-utils": "^0.3.1",
|
|
"@unocss/config": "66.6.7",
|
|
"@unocss/core": "66.6.7",
|
|
"@unocss/inspector": "66.6.7"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^7.3.1"
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown --config-loader unrun",
|
|
"dev": "tsdown --config-loader unrun --watch"
|
|
}
|
|
} |