- 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
49 lines
No EOL
1.1 KiB
JSON
49 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "unconfig",
|
|
"type": "module",
|
|
"version": "7.5.0",
|
|
"description": "A universal solution for loading configurations.",
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
"license": "MIT",
|
|
"funding": "https://github.com/sponsors/antfu",
|
|
"homepage": "https://github.com/antfu-collective/unconfig#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/antfu-collective/unconfig.git",
|
|
"directory": "packages/unconfig"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/antfu-collective/unconfig/issues"
|
|
},
|
|
"keywords": [
|
|
"config"
|
|
],
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": "./dist/index.mjs",
|
|
"./presets": "./dist/presets.mjs",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"types": "./dist/index.d.mts",
|
|
"files": [
|
|
"*.d.ts",
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@quansync/fs": "^1.0.0",
|
|
"defu": "^6.1.4",
|
|
"jiti": "^2.6.1",
|
|
"quansync": "^1.0.0",
|
|
"unconfig-core": "7.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/utils": "^9.3.0"
|
|
},
|
|
"tsdown": {
|
|
"entry": [
|
|
"src/index.ts",
|
|
"src/presets.ts"
|
|
]
|
|
},
|
|
"scripts": {}
|
|
} |