- 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
15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"name": "@volar/source-map",
|
|
"version": "2.4.28",
|
|
"license": "MIT",
|
|
"files": [
|
|
"**/*.js",
|
|
"**/*.d.ts"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/volarjs/volar.js.git",
|
|
"directory": "packages/source-map"
|
|
},
|
|
"gitHead": "882cd56d46a13d272f34e451f495d3d62251969a"
|
|
}
|